includes/clientside/tinymce/plugins/searchreplace/css/searchreplace.css
changeset 335 67bd3121a12e
parent 1 fe660c52c48f
equal deleted inserted replaced
334:c72b545f1304 335:67bd3121a12e
     1 /* stylesheet for advsearchreplace plugin*/
     1 .panel_wrapper {height:85px;}
       
     2 .panel_wrapper div.current {height:85px;}
     2 
     3 
     3 .panel_wrapper { height: 85px; }
     4 /* IE */
     4 .panel_wrapper div.current { height: 85px; }
     5 * html .panel_wrapper {height:100px;}
     5 
     6 * html .panel_wrapper div.current {height:100px;}
     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); }