Changeset 9057
- Timestamp:
- 10/02/2008 04:25:31 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/wp-admin.css (modified) (15 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/wp-admin.css
r9056 r9057 44 44 } 45 45 46 47 46 form#upload #post_content { 48 47 height: 50px; … … 59 58 60 59 table#availablethemes { 61 border-spacing: 0 px;60 border-spacing: 0; 62 61 border: none; 63 62 border-top: 1px solid #ccc; … … 166 165 167 166 .commentlist li li { 168 border-bottom: 0 px;167 border-bottom: 0; 169 168 padding: 0; 170 169 } … … 252 251 border-style: solid; 253 252 height: 2em; 254 vertical-align: top;253 vertical-align: top; 255 254 } 256 255 … … 280 279 line-height: 150%; 281 280 } 282 283 281 284 282 table .vers { … … 439 437 /* A handy div class for hiding controls. 440 438 Some browsers will disable them when you 441 set display: none; */439 set display: none; */ 442 440 .zerosize { 443 441 height: 0; … … 603 601 a.view-comment-post-link { 604 602 position: absolute; 605 text-decoration: underline;603 text-decoration: underline; 606 604 } 607 605 … … 752 750 border-bottom-left-radius: 7px; 753 751 border-bottom-right-radius: 7px; 754 -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);755 -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.2);752 -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2); 753 -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.2); 756 754 } 757 755 … … 814 812 #adminmenu a { 815 813 font-size: 13px; 816 padding: 0 px 7px 0px36px;814 padding: 0 7px 0 36px; 817 815 line-height: 1.1; 818 816 display: block; … … 921 919 922 920 html, body { 923 height: 100%;921 height: 100%; 924 922 } 925 923 … … 1304 1302 1305 1303 .postarea #add-media-button { 1306 float: right;1307 margin: 7px 0pt 0pt;1308 position: relative;1309 right: 10px;1304 float: right; 1305 margin: 7px 0pt 0pt; 1306 position: relative; 1307 right: 10px; 1310 1308 } 1311 1309 … … 1609 1607 1610 1608 .commentlist .avatar { 1611 vertical-align: text-top;1609 vertical-align: text-top; 1612 1610 } 1613 1611 … … 1843 1841 #inbox-filter .actions { 1844 1842 margin-left: 6px; 1845 background: url(images/archive-link.png) 0 px12px no-repeat;1843 background: url(images/archive-link.png) 0 12px no-repeat; 1846 1844 padding-left: 16px; 1847 1845 } … … 1934 1932 float: right; 1935 1933 padding-left: 10px; 1936 font-size: 12px;1934 font-size: 12px; 1937 1935 } 1938 1936 … … 2333 2331 2334 2332 #wpbody-content .media-item .thumbnail { 2335 max-height: 128px;2336 max-width: 128px;2333 max-height: 128px; 2334 max-width: 128px; 2337 2335 } 2338 2336
Note: See TracChangeset
for help on using the changeset viewer.