Make WordPress Core

Ticket #5674: tmce-popup-css.patch

File tmce-popup-css.patch, 2.2 KB (added by azaozz, 17 years ago)

Small cleanup of the popups css

  • window.css

     
    7777.clearlooks2 .bottom .right {right:0; width:6px; background:#eaf3ea url(img/drag.gif) no-repeat;border-right:1px solid #c6d9e9;}
    7878.clearlooks2 .bottom span {display:none}
    7979.clearlooks2 .statusbar .bottom, .clearlooks2 .statusbar .bottom div {height:23px}
    80 .clearlooks2 .statusbar .bottom .left {background:url(img/corners.gif) -29px 0}
    81 .clearlooks2 .statusbar .bottom .center {background:url(img/horizontal.gif) 0 -52px}
    82 .clearlooks2 .statusbar .bottom .right {background:url(img/corners.gif) -24px 0}
     80.clearlooks2 .statusbar .bottom .left {background:#eaf3ea;}
     81.clearlooks2 .statusbar .bottom .center {background:#eaf3ea;}
     82.clearlooks2 .statusbar .bottom .right {background:#eaf3ea;}
    8383.clearlooks2 .statusbar .bottom span {display:block; left:7px; font-family:Arial, Verdana; font-size:11px; line-height:23px}
    8484
    8585/* Actions */
     
    8888.clearlooks2 .min {display:none; right:68px; background:url(img/buttons.gif) 0 0}
    8989.clearlooks2 .med {display:none; right:37px; background:url(img/buttons.gif) -29px 0}
    9090.clearlooks2 .max {display:none; right:37px; background:url(img/buttons.gif) -58px 0}
    91 .clearlooks2 .move {display:none;width:100%;cursor:move;background:url(img/corners.gif) no-repeat -100px -100px}
     91.clearlooks2 .move {display:none;width:100%;cursor:move;background:transparent;}
    9292.clearlooks2 .movable .move {display:block}
    9393.clearlooks2 .focus .close {right:6px; background:url(img/buttons.gif) -87px -16px}
    9494.clearlooks2 .focus .min {right:68px; background:url(img/buttons.gif) 0 -16px}
     
    101101.clearlooks2 .focus .max:hover {right:37px; background:url(img/buttons.gif) -58px -32px}
    102102
    103103/* Resize */
    104 .clearlooks2 .resize {top:auto; left:auto; display:none; width:5px; height:5px; background:url(img/horizontal.gif) no-repeat 0 -75px}
     104.clearlooks2 .resize {top:auto; left:auto; display:none; width:5px; height:5px; background:transparent;}
    105105.clearlooks2 .resizable .resize {display:block}
    106106.clearlooks2 .resizable .min, .clearlooks2 .max {display:none}
    107107.clearlooks2 .minimizable .min {display:block}