Changeset 8909
- Timestamp:
- 09/16/2008 11:41:19 PM (17 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/colors-classic.css
r8901 r8909 234 234 } 235 235 236 .submitbox #autosave .error, ul.view-switch li.current a { 236 .submitbox #autosave .error, ul.view-switch li.current a, 237 #side-info-column #category-tabs .ui-tabs-selected a { 237 238 color: #333; 238 239 } … … 494 495 #poststuff .postbox { 495 496 background-color: #FFF; 497 } 498 499 .curtime #timestamp { 500 background-image: url(../images/date-button.gif); 496 501 } 497 502 -
trunk/wp-admin/css/colors-fresh.css
r8901 r8909 233 233 } 234 234 235 ul.view-switch li.current a { 235 ul.view-switch li.current a, 236 #side-info-column #category-tabs .ui-tabs-selected a { 236 237 color: #333; 237 238 } … … 484 485 } 485 486 487 .curtime #timestamp { 488 background-image: url(../images/date-button.gif); 489 } 490 486 491 #quicktags #ed_link { 487 492 color: #00f; … … 546 551 } 547 552 548 .login #backtoblog a, # curtime, #user_info a, #dashmenu a {553 .login #backtoblog a, #user_info a, #dashmenu a { 549 554 color: #ccc; 550 555 } … … 733 738 border-color: #464646; 734 739 } 740 /* end TinyMCE */ 735 741 736 742 #editorcontainer, #post-status-info { … … 740 746 #poststuff #titlewrap { 741 747 border-color: #ccc; 742 }743 744 #curtime {745 color: #666;746 748 } 747 749 -
trunk/wp-admin/rtl.css
r8827 r8909 101 101 margin-left:15%; 102 102 padding: 11px 12px 16px 170px; 103 }104 105 #curtime106 {107 background-position:right 2px;108 padding-left:0;109 padding-right: 9px;110 103 } 111 104 -
trunk/wp-admin/wp-admin.css
r8901 r8909 1492 1492 } 1493 1493 1494 #categorydiv div.ui-tabs-panel, #linkcategorydiv div.ui-tabs-panel { 1495 padding: .5em .9em; 1496 } 1497 1498 #post-body #categorydiv div.ui-tabs-panel, #post-body #linkcategorydiv div.ui-tabs-panel { 1494 #categorydiv div.ui-tabs-panel, 1495 #linkcategorydiv div.ui-tabs-panel { 1496 height: 150px; 1497 overflow: auto; 1498 padding: 0.5em 0.9em; 1499 } 1500 1501 #post-body #categorydiv div.ui-tabs-panel, 1502 #post-body #linkcategorydiv div.ui-tabs-panel { 1499 1503 margin: 0 5px 0 120px; 1500 1504 height: 10em; … … 1504 1508 } 1505 1509 1506 #side-info-column #category-tabs, #side-info-column #categories-pop { 1507 display: none; 1508 } 1509 1510 #categorydiv ul, #linkcategorydiv ul { 1510 #side-info-column #category-tabs li { 1511 display: inline; 1512 padding-right: 8px; 1513 } 1514 1515 #side-info-column #category-tabs a { 1516 text-decoration: none; 1517 } 1518 1519 #side-info-column #category-tabs { 1520 margin-bottom: 3px; 1521 } 1522 1523 #categorydiv ul, 1524 #linkcategorydiv ul { 1511 1525 list-style: none; 1512 1526 padding: 0; … … 1514 1528 } 1515 1529 1516 #categorydiv ul.categorychecklist ul, #linkcategorydiv ul.categorychecklist ul { 1530 #categorydiv ul.categorychecklist ul, 1531 #linkcategorydiv ul.categorychecklist ul { 1517 1532 margin-left: 18px; 1518 1533 } … … 1678 1693 #templateside ul li a { 1679 1694 text-decoration: none; 1680 }1681 1682 #submitpost p.curtime {1683 background-image: url(images/date-button.gif);1684 background-repeat: no-repeat;1685 background-position: left 4px;1686 padding-left: 18px;1687 padding-top: 2px;1688 1695 } 1689 1696 … … 1842 1849 width: 2.7em; 1843 1850 padding: 1px; 1851 } 1852 1853 .curtime #timestamp { 1854 background-repeat: no-repeat; 1855 background-position: left 1px; 1856 padding-left: 18px; 1844 1857 } 1845 1858
Note: See TracChangeset
for help on using the changeset viewer.