diff --git a/amadeus/static/css/base/amadeus.css b/amadeus/static/css/base/amadeus.css index 86f96db..4a1c26e 100755 --- a/amadeus/static/css/base/amadeus.css +++ b/amadeus/static/css/base/amadeus.css @@ -27,14 +27,19 @@ .category-header > h4{ float:left; - margin-top: 0.5%; } + +.category-card-items i{ + font-size: 25px !important; + margin-right: 5%; + margin-top: 1%; +} .category-header i{ color: white; - margin-right: 10px; - font-size:16px; + + font-size: 20px; float: right; @@ -101,6 +106,13 @@ float:left; } +.create-subject-btn{ + width: 100%; + background-color: #26A69A; + color: white; + border: 0px; +} + /* category app ends */ .clearfix{ @@ -643,6 +655,7 @@ ul, li { /* Icon Topic */ .divMoreActions { text-align: right; height: 30px; float: right; + width: 3%; } .divMoreActions > .btn-group { @@ -663,7 +676,11 @@ ul, li { .dropdown-menu .pull-right { right: 0; } -.cards-content{ padding-left: 0px; padding-right: 0px; } +.cards-content{ + padding-left: 0px; padding-right: 0px; + font-family: Roboto; + font-size: 18px; +} .cards-detail{margin-left: 4%;} .cards-detail .panel .panel-heading{/*background-color:;*/} .cards-detail .panel .panel-heading h4{color:black;} diff --git a/categories/templates/categories/list.html b/categories/templates/categories/list.html index 3e7d58e..15fff77 100755 --- a/categories/templates/categories/list.html +++ b/categories/templates/categories/list.html @@ -49,7 +49,7 @@ {% if user.is_staff or user in category.coordinators.all %} -
+
+ {% else %} +
+
{% endif %} {% if not user.is_staff %} -
+
@@ -82,7 +85,12 @@ {% endfor %} {{category.description|safe}} + {% if user in category.coordinators.all %} + + {% endif %}
+ + {% comment %}
{% for subject in subjects %} -- libgit2 0.21.2