Changeset 4206 for trunk/wp-admin/wp-admin.css
- Timestamp:
- 09/22/2006 07:04:41 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/wp-admin.css (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/wp-admin.css
r4196 r4206 1 * html #poststuff {1 z* html #poststuff { 2 2 height: 100%; /* kill peekaboo bug in IE */ 3 3 } … … 491 491 } 492 492 493 #quicktags {494 margin-left: -1px;495 }496 497 493 #currenttheme img { 498 494 float: left; … … 513 509 } 514 510 511 #postdivrich #quicktags { 512 background: #f0f0ee; 513 padding: 0px; 514 border: 1px solid #ccc; 515 border-bottom: none; 516 } 517 #postdiv #quicktags { 518 padding-right: 6px; 519 } 520 #postdivrich #quicktags { 521 display: none; 522 } 523 #quicktags #ed_toolbar { 524 padding: 0px 2px; 525 } 526 527 #ed_toolbar input { 528 background: #fff url( images/fade-butt.png ) repeat-x 0px -2px; 529 margin: 3px 2px 2px; 530 } 531 515 532 #quicktags #ed_strong { 516 533 font-weight: bold; … … 532 549 #quicktags #ed_code { 533 550 font-family: "Courier New", Courier, mono; 551 margin-bottom: 3px; 534 552 } 535 553 … … 1119 1137 margin-left: 2em; 1120 1138 } 1139 #postdivrich #edButtons { 1140 padding-left: 3px; 1141 } 1142 #postdivrich #content, #postdivrich #content:active { 1143 border: 1px solid #ccc; 1144 } 1145 #edButtons input, #edButtons input:active { 1146 margin: 0px 2px -1px; 1147 } 1148 #edButtons input.edButtonFore, #edButtons input.edButtonFore:active { 1149 background: #f0f0ee; 1150 border-bottom: 1px solid #f0f0ee; 1151 } 1152 #edButtons input.edButtonBack, #edButtons input.edButtonBack:active { 1153 background: #fff url( images/fade-butt.png ) repeat-x 0px 15px; 1154 border-bottom: 1px solid #ccc; 1155 }
Note: See TracChangeset
for help on using the changeset viewer.