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 | 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 | 393 | @media(max-width:610px){ |
389 | 394 | .outside-title{ |
... | ... | @@ -412,9 +417,4 @@ |
412 | 417 | .dropdown-menu{ |
413 | 418 | margin-left: 130px; |
414 | 419 | } |
415 | - | |
416 | - li.item .notify_badge { | |
417 | - top: 0px; | |
418 | - right: 30px; | |
419 | - } | |
420 | 420 | } | ... | ... |