Commit f906d9eeb9dc44b6aad9f5d0997c260ffaac04a0
1 parent
bc49fac0
Exists in
master
and in
3 other branches
modified templates
Showing
2 changed files
with
23 additions
and
3 deletions
Show diff stats
amadeus/static/css/base/amadeus.css
@@ -53,8 +53,28 @@ | @@ -53,8 +53,28 @@ | ||
53 | padding:10px; | 53 | padding:10px; |
54 | } | 54 | } |
55 | 55 | ||
56 | +.core-subjects-options{ | ||
57 | + padding: 0px; | ||
58 | +} | ||
59 | + | ||
60 | +#core-subjects-options-div{ | ||
61 | + width: 100%; | ||
62 | + margin-bottom: 2%; | ||
63 | + height: 30px; | ||
64 | +} | ||
65 | + | ||
56 | .core-subjects-options > li{ | 66 | .core-subjects-options > li{ |
57 | float:left; | 67 | float:left; |
68 | + padding: 10px; | ||
69 | + background-color: #FFFFFF; | ||
70 | + margin: 1px; | ||
71 | + | ||
72 | + border-bottom: 4px; | ||
73 | + border-bottom-style: solid; | ||
74 | +} | ||
75 | + | ||
76 | +.core-subjects-options > li.active{ | ||
77 | + border-bottom-color: green; | ||
58 | } | 78 | } |
59 | 79 | ||
60 | /* category app ends */ | 80 | /* category app ends */ |
@@ -112,7 +132,7 @@ | @@ -112,7 +132,7 @@ | ||
112 | } | 132 | } |
113 | .breadcrumb{ | 133 | .breadcrumb{ |
114 | font-size: 16px; | 134 | font-size: 16px; |
115 | - margin-bottom: 25px; | 135 | + margin-bottom: 5px; |
116 | } | 136 | } |
117 | 137 | ||
118 | .breadcrumb > li > a{ | 138 | .breadcrumb > li > a{ |
categories/templates/categories/list.html
@@ -28,9 +28,9 @@ | @@ -28,9 +28,9 @@ | ||
28 | 28 | ||
29 | {% endif %} | 29 | {% endif %} |
30 | 30 | ||
31 | -<div class="col-md-12"> | 31 | +<div id="core-subjects-options-div"> |
32 | <ul class="core-subjects-options"> | 32 | <ul class="core-subjects-options"> |
33 | - <li>{% trans "My subjects" %}</li> | 33 | + <li class="active">{% trans "My subjects" %}</li> |
34 | <li>{% trans "all subjects" %}</li> | 34 | <li>{% trans "all subjects" %}</li> |
35 | </ul> | 35 | </ul> |
36 | </div> | 36 | </div> |