diff --git a/app/Resources/public/css/base.css b/app/Resources/public/css/base.css index 866ff43cee..ba0f54344d 100644 --- a/app/Resources/public/css/base.css +++ b/app/Resources/public/css/base.css @@ -31,11 +31,9 @@ body { -------------------------------------------------- */ /* Not required for template or sticky footer method. */ -body > .container { - padding: 60px 15px 0; -} -.container .text-muted { - margin: 20px 0; +#cm-content > .container { + padding-bottom: 60px; + margin-bottom: 10px; } .footer > .container { diff --git a/main/template/default/announcement/view.tpl b/main/template/default/announcement/view.tpl index 0747b48445..71e9fec13a 100644 --- a/main/template/default/announcement/view.tpl +++ b/main/template/default/announcement/view.tpl @@ -1,5 +1,5 @@ {% if not announcement is empty %} diff --git a/main/template/default/layout/hot_courses.tpl b/main/template/default/layout/hot_courses.tpl index 3e54bd4f7e..c07020f612 100755 --- a/main/template/default/layout/hot_courses.tpl +++ b/main/template/default/layout/hot_courses.tpl @@ -1,7 +1,7 @@ {% if hot_courses is not null and hot_courses is not empty %}
diff --git a/main/template/default/session/sessions_current.tpl b/main/template/default/session/sessions_current.tpl index 556dd88252..3c24cb9741 100644 --- a/main/template/default/session/sessions_current.tpl +++ b/main/template/default/session/sessions_current.tpl @@ -1,9 +1,9 @@ {% if hot_sessions %}
{% for session in hot_sessions %}