diff --git a/amadeus/static/css/base/amadeus.css b/amadeus/static/css/base/amadeus.css index 92439ef..ee4432b 100755 --- a/amadeus/static/css/base/amadeus.css +++ b/amadeus/static/css/base/amadeus.css @@ -162,10 +162,13 @@ background: #F5F5F5; } + + .core-subjects-options{ padding: 0px; } + #core-subjects-options-div{ width: 100%; margin-bottom: 10px; @@ -935,4 +938,22 @@ ul, li { .mobile-menu > .item:hover{ background-color: #00695C; } -/* End Bottom Menu */ \ No newline at end of file +/* End Bottom Menu */ + + +/* subjects app starts*/ + +.access-subject{ + background-color: #2eb82e; + color: white; + border: none; +} + +.subscribe-subject{ + background-color: #33cc33; + color:white; + border:none; +} + + +/* subjects app ends */ \ No newline at end of file -- libgit2 0.21.2