diff --git a/amadeus/static/css/base/amadeus.css b/amadeus/static/css/base/amadeus.css index 2b71a83..5d86939 100755 --- a/amadeus/static/css/base/amadeus.css +++ b/amadeus/static/css/base/amadeus.css @@ -1,3 +1,29 @@ + +/* sidebar menu */ + +#sidebar-menu{ + margin-left: 10%; +} +#sidebar-menu > .item{ + font-size: 45px; + background-color: #26A69A; + color: white; + width: 50%; + margin-bottom: 3%; +} + +#sidebar-menu > .item:hover{ + + background-color: #00695C; + +} + + +#sidebar-menu > .item i { + margin-left: 10%; +} +/* side bar menu ends*/ + .clearfix{ clear: both; } diff --git a/amadeus/templates/base.html b/amadeus/templates/base.html index 421240f..7f8420c 100644 --- a/amadeus/templates/base.html +++ b/amadeus/templates/base.html @@ -129,28 +129,29 @@
{% block sidebar %} -
-
-

{% trans 'Menu' %}

-
- -
+ {% endblock %}
diff --git a/courses/templates/courses/home_admin_content.html b/courses/templates/courses/home_admin_content.html index 8db61f1..0ac29ac 100755 --- a/courses/templates/courses/home_admin_content.html +++ b/courses/templates/courses/home_admin_content.html @@ -1,4 +1,4 @@ -{% load i18n %} +{% load static i18n %} {% for course in objects %}
-- libgit2 0.21.2