Changeset 27485
- Timestamp:
- 03/09/2014 10:19:36 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/media.css
r27461 r27485 248 248 background: #fcfcfc; 249 249 border-bottom: 1px solid #dfdfdf; 250 height: 56px;250 height: 42px; 251 251 font-size: 22px; 252 252 font-weight: 600; 253 line-height: 56px;254 padding: 0 4 0px 0 16px;253 line-height: 41px; 254 padding: 0 42px 0 16px; 255 255 position: absolute; 256 256 top: 0; … … 264 264 background-color: #fff; 265 265 position: absolute; 266 top: 57px;267 bottom: 57px;266 top: 43px; 267 bottom: 45px; 268 268 overflow-y: scroll; 269 269 width: 100%; … … 301 301 302 302 #find-posts-close { 303 width: 4 0px;304 height: 4 0px;303 width: 42px; 304 height: 42px; 305 305 position: absolute; 306 306 top: 0; … … 316 316 317 317 #find-posts-close:before { 318 font: normal 20px/4 0px 'dashicons';318 font: normal 20px/42px 'dashicons'; 319 319 vertical-align: top; 320 320 speak: none; … … 325 325 326 326 .find-box-buttons { 327 padding: 14px 16px;327 padding: 8px 16px; 328 328 background: #fcfcfc; 329 329 border-top: 1px solid #dfdfdf; … … 336 336 @media screen and ( max-width: 782px ) { 337 337 .find-box-inside { 338 bottom: 69px;338 bottom: 57px; 339 339 } 340 340 }
Note: See TracChangeset
for help on using the changeset viewer.