Changeset 4786
- Timestamp:
- 01/23/2007 07:14:05 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/wp-admin.css
r4781 r4786 202 202 border: 1px solid #b2b2b2; 203 203 color: #000; 204 font: 204 font: 13px Verdana, Arial, Helvetica, sans-serif; 205 205 margin: 1px; 206 206 padding: 3px; … … 209 209 #uploading { 210 210 border-style: none; 211 padding: 0 px;211 padding: 0; 212 212 margin-bottom: 16px; 213 213 height: 18em; … … 460 460 } 461 461 462 463 462 #adminmenu .current, #submenu .current { 464 463 font-weight: bold; … … 530 529 } 531 530 532 533 531 #categorydiv input, #poststatusdiv input, #commentstatusdiv input, #pingstatusdiv input { 534 532 border: none; … … 537 535 #postdiv, #titlediv, #guiddiv { 538 536 margin: 0 8px 0 0; 539 padding: 0 px;537 padding: 0; 540 538 } 541 539 542 540 #postdivrich { 543 margin: 0 px;544 padding: 0 px;541 margin: 0; 542 padding: 0; 545 543 } 546 544 547 545 #content { 548 margin: 0 0 0 0;546 margin: 0; 549 547 width: 100%; 550 548 } … … 556 554 557 555 #titlediv input, #guiddiv input { 558 margin: 0 px;556 margin: 0; 559 557 width: 100%; 560 558 } … … 580 578 #postdivrich #quicktags { 581 579 background: #f0f0ee; 582 padding: 0 px;580 padding: 0; 583 581 border: 1px solid #ccc; 584 582 border-bottom: none; … … 594 592 595 593 #quicktags #ed_toolbar { 596 padding: 0 px2px;594 padding: 0 2px; 597 595 } 598 596 599 597 #ed_toolbar input { 600 background: #fff url( images/fade-butt.png ) repeat-x 0 px-2px;598 background: #fff url( images/fade-butt.png ) repeat-x 0 -2px; 601 599 margin: 3px 2px 2px; 602 600 } … … 644 642 645 643 #excerpt, .attachmentlinks { 646 margin: 0 px;644 margin: 0; 647 645 height: 4em; 648 646 width: 100%; … … 815 813 #postcustom table { 816 814 border: 1px solid #ccc; 817 margin: 0 px;815 margin: 0; 818 816 width: 100%; 819 817 } … … 836 834 837 835 * html #template div { 838 margin-right: 0 px;836 margin-right: 0; 839 837 } 840 838 … … 968 966 set display:none; */ 969 967 .zerosize { 970 height: 0 px;971 width: 0 px;972 margin: 0 px;973 border: 0 px;974 padding: 0 px;968 height: 0; 969 width: 0; 970 margin: 0; 971 border: 0; 972 padding: 0; 975 973 overflow: hidden; 976 974 position: absolute; … … 979 977 /* Box stuff */ 980 978 .dbx-clone { 981 position: absolute;982 visibility: hidden;979 position: absolute; 980 visibility: hidden; 983 981 } 984 982 .dbx-clone, .dbx-clone .dbx-handle-cursor { 985 cursor: move !important;983 cursor: move !important; 986 984 } 987 985 .dbx-dummy { 988 display: block;989 width: 0;990 height: 0;991 overflow: hidden;986 display: block; 987 width: 0; 988 height: 0; 989 overflow: hidden; 992 990 } 993 991 .dbx-group, .dbx-box, .dbx-handle { 994 position: relative;995 display: block;992 position: relative; 993 display: block; 996 994 } 997 995 … … 1001 999 1002 1000 * html #themeselect { 1003 padding: 0 px3px;1001 padding: 0 3px; 1004 1002 height: 22px; 1005 1003 } … … 1011 1009 *****************************************************************/ 1012 1010 .dbx-box { 1013 margin: 0;1014 padding: 0;1015 border: none;1011 margin: 0; 1012 padding: 0; 1013 border: none; 1016 1014 } 1017 1015 … … 1021 1019 } 1022 1020 #moremeta fieldset div { 1023 margin: 2px 0 0 0 px;1021 margin: 2px 0 0 0; 1024 1022 padding: 7px; 1025 1023 } … … 1084 1082 } 1085 1083 1086 #your-profile fieldset input 1084 #your-profile fieldset input { 1087 1085 width: 100%; 1088 1086 font-size: 20px; … … 1123 1121 /* handles */ 1124 1122 1125 .dbx-handle 1123 .dbx-handle { 1126 1124 background: #2685af; 1127 1125 padding: 6px 1em 2px; … … 1158 1156 margin-left: 8px; 1159 1157 background: url(images/box-bg-right.gif) repeat-y right; 1160 padding: 10px 10px 15px 0 px;1158 padding: 10px 10px 15px 0; 1161 1159 } 1162 1160 … … 1191 1189 } 1192 1190 1193 1194 1191 /* handle cursors */ 1195 1192 .dbx-handle-cursor { … … 1199 1196 /* toggle images */ 1200 1197 a.dbx-toggle, a.dbx-toggle:visited { 1201 display: block;1198 display: block; 1202 1199 overflow: hidden; 1203 1200 background-image: url( images/toggle.gif ); 1204 1201 position: absolute; 1205 top: 0 px;1206 right: 0 px;1202 top: 0; 1203 right: 0; 1207 1204 background-repeat: no-repeat; 1208 border: 0 px;1209 margin: 0 px;1210 padding: 0 px;1205 border: 0; 1206 margin: 0; 1207 padding: 0; 1211 1208 } 1212 1209 … … 1214 1211 height: 25px; 1215 1212 width: 27px; 1216 background-position: 0 0 px;1213 background-position: 0 0; 1217 1214 } 1218 1215 … … 1297 1294 1298 1295 #edButtons input, #edButtons input:active { 1299 margin: 0 px2px -1px;1296 margin: 0 2px -1px; 1300 1297 } 1301 1298 … … 1306 1303 1307 1304 #edButtons input.edButtonBack, #edButtons input.edButtonBack:active { 1308 background: #fff url( images/fade-butt.png ) repeat-x 0 px15px;1305 background: #fff url( images/fade-butt.png ) repeat-x 0 15px; 1309 1306 border-bottom: 1px solid #ccc; 1310 1307 }
Note: See TracChangeset
for help on using the changeset viewer.