diff --git a/amadeus/static/css/base/amadeus_responsive.css b/amadeus/static/css/base/amadeus_responsive.css index 3df92b5..4d10c50 100755 --- a/amadeus/static/css/base/amadeus_responsive.css +++ b/amadeus/static/css/base/amadeus_responsive.css @@ -230,6 +230,12 @@ .talk-filter label { font-size: 13.2px; } + + .category-course-link { + font-size: 12px; + font-family: Roboto; + font-weight: normal; + } } @media(min-width: 768px) { @@ -406,4 +412,9 @@ .dropdown-menu{ margin-left: 130px; } + + li.item .notify_badge { + top: 0px; + right: 30px; + } } diff --git a/amadeus/templates/base.html b/amadeus/templates/base.html index 4e69ad0..c91e20d 100644 --- a/amadeus/templates/base.html +++ b/amadeus/templates/base.html @@ -222,9 +222,9 @@