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 %}
diff --git a/app/templates/home_teacher_student_content.html b/app/templates/home_teacher_student_content.html
index a393443..b64ca4e 100644
--- a/app/templates/home_teacher_student_content.html
+++ b/app/templates/home_teacher_student_content.html
@@ -1,20 +1,25 @@
{% load static i18n %}
{% for notification in objects %}
-
-
-

+
+
+
+
+
+
+
-
+
{% 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