Ticket #1970: rounded-box-edges.diff

File rounded-box-edges.diff, 895 bytes (added by davidhouse, 6 years ago)
  • wp-admin/wp-admin.css

     
    706706/* Can change this */ 
    707707#moremeta fieldset, #advancedstuff fieldset { 
    708708        margin-bottom: 1em; 
     709        background: transparent url(images/box-right.png) top right no-repeat; 
    709710} 
    710711#moremeta fieldset div { 
    711712        margin: 2px 0 0 0px; 
     
    725726} 
    726727 
    727728#moremeta h3, #advancedstuff h3 { 
    728         padding: 3px; 
     729        padding: 6px 1em 2px; 
    729730        font-weight: normal; 
    730731        font-size: 13px; 
     732        background: transparent url(images/box-left.gif) top left no-repeat; 
     733        height: 2em; 
    731734} 
    732735 
    733736#advancedstuff div { 
     
    814817        overflow: hidden; 
    815818        background-image: url( images/toggle.gif ); 
    816819        position: absolute; 
    817         top: 0px; 
    818         right: 0px; 
     820        top: 2px; 
     821        right: 5px; 
    819822        background-repeat: no-repeat; 
    820823        border: 0px; 
    821824        margin: 0px;