includes/clientside/tinymce/plugins/xhtmlxtras/css/popup.css
changeset 335 67bd3121a12e
parent 1 fe660c52c48f
equal deleted inserted replaced
334:c72b545f1304 335:67bd3121a12e
     1 a.mceButtonNormal img, a.mceButtonSelected img {border: 1px solid #F0F0EE !important;}
     1 input.field, select.field {width:200px;}
     2 a.mceButtonNormal img:hover, a.mceButtonSelected img:hover {border: 1px solid #0A246A !important;  cursor: default;  background-color: #B6BDD2;}
     2 input.picker {width:179px; margin-left: 5px;}
     3 
     3 input.disabled {border-color:#F2F2F2;}
     4 img {
     4 img.picker {vertical-align:text-bottom; cursor:pointer;}
     5 	border: 0;
     5 h1 {padding: 0 0 5px 0;}
     6 }
     6 .panel_wrapper div.current {height:160px;}
     7 
     7 #xhtmlxtrasdel .panel_wrapper div.current, #xhtmlxtrasins .panel_wrapper div.current {height: 230px;}
     8 input.field, select.field {
     8 a.browse span {display:block; width:20px; height:20px; background:url('../../../themes/advanced/img/icons.gif') -140px -20px;}
     9 	width: 200px;
     9 #datetime {width:180px;}
    10 }
       
    11 
       
    12 input.picker {
       
    13 	width: 179px;
       
    14 	margin-left: 5px;
       
    15 }
       
    16 
       
    17 input.disabled {
       
    18 	border-color: #F2F2F2;
       
    19 }
       
    20 
       
    21 img.picker {
       
    22 	vertical-align: text-bottom;
       
    23 	cursor: pointer;
       
    24 }
       
    25 
       
    26 h1 {
       
    27 	padding: 0 0 5px 0;
       
    28 }
       
    29 
       
    30 #remove {
       
    31 	font-weight: bold;
       
    32 	width: 90px;
       
    33 	height: 21px;
       
    34 	border: 0px;
       
    35 	background-image: url('../images/remove_button_bg.gif');
       
    36 	cursor: pointer;
       
    37 	margin-left: 3px;
       
    38 }
       
    39 
       
    40 .panel_wrapper div.current {
       
    41 	height: 160px;
       
    42 }
       
    43 
       
    44 #xhtmlxtrasdel .panel_wrapper div.current, #xhtmlxtrasins .panel_wrapper div.current {
       
    45 	height: 220px;
       
    46 }