diff --git a/app/Resources/public/css/base.css b/app/Resources/public/css/base.css index d815d21955..1d01f79281 100644 --- a/app/Resources/public/css/base.css +++ b/app/Resources/public/css/base.css @@ -123,14 +123,6 @@ a.thumbnail:hover { padding: 5px; } -.title-tools { - text-align: left; - font-size: 20px; - margin-bottom: 20px; - padding-top: 10px; - padding-left: 20px; -} - #form-login .input-group { margin-top: 10px; margin-bottom: 10px; @@ -1632,12 +1624,19 @@ a.unread { #course_tools .content { text-align: center; margin-bottom: 20px; + margin-top: 10px; + width:100%; + height:50px; + text-overflow:ellipsis; + white-space:nowrap; + overflow:hidden; } - -#course_tools .content a { - font-size: 12px; +#course_tools .content:hover{ + width: auto; + white-space: initial; + overflow:visible; + cursor: pointer; } - .course-tool .make_visible_and_invisible img { margin-top: -3px; margin-right: 5px; diff --git a/app/Resources/public/css/themes/chamilo/default.css b/app/Resources/public/css/themes/chamilo/default.css index 4145052afe..25e86d7cdc 100755 --- a/app/Resources/public/css/themes/chamilo/default.css +++ b/app/Resources/public/css/themes/chamilo/default.css @@ -52,6 +52,9 @@ a:focus { -moz-border-radius: 0; -webkit-border-radius: 0; } +.navbar-nav > li{ + margin-bottom: 0; +} .navbar-collapse{ overflow: hidden !important; } diff --git a/main/template/default/course_home/activity.tpl b/main/template/default/course_home/activity.tpl index 924f9a2f23..182c102461 100644 --- a/main/template/default/course_home/activity.tpl +++ b/main/template/default/course_home/activity.tpl @@ -1,6 +1,11 @@ {% for block in blocks %} {% if block.title %} -

{{ block.title }}

+
+
+

{{ block.title }}

+
+
+ {% endif %}
@@ -17,16 +22,16 @@ {% if 'homepage_view'|api_get_setting == 'activity_big' %} {% for item in block.content %} -
-
- {{ item.tool.image }} -
-
-

+
+
+
+ {{ item.tool.image }} +
+
{{ item.visibility }} {{ item.extra }} {{ item.link }} -

+
{% endfor %}