pull/2629/head
Alex Aragón 7 years ago
parent c267e71b7f
commit 38e649ac17
  1. 8
      app/Resources/public/css/base.css
  2. 2
      main/template/default/announcement/view.tpl
  3. 4
      main/template/default/layout/hot_courses.tpl
  4. 4
      main/template/default/session/sessions_current.tpl

@ -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 {

@ -1,5 +1,5 @@
<div class="page-header">
<h4>{{ "SystemAnnouncements" | get_lang }}</h4>
<h3>{{ "SystemAnnouncements" | get_lang }}</h3>
</div>
{% if not announcement is empty %}

@ -1,7 +1,7 @@
{% if hot_courses is not null and hot_courses is not empty %}
<section class="hot-courses">
<div class="page-header">
<h4 class="hot-course-title">
<h3>
{{ "HottestCourses"|get_lang}}
{% if _u.is_admin %}
<span class="pull-right">
@ -12,7 +12,7 @@
</a>
</span>
{% endif %}
</h4>
</h3>
</div>
<div id="list-hot-courses" class="grid-courses">
<div class="row">

@ -1,9 +1,9 @@
{% if hot_sessions %}
<section id="sessions-current" class="grid-courses">
<div class="page-header">
<h4 class="hot-course-title">
<h3>
{{ "HottestSessions"|get_lang}}
</h4>
</h3>
</div>
<div class="row">
{% for session in hot_sessions %}

Loading…
Cancel
Save