Ignore:
Timestamp:
Dec 10, 2013, 10:59:08 PM (10 years ago)
Author:
mistic100
Message:

display tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AdminTools/template/style.css

    r25871 r25924  
    213213}
    214214
    215 @media (max-width:640px) {
    216   #ato_header>ul li>.ato-hide-1 {
     215@media (max-width:900px) {
     216  #ato_header .ato-min-1 {
    217217    font-size:0px;
    218218    line-height:0px;
    219219  }
    220   #ato_header>ul li>.ato-hide-1:before {
     220  #ato_header .ato-min-1:before {
    221221    margin-right:0;
    222222  }
    223 }
    224 
    225 @media (max-width:500px) {
    226   #ato_header>ul li>.ato-hide-2 {
     223
     224  #ato_header .ato-hide-1 {
     225    display:none;
     226  }
     227}
     228
     229@media (max-width:750px) {
     230  #ato_header .ato-min-2 {
    227231    font-size:0px;
    228232    line-height:0px;
    229233  }
    230   #ato_header>ul li>.ato-hide-2:before {
     234  #ato_header .ato-min-2:before {
    231235    margin-right:0;
    232236  }
    233 }
     237
     238  #ato_header .ato-hide-2 {
     239    display:none;
     240  }
     241}
Note: See TracChangeset for help on using the changeset viewer.