Ticket #15580: padding.15580.2.diff
File padding.15580.2.diff, 1.2 KB (added by , 12 years ago) |
---|
-
wp-admin/css/wp-admin.dev.css
1376 1376 1377 1377 .sorting-indicator { 1378 1378 display: none; 1379 width: 21px;1379 width: 7px; 1380 1380 height: 4px; 1381 1381 margin-top: 5px; 1382 margin-left: 7px; 1383 background-image: url(../images/sort.gif); 1384 background-repeat: no-repeat; 1382 1385 } 1386 .fixed .column-comments .sorting-indicator { 1387 margin-top: 3px; 1388 } 1389 .widefat th.sortable, 1390 .widefat th.sorted { 1391 padding: 0; 1392 } 1383 1393 th.sortable a, 1384 1394 th.sorted a { 1385 1395 display: block; 1386 1396 overflow: hidden; 1397 padding: 7px 7px 8px; 1387 1398 } 1399 .fixed .column-comments.sortable a, 1400 .fixed .column-comments.sorted a { 1401 padding: 8px 0; 1402 } 1388 1403 th.sortable a span, 1389 1404 th.sorted a span { 1390 1405 float: left; … … 1393 1408 th.sorted.asc .sorting-indicator, 1394 1409 th.desc:hover span.sorting-indicator { 1395 1410 display: block; 1396 background : url(../images/sort_asc.gif) no-repeat scroll0 0;1411 background-position: 0 0; 1397 1412 } 1398 1413 th.sorted.desc .sorting-indicator, 1399 1414 th.asc:hover span.sorting-indicator { 1400 1415 display: block; 1401 background : url(../images/sort_desc.gif) no-repeat scroll 00;1416 background-position: -7px 0; 1402 1417 } 1403 1418 1404 1419 /* Bulk Actions */