Make WordPress Core

Changeset 9990


Ignore:
Timestamp:
11/30/2008 10:47:42 PM (17 years ago)
Author:
azaozz
Message:

Fix thead and tfoot background images for IE

Location:
trunk/wp-admin
Files:
5 edited

Legend:

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

    r9979 r9990  
    443443}
    444444
    445 .widefat thead tr,
    446 .widefat tfoot tr,
    447 .thead,
    448 .tfoot,
     445.widefat thead tr th,
     446.widefat tfoot tr th,
    449447h3.dashboard-widget-title,
    450448h3.dashboard-widget-title span,
  • trunk/wp-admin/css/colors-fresh.css

    r9979 r9990  
    452452}
    453453
    454 .widefat thead tr,
    455 .widefat tfoot tr,
    456 .thead,
    457 .tfoot,
     454.widefat thead tr th,
     455.widefat tfoot tr th,
    458456h3.dashboard-widget-title,
    459457h3.dashboard-widget-title span,
  • trunk/wp-admin/css/global.css

    r9976 r9990  
    322322    border-bottom-width: 1px;
    323323    border-bottom-style: solid;
    324     border-bottom-color: #ccc;
    325324    font-size: 11px;
    326325    vertical-align: text-top;
     
    330329    padding: 7px 7px 5px;
    331330    vertical-align: top;
     331}
     332
     333.widefat thead tr th:first {
     334    -moz-border-radius-topleft: 4px;
     335    -webkit-border-top-left-radius: 4px;
     336    -khtml-border-top-left-radius: 4px;
     337    border-top-left-radius: 4px;
     338}
     339
     340.widefat thead tr th:last {
     341    -moz-border-radius-topright: 4px;
     342    -webkit-border-top-right-radius: 4px;
     343    -khtml-border-top-right-radius: 4px;
     344    border-top-right-radius: 4px;
     345}
     346
     347.widefat tfoot tr th:first {
     348    -moz-border-radius-bottomleft: 4px;
     349    -webkit-border-bottom-left-radius: 4px;
     350    -khtml-border-bottom-left-radius: 4px;
     351    border-bottom-left-radius: 4px;
     352}
     353
     354.widefat tfoot tr th:last {
     355    -moz-border-radius-bottomright: 4px;
     356    -webkit-border-bottom-right-radius: 4px;
     357    -khtml-border-bottom-right-radius: 4px;
     358    border-bottom-right-radius: 4px;
    332359}
    333360
  • trunk/wp-admin/css/ie.css

    r9938 r9990  
    200200    line-height: 1.4em;
    201201    margin: 1px;
    202 }
    203 
    204 .widefat thead tr th,
    205 .widefat tfoot tr th {
    206     background: #DFDFDF url(../images/gray-grad.png) repeat-x scroll left top;
    207     color: #333333;
    208202}
    209203
  • trunk/wp-admin/wp-admin.css

    r9979 r9990  
    2323    font-size: 16px;
    2424}
    25 
    26 /*
    27 #uploading {
    28     border-style: none;
    29     padding: 0;
    30     margin-bottom: 16px;
    31     height: 18em;
    32     width: 100%;
    33 }
    34 
    35 form#upload th {
    36     text-align: right;
    37 }
    38 
    39 form#upload #post_content, form#upload #post_title {
    40     width: 250px;
    41 }
    42 
    43 .form-invalid input {
    44     border-width: 1px !important;
    45     border-style: solid !important;
    46 }
    47 
    48 form#upload #post_content {
    49     height: 50px;
    50 }
    51 */
    5225
    5326.anchors {
     
    399372    width: 250px;
    400373}
    401 /*
    402 #postdiv, #titlediv, #poststuff .stuffbox {
    403     margin: 0;
    404     padding: 0;
    405 }
    406 */
     374
    407375#namediv table {
    408376    width: 100%;
     
    425393    padding-top: 10px;
    426394}
    427 /*
    428 #postdivrich {
    429     margin: 0;
    430     padding: 0;
    431 }
    432 */
     395
    433396#content {
    434397    margin: 0;
     
    503466    font-style: italic;
    504467}
    505 /*
    506 #attachmentlinks textarea {
    507     width: 100%;
    508     height: 2.5em;
    509     margin-bottom: 6px;
    510 }
    511 */
     468
    512469#excerpt, .attachmentlinks {
    513470    margin: 0;
     
    515472    width: 98%;
    516473}
    517 /*
    518 #login .fullwidth {
    519     width: 320px;
    520 }
    521 
    522 #searchform fieldset {
    523     float: left;
    524     margin: 0 1.5ex 1em 0;
    525     padding: 0;
    526 }
    527 
    528 #searchform fieldset legend {
    529     padding: 0 0 .2em 1px;
    530 }
    531 
    532 #searchform #s {
    533     padding: 4px 3px;
    534 }
    535 
    536 #searchform #post-query-submit {
    537     float: left;
    538     margin: 14px 0 1em;
    539     position: relative;
    540     top: .35em;
    541 }
    542 */
     474
    543475/* post meta postbox */
    544476#postcustomstuff table,
     
    14191351    display: none;
    14201352}
    1421 /*
    1422 #mediadiv img {
    1423     float: left;
    1424     margin-right: 1em;
    1425 }
    1426 
    1427 #mediadiv h4 {
    1428     margin: 0 0 .5em;
    1429 }
    1430 */
     1353
    14311354#post-body #tagsdiv #newtag {
    14321355    margin-right: 5px;
     
    17971720}
    17981721
    1799 /*
    1800 #side-info-column #side-sortables {
    1801     height: 100%;
    1802 }
    1803 */
    1804 
    18051722.submitbox .submit {
    18061723    text-align: left;
     
    19471864    position: relative;
    19481865}
    1949 /*
    1950 p#big-add-button {
    1951     position: absolute;
    1952     right: 0;
    1953     top: 0;
    1954     margin: 0;
    1955 }
    1956 
    1957 p#big-add-button .button {
    1958     font-size: 18px;
    1959     padding: 3px 30px;
    1960 }
    1961 */
     1866
    19621867p.search-box {
    19631868    float: right;
     
    20581963
    20591964#the-comment-list td.comment {
    2060 /*
    2061     width: 65%;
    2062     max-width: 460px;
    2063 */
    20641965    word-wrap: break-word;
    20651966}
     
    22052106    border-style: solid;
    22062107}
    2207 /*
    2208 #inbox-filter .actions {
    2209     margin-left: 6px;
    2210     background: url(images/archive-link.png) 0 12px no-repeat;
    2211     padding-left: 16px;
    2212 }
    2213 
    2214 #inbox-filter .actions .button {
    2215     font-size: 11px;
    2216     padding: 2px;
    2217 }
    2218 
    2219 #inbox-filter ul {
    2220     list-style: none;
    2221     margin: 0;
    2222     padding: 0;
    2223     position: relative;
    2224 }
    2225 
    2226 #inbox-filter ul li {
    2227     position: relative;
    2228 }
    2229 
    2230 #inbox-filter ul input.checkbox {
    2231     float: left;
    2232 }
    2233 
    2234 #inbox-filter ul p {
    2235     float: left;
    2236     margin: 0;
    2237     margin-left: -40px;
    2238     width: 100%;
    2239     position: relative;
    2240     left: 50px;
    2241 }
    2242 
    2243 #inbox-message {
    2244     margin: 0 0 0 7.5em;
    2245     padding: 5px;
    2246 }
    2247 */
     2108
    22482109/* media popup 0819 */
    22492110#sidemenu {
     
    23152176    display: none;
    23162177}
    2317 /*
    2318 #previewview {
    2319     float: right;
    2320     margin-top: -53px;
    2321 }
    2322 
    2323 #previewview a {
    2324     display: block;
    2325     font-size: 16px;
    2326     font-weight: normal;
    2327     padding: 4px 8px;
    2328     text-align: center;
    2329     text-decoration: none;
    2330     width: 200px;
    2331 }
    2332 */
    23332178
    23342179/* reply to comments */
Note: See TracChangeset for help on using the changeset viewer.