Commit a4b52c3a1e81ed63522d22f115343d8bcf0881e9
1 parent
878af609
Exists in
master
and in
2 other branches
Responsive align badge on rotate screen
Showing
2 changed files
with
13 additions
and
2 deletions
Show diff stats
amadeus/static/css/base/amadeus_responsive.css
@@ -230,6 +230,12 @@ | @@ -230,6 +230,12 @@ | ||
230 | .talk-filter label { | 230 | .talk-filter label { |
231 | font-size: 13.2px; | 231 | font-size: 13.2px; |
232 | } | 232 | } |
233 | + | ||
234 | + .category-course-link { | ||
235 | + font-size: 12px; | ||
236 | + font-family: Roboto; | ||
237 | + font-weight: normal; | ||
238 | + } | ||
233 | } | 239 | } |
234 | 240 | ||
235 | @media(min-width: 768px) { | 241 | @media(min-width: 768px) { |
@@ -406,4 +412,9 @@ | @@ -406,4 +412,9 @@ | ||
406 | .dropdown-menu{ | 412 | .dropdown-menu{ |
407 | margin-left: 130px; | 413 | margin-left: 130px; |
408 | } | 414 | } |
415 | + | ||
416 | + li.item .notify_badge { | ||
417 | + top: 0px; | ||
418 | + right: 30px; | ||
419 | + } | ||
409 | } | 420 | } |
amadeus/templates/base.html
@@ -222,9 +222,9 @@ | @@ -222,9 +222,9 @@ | ||
222 | </a> | 222 | </a> |
223 | </div> | 223 | </div> |
224 | <div class="col-sm-4 col-xs-4"> | 224 | <div class="col-sm-4 col-xs-4"> |
225 | - <button class="btn btn-primary navbar-toggle pull-right" id="btn-search" data-toggle="collapse" data-target=".search-responsive-collapse"> | 225 | + <a class="btn btn-primary navbar-toggle pull-right" id="btn-search" data-toggle="collapse" data-target=".search-responsive-collapse"> |
226 | <i class="fa fa-search" aria-hidden="true"></i> | 226 | <i class="fa fa-search" aria-hidden="true"></i> |
227 | - </button> | 227 | + </a> |
228 | </div> | 228 | </div> |
229 | </div> | 229 | </div> |
230 | 230 |