Make WordPress Core

Changeset 10295


Ignore:
Timestamp:
01/04/2009 11:51:08 AM (18 years ago)
Author:
azaozz
Message:

CSS fixes fir IE: pending comments background, HTML editor buttons padding, text fields line-height, fixes #8771

Location:
trunk/wp-admin
Files:
4 edited

Legend:

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

    r10237 r10295  
    622622}
    623623
    624 #the-comment-list .unapproved {
     624#the-comment-list .unapproved,
     625#the-comment-list .unapproved th,
     626#the-comment-list .unapproved td {
    625627        background-color: #ffffe0;
    626628}
  • trunk/wp-admin/css/colors-fresh.css

    r10237 r10295  
    622622}
    623623
    624 #the-comment-list .unapproved {
     624#the-comment-list .unapproved,
     625#the-comment-list .unapproved th,
     626#the-comment-list .unapproved td {
    625627        background-color: #ffffe0;
    626628}
  • trunk/wp-admin/css/ie.css

    r10222 r10295  
    179179}
    180180/* end Inline Editor */
     181
     182input {
     183        line-height: 1;
     184}
    181185
    182186* html .row-actions {
     
    274278}
    275279
    276 #ed_toolbar input {
     280#ed_toolbar input,
     281#ed_reply_toolbar input {
    277282        overflow: visible;
    278283        padding: 0 4px;
  • trunk/wp-admin/wp-admin.css

    r10258 r10295  
    436436}
    437437
    438 #ed_toolbar input {
     438#ed_toolbar input,
     439#ed_reply_toolbar input {
    439440        margin: 3px 1px 4px;
    440441        line-height: 18px;
     
    449450        -webkit-border-radius: 3px;
    450451        border-radius: 3px;
     452}
     453
     454#ed_reply_toolbar input {
     455        margin: 1px 2px 1px 1px;
    451456}
    452457
     
    22532258}
    22542259
    2255 #replyrow #ed_reply_toolbar input {
    2256         margin: 1px 2px 1px 1px;
    2257         min-width: 24px;
    2258         padding: 3px 4px;
    2259         font-size: 11px;
    2260         -moz-border-radius: 3px;
    2261         -khtml-border-radius: 3px;
    2262         -webkit-border-radius: 3px;
    2263         border-radius: 3px;
    2264 }
    2265 
    22662260/* show/hide settings */
    2267 
    22682261#screen-meta {
    22692262        position: relative;
Note: See TracChangeset for help on using the changeset viewer.