From b98e303f4658ab04804c3bfc5f85a27cf60729b1 Mon Sep 17 00:00:00 2001 From: fbormann Date: Fri, 14 Oct 2016 00:03:58 -0300 Subject: [PATCH] modified notifications items on home --- app/templates/home.html | 4 ++-- app/templates/home_teacher_student_content.html | 31 ++++++++++++++++++------------- core/static/css/base/amadeus.css | 30 ++++++++++++++---------------- 3 files changed, 34 insertions(+), 31 deletions(-) diff --git a/app/templates/home.html b/app/templates/home.html index 688d2ec..1bc176e 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -119,11 +119,11 @@ {% else %} - + {% endif %} + {% endfor %} diff --git a/core/static/css/base/amadeus.css b/core/static/css/base/amadeus.css index 924e98e..9ce82e6 100644 --- a/core/static/css/base/amadeus.css +++ b/core/static/css/base/amadeus.css @@ -296,27 +296,25 @@ body .container .jumbotron-inverse, body .container .well-inverse, body .contain color: #000; } -.timeline.post { - border-top-left-radius: 8px; - border-top-right-radius: 8px; - padding-bottom: 0px; - -webkit-padding-start: 0px !important; - width: 100%; -} -.timeline.post a { - color: #000; +/*TIMELINE CLASSES BEGIN */ +.resource_inline{ + display: inline-block; } -.timeline.post li { - padding: 10px; - border-bottom: 1px solid #fff; + +.imgTimeLine{ + width: 100%; + height: auto; + padding-top: 10px; } -.timeline.post li:last-child { - border: none; +.timeLine div .col-md-11{ + padding-left: 0px; } -.timeline.post h3 { - margin-top: 5px; +.timeLine div .col-md-11 i{ + padding-right: 5px; } +/*TIMELINE CLASSES END*/ + .notification-count { background-color: #FF0000; } -- libgit2 0.21.2