Ignore:
Timestamp:
Dec 7, 2013, 9:06:39 PM (10 years ago)
Author:
rvelices
Message:

admin tools nicer mobile display

File:
1 edited

Legend:

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

    r25791 r25833  
    191191      margin:0 0 1em 0;
    192192    }
     193
     194
     195@media (max-width:640px) {
     196        .atoHideable1 {
     197                display:none;
     198        }
     199}
     200
     201@media (max-width:360px) {
     202        .atoHideable2 {
     203                display:none;
     204        }
     205}
Note: See TracChangeset for help on using the changeset viewer.