Make WordPress Core

Changeset 9840


Ignore:
Timestamp:
11/22/2008 12:28:39 AM (16 years ago)
Author:
azaozz
Message:

PressThis IE6 css fixes from Noel, see #7949

File:
1 edited

Legend:

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

    r9838 r9840  
    1919#poststuff #edButtonPreview,
    2020#poststuff #edButtonHTML {
    21 -moz-border-radius-bottomleft:0;
    22 -moz-border-radius-bottomright:0;
    23 -moz-border-radius-topleft:3px;
    24 -moz-border-radius-topright:3px;
    25 -khtml-border-radius-bottomleft:0;
    26 -khtml-border-radius-bottomright:0;
    27 -khtml-border-radius-topleft:3px;
    28 -khtml-border-radius-topright:3px;
    29 -webkit-border-radius-bottomleft:0;
    30 -webkit-border-radius-bottomright:0;
    31 -webkit-border-radius-topleft:3px;
    32 -webkit-border-radius-topright:3px;
    33 border-radius-bottomleft:0;
    34 border-radius-bottomright:0;
    35 border-radius-topleft:3px;
    36 border-radius-topright:3px;
    37 
    38 border-style:solid;
    39 border-width:1px;
    40 cursor:pointer;
    41 display:block;
    42 height:18px;
    43 margin:0px 5px 0 0;
    44 padding:0px 5px 0px;
    45 background-color:#E9E9E9;
    46 border-bottom-color:#E9E9E9;
    47 color:#333333;
    48 font-size: 10px;
    49 line-height: 18px;
     21    -moz-border-radius-bottomleft: 0;
     22    -moz-border-radius-bottomright: 0;
     23    -moz-border-radius-topleft: 3px;
     24    -moz-border-radius-topright: 3px;
     25    -khtml-border-radius-bottomleft: 0;
     26    -khtml-border-radius-bottomright: 0;
     27    -khtml-border-radius-topleft: 3px;
     28    -khtml-border-radius-topright: 3px;
     29    -webkit-border-radius-bottomleft: 0;
     30    -webkit-border-radius-bottomright: 0;
     31    -webkit-border-radius-topleft: 3px;
     32    -webkit-border-radius-topright: 3px;
     33    border-radius-bottomleft: 0;
     34    border-radius-bottomright: 0;
     35    border-radius-topleft: 3px;
     36    border-radius-topright: 3px;
     37
     38    border-style: solid;
     39    border-width: 1px;
     40    cursor: pointer;
     41    display: block;
     42    height: 18px;
     43    margin: 0px 5px 0 0;
     44    padding: 0px 5px 0px;
     45    background-color: #E9E9E9;
     46    border-bottom-color: #E9E9E9;
     47    color: #333333;
     48    font-size: 10px;
     49    line-height: 18px;
     50    float: left;
    5051}
    5152
     
    5354
    5455.howto {
    55 margin-top: 2px;
    56 margin-bottom: 3px;
     56    margin-top: 2px;
     57    margin-bottom: 3px;
    5758    font-size: 11px;
    5859    font-style: italic;
     
    9798
    9899.posting {
    99 margin-right: 228px;
    100 position: relative;
    101 left: 0;
     100    margin-right: 228px;
     101    position: relative;
     102    left: 0;
    102103}
    103104
     
    125126    margin: 0 0 10px;
    126127   
    127     background-image:url(../images/postbox-bg.gif);
    128 background-position:left top;
    129 background-repeat:repeat-x;
    130 
    131 font-size:12px;
    132 font-weight:bold;
    133 line-height:1;
    134 margin:0 0 10px;
    135 padding:7px 9px;
    136 text-shadow:0 1px 0 #FFFFFF;
    137 }
     128    background-image: url(../images/postbox-bg.gif);
     129    background-position: left top;
     130    background-repeat: repeat-x;
     131
     132    font-size: 12px;
     133    font-weight: bold;
     134    line-height: 1;
     135    margin: 0 0 10px;
     136    padding: 7px 9px;
     137    text-shadow: 0 1px 0 #FFFFFF;
     138}
     139
    138140h3.tb {
    139 text-shadow:0 1px 0 #FFFFFF;
    140 font-weight: bold;
    141 font-size: 12px;
    142 margin-left: 5px;
    143 }
     141    text-shadow: 0 1px 0 #FFFFFF;
     142    font-weight: bold;
     143    font-size: 12px;
     144    margin-left: 5px;
     145}
     146
    144147#TB_window {
    145 border: 1px solid #333;
    146 -moz-border-radius: 6px;
     148    border: 1px solid #333;
     149    -moz-border-radius: 6px;
    147150    -khtml-border-radius: 6px;
    148151    -webkit-border-radius: 6px;
     
    151154
    152155.metabox-holder .postbox,
    153  .postbox,
     156.postbox,
    154157.stuffbox {
    155158    margin-bottom: 10px;
     
    161164    -webkit-border-radius: 6px;
    162165    border-radius: 6px;
    163 }
     166    border-color: #DFDFDF;
     167}
     168
    164169.titlediv {
    165 border-color:#DFDFDF;
    166 }
     170    border-color: #DFDFDF;
     171}
     172
    167173#title, .tbtitle {
    168174    -moz-border-radius: 6px;
     
    170176    -webkit-border-radius: 6px;
    171177    border-radius: 6px;
    172 border-style:solid;
    173 border-width:1px;
    174 font-size:1.7em;
    175 outline-color:-moz-use-text-color;
    176 outline-style:none;
    177 outline-width:medium;
    178 padding:3px 4px;
    179 border-color: #DFDFDF;
    180 }
     178    border-style: solid;
     179    border-width: 1px;
     180    font-size: 1.7em;
     181    outline: none;
     182    padding: 3px 4px;
     183    border-color: #DFDFDF;
     184}
     185
    181186.tbtitle {
    182 font-size: 12px;
    183 padding: 3px;
    184 }
     187    font-size: 12px;
     188    padding: 3px;
     189}
     190
    185191#title {
    186 width: 98%;
    187 }
     192    width: 98%;
     193}
     194
    188195.postbox h2 {
    189 background-image:url(../images/postbox-bg.gif);
    190 background-position:left top;
    191 background-repeat:repeat-x;
    192 background-color:#DFDFDF;
     196    background-image: url(../images/postbox-bg.gif);
     197    background-position: left top;
     198    background-repeat: repeat-x;
     199    background-color: #DFDFDF;
    193200}
    194201
     
    198205    -webkit-border-radius: 6px;
    199206    border-radius: 6px;
    200 border-collapse:separate;
    201 border-style:solid;
    202 border-width:1px;
    203 border-color:#DFDFDF;
    204 
     207    border-collapse: separate;
     208    border-style: solid;
     209    border-width: 1px;
     210    border-color: #DFDFDF;
    205211}
    206212
     
    212218#actions {
    213219    clear: both;
    214     position: absolute;
    215     right: 4px;
    216     top: 6px;
    217     margin: 0;
     220    float: right;
     221    margin-top: -19px;
     222    position: relative;
    218223}
    219224
     
    244249    position: relative;
    245250}
     251
    246252#extra_fields .postbox {
    247 margin-bottom: 5px;
     253    margin-bottom: 5px;
    248254}
    249255
     
    264270    vertical-align: center;
    265271}
     272
    266273#img_container img, #img_container a {
    267274    width: 68px;
     
    295302/* Video */
    296303#embed-code {
    297 width: 100%;
     304    width: 100%;
    298305    height: 98px;
    299306}
     
    350357}
    351358
    352 #categorydiv {
    353 
    354 }
    355 
    356359/* Categories */
    357360#categorydiv ul, #linkcategorydiv ul {
     
    387390    margin: 0;
    388391}
     392
    389393#tagadd {
    390 margin-left: 3px;
     394    margin-left: 3px;
    391395}
    392396
    393397#tagchecklist {
    394 margin-top: 3px;
     398    margin-top: 3px;
    395399    margin-bottom: 1em;
    396400    font-size: 12px;
     
    447451    border-radius: 11px;
    448452}
     453
    449454.button-primary {
    450 background:#21759B url(../images/button-grad.png) repeat-x scroll left top;
    451 border-color:#21759B;
    452 color:#FFFFFF;
     455    background: #21759B url(../images/button-grad.png) repeat-x scroll left top;
     456    border-color: #21759B;
     457    color: #FFFFFF;
    453458}
    454459
     
    494499    border-width: 1px;
    495500    border-style: solid;
    496     width:99%;
     501    width: 99%;
    497502}
    498503
     
    504509
    505510.error a {
    506     text-decoration:underline;
     511    text-decoration: underline;
    507512}
    508513
Note: See TracChangeset for help on using the changeset viewer.