diff --git a/amadeus/static/css/base/amadeus.css b/amadeus/static/css/base/amadeus.css index a2cfb76..afbbb91 100755 --- a/amadeus/static/css/base/amadeus.css +++ b/amadeus/static/css/base/amadeus.css @@ -620,14 +620,6 @@ a:focus { height: 60px; } -.bottom-menu { - position: fixed; - bottom: 0px; - width: 100%; - padding: 0px 30px; - z-index: 999; - height: 50px; -} .mobile-menu { -webkit-padding-start: 0px; diff --git a/amadeus/static/css/themes/green.css b/amadeus/static/css/themes/green.css index eae572f..cefbc82 100644 --- a/amadeus/static/css/themes/green.css +++ b/amadeus/static/css/themes/green.css @@ -40,21 +40,24 @@ a, a:focus, a:hover { } /* -* === SUBJECT APP === -*/ - -/* -* — Home — +* — Language selector — */ +.language-selector .dropdown-menu > .active > a { + background: #EEEEEE; + color: #009688; +} - -.my-subjects-title { - color: #26A69A; +.language-selector .dropdown-menu > .active > a:hover { + color: #009688; } +/* +* — Sidebar menu in every page — +*/ + #sidebar-menu .item { - background-color: #009688; + background-color: #009688; color: white; } @@ -70,6 +73,36 @@ a, a:focus, a:hover { background-color: #00695C; } +/* +* === SUBJECT APP === +*/ + +/* +* — Home — +*/ + +.users-cloud .small a { + color: #2E8B57; +} + +.users-cloud .big a { + color: #6B8E23; +} + +.users-cloud .medium a { + color: #66CDAA; +} + +.users-cloud .tiny a { + color: #654321; +} + + +.my-subjects-title { + color: #26A69A; +} + + .panel-invisible{ background-color: #BDBDBD !important; color: #F5F5F5; @@ -344,9 +377,6 @@ a, a:focus, a:hover { border-bottom: 1px solid #D2D2D2; } -.bottom-menu { - background: #009688; -} .mobile-menu .item { color: #FFFFFF; @@ -498,21 +528,6 @@ a.add-row { color: #BDBDBD; } -.users-cloud .small a { - color: #2E8B57; -} - -.users-cloud .big a { - color: #6B8E23; -} - -.users-cloud .medium a { - color: #66CDAA; -} - -.users-cloud .tiny a { - color: #654321; -} .no-subscribe-btn{ background-color: #BDBDBD !important; @@ -632,14 +647,6 @@ a.add-row { background-color: initial; } -.language-selector .dropdown-menu > .active > a { - background: #EEEEEE; - color: #009688; -} - -.language-selector .dropdown-menu > .active > a:hover { - color: #009688; -} @media(max-width: 768px) { .navbar .navbar-nav .dropdown .dropdown-menu li > a { diff --git a/subjects/templates/subjects/initial.html b/subjects/templates/subjects/initial.html index 5504bab..71a46e2 100644 --- a/subjects/templates/subjects/initial.html +++ b/subjects/templates/subjects/initial.html @@ -14,7 +14,7 @@ {% endfor %} {% endif %} -