Ticket #5674: tmce-popup-css.patch
File tmce-popup-css.patch, 2.2 KB (added by , 17 years ago) |
---|
-
window.css
77 77 .clearlooks2 .bottom .right {right:0; width:6px; background:#eaf3ea url(img/drag.gif) no-repeat;border-right:1px solid #c6d9e9;} 78 78 .clearlooks2 .bottom span {display:none} 79 79 .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;} 83 83 .clearlooks2 .statusbar .bottom span {display:block; left:7px; font-family:Arial, Verdana; font-size:11px; line-height:23px} 84 84 85 85 /* Actions */ … … 88 88 .clearlooks2 .min {display:none; right:68px; background:url(img/buttons.gif) 0 0} 89 89 .clearlooks2 .med {display:none; right:37px; background:url(img/buttons.gif) -29px 0} 90 90 .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;} 92 92 .clearlooks2 .movable .move {display:block} 93 93 .clearlooks2 .focus .close {right:6px; background:url(img/buttons.gif) -87px -16px} 94 94 .clearlooks2 .focus .min {right:68px; background:url(img/buttons.gif) 0 -16px} … … 101 101 .clearlooks2 .focus .max:hover {right:37px; background:url(img/buttons.gif) -58px -32px} 102 102 103 103 /* 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;} 105 105 .clearlooks2 .resizable .resize {display:block} 106 106 .clearlooks2 .resizable .min, .clearlooks2 .max {display:none} 107 107 .clearlooks2 .minimizable .min {display:block}