diff --git a/core/static/css/base/amadeus.css b/core/static/css/base/amadeus.css index 5adf55f..518d0a6 100644 --- a/core/static/css/base/amadeus.css +++ b/core/static/css/base/amadeus.css @@ -70,6 +70,10 @@ ul { /*CSS TIMELINE*/ +.panel-title{ /*Because we use an outer a tag*/ + color: rgba(255,255,255,.84); +} + .bubble { width: 100%; padding: .5em 1em; @@ -218,13 +222,8 @@ ul { transition-timing-function: ease-in; } -h3 { - font-size: 1.2em; - font-weight: bold; - font-family: 'Lato'; - display: inline-block; - margin-bottom: .2em; - color: #95a5a6; } + +.icon-more-horiz {margin-top: 0px; margin-bottom: 0px; padding-left: 0px;} .retweet { position: absolute; diff --git a/courses/templates/course/view.html b/courses/templates/course/view.html index 694c93f..a8eebfb 100644 --- a/courses/templates/course/view.html +++ b/courses/templates/course/view.html @@ -59,26 +59,71 @@ {% endblock %} {% block content %} -

{% trans "Subjects" %}

+ +
+
+
+
+

{{course.name}}

+
+
+ {% if user|has_role:'professor, system_admin' %} + +
+ + + +
+ {% endif %} +
+
+
+
+

Course Name: {{course.name}}

+

Duration (in semesters):

+ {% for professor in course.professors.all %} +

Professor: {{professor.name}}

+ {% endfor %} + +

+ Description: + + {{course.description}} + +

+ +
+
+ + {% for subject in subjects %}
-
+

{{subject}}

-
+
{% if user|has_role:'professor, system_admin' %} - - - - - - + {% endif %}
-- libgit2 0.21.2