Make WordPress Core


Ignore:
Timestamp:
09/22/2006 07:04:41 AM (20 years ago)
Author:
ryan
Message:

Tabbed editor from skeltoac. fixes #2829

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/wp-admin.css

    r4196 r4206  
    1 * html #poststuff {
     1z* html #poststuff {
    22    height: 100%; /* kill peekaboo bug in IE */
    33}
     
    491491}
    492492
    493 #quicktags {
    494     margin-left: -1px;
    495 }
    496 
    497493#currenttheme img {
    498494    float: left;
     
    513509}
    514510
     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
    515532#quicktags #ed_strong {
    516533    font-weight: bold;
     
    532549#quicktags #ed_code {
    533550    font-family: "Courier New", Courier, mono;
     551    margin-bottom: 3px;
    534552}
    535553
     
    11191137    margin-left: 2em;
    11201138}
     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.