Commit e027c6ed03223df6c282cece5619dbbb105be11e
1 parent
a4b52c3a
Exists in
master
and in
2 other branches
Responsive align badge on rotate screen
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
amadeus/static/css/base/amadeus_responsive.css
@@ -384,6 +384,11 @@ | @@ -384,6 +384,11 @@ | ||
384 | font-size: 32px !important; | 384 | font-size: 32px !important; |
385 | } | 385 | } |
386 | 386 | ||
387 | + li.item .notify_badge { | ||
388 | + top: 0px; | ||
389 | + right: 30px; | ||
390 | + } | ||
391 | + | ||
387 | } | 392 | } |
388 | @media(max-width:610px){ | 393 | @media(max-width:610px){ |
389 | .outside-title{ | 394 | .outside-title{ |
@@ -412,9 +417,4 @@ | @@ -412,9 +417,4 @@ | ||
412 | .dropdown-menu{ | 417 | .dropdown-menu{ |
413 | margin-left: 130px; | 418 | margin-left: 130px; |
414 | } | 419 | } |
415 | - | ||
416 | - li.item .notify_badge { | ||
417 | - top: 0px; | ||
418 | - right: 30px; | ||
419 | - } | ||
420 | } | 420 | } |