Make WordPress Core

Changeset 27461


Ignore:
Timestamp:
03/08/2014 12:46:03 AM (11 years ago)
Author:
azaozz
Message:

Adjust .find-box-inside responsive style, props avryl, see #26952

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/media.css

    r27460 r27461  
    334334}
    335335
     336@media screen and ( max-width: 782px ) {
     337    .find-box-inside {
     338        bottom: 69px;
     339    }
     340}
     341
    336342@media screen and ( max-width: 660px ) {
    337343
     
    345351    }
    346352
    347     .find-box-inside {
    348         bottom: 69px;
    349     }
    350353}
    351354
Note: See TracChangeset for help on using the changeset viewer.