includes/clientside/tinymce/plugins/searchreplace/css/searchreplace.css
changeset 1 fe660c52c48f
child 335 67bd3121a12e
equal deleted inserted replaced
0:902822492a68 1:fe660c52c48f
       
     1 /* stylesheet for advsearchreplace plugin*/
       
     2 
       
     3 .panel_wrapper { height: 85px; }
       
     4 .panel_wrapper div.current { height: 85px; }
       
     5 
       
     6 /* MS IE only styles */
       
     7 * html .panel_wrapper { height: 100px; }
       
     8 * html .panel_wrapper div.current { height: 100px; }
       
     9 
       
    10 #replaceBtn, #replaceAllBtn {
       
    11 	padding-bottom: 2px;
       
    12 	font-weight: bold;
       
    13 	width: 90px;
       
    14 	height: 21px;
       
    15 	border: 0;
       
    16 	cursor: pointer;
       
    17 }
       
    18 
       
    19 #replaceBtn { background: url(../images/replace_button_bg.gif); }
       
    20 #replaceAllBtn { background: url(../images/replace_all_button_bg.gif); }