Commit 48f3afbe7337de415be0208ac5c37301d0615a77
1 parent
2c7846d1
Exists in
master
and in
3 other branches
modified access and subscribe buttons
Showing
1 changed file
with
22 additions
and
1 deletions
Show diff stats
amadeus/static/css/base/amadeus.css
@@ -162,10 +162,13 @@ | @@ -162,10 +162,13 @@ | ||
162 | background: #F5F5F5; | 162 | background: #F5F5F5; |
163 | } | 163 | } |
164 | 164 | ||
165 | + | ||
166 | + | ||
165 | .core-subjects-options{ | 167 | .core-subjects-options{ |
166 | padding: 0px; | 168 | padding: 0px; |
167 | } | 169 | } |
168 | 170 | ||
171 | + | ||
169 | #core-subjects-options-div{ | 172 | #core-subjects-options-div{ |
170 | width: 100%; | 173 | width: 100%; |
171 | margin-bottom: 10px; | 174 | margin-bottom: 10px; |
@@ -935,4 +938,22 @@ ul, li { | @@ -935,4 +938,22 @@ ul, li { | ||
935 | .mobile-menu > .item:hover{ | 938 | .mobile-menu > .item:hover{ |
936 | background-color: #00695C; | 939 | background-color: #00695C; |
937 | } | 940 | } |
938 | -/* End Bottom Menu */ | ||
939 | \ No newline at end of file | 941 | \ No newline at end of file |
942 | +/* End Bottom Menu */ | ||
943 | + | ||
944 | + | ||
945 | +/* subjects app starts*/ | ||
946 | + | ||
947 | +.access-subject{ | ||
948 | + background-color: #2eb82e; | ||
949 | + color: white; | ||
950 | + border: none; | ||
951 | +} | ||
952 | + | ||
953 | +.subscribe-subject{ | ||
954 | + background-color: #33cc33; | ||
955 | + color:white; | ||
956 | + border:none; | ||
957 | +} | ||
958 | + | ||
959 | + | ||
960 | +/* subjects app ends */ | ||
940 | \ No newline at end of file | 961 | \ No newline at end of file |