Commit 038ae28f2e982630879ab2276c1da5b3bb51acb6

Authored by Filipe Medeiros
1 parent 0acb5795

Responsive badge in intermediary size

Showing 1 changed file with 13 additions and 5 deletions   Show diff stats
amadeus/static/css/base/amadeus_responsive.css
@@ -392,11 +392,6 @@ @@ -392,11 +392,6 @@
392 font-size: 32px !important; 392 font-size: 32px !important;
393 } 393 }
394 394
395 - li.item .notify_badge {  
396 - top: 0px;  
397 - right: 30px;  
398 - }  
399 -  
400 } 395 }
401 @media(max-width:610px){ 396 @media(max-width:610px){
402 .outside-title{ 397 .outside-title{
@@ -426,4 +421,17 @@ @@ -426,4 +421,17 @@
426 .dropdown-menu{ 421 .dropdown-menu{
427 margin-left: 130px; 422 margin-left: 130px;
428 } 423 }
  424 +
  425 + li.item .notify_badge {
  426 + top: 0px;
  427 + right: 30px;
  428 + }
429 } 429 }
  430 +
  431 +@media(min-width: 1000px){
  432 +
  433 + li.item .notify_badge {
  434 + top: 0px;
  435 + right: 0px;
  436 + }
  437 +}
430 \ No newline at end of file 438 \ No newline at end of file