includes/clientside/tinymce/plugins/advimage/css/advimage.css
changeset 335 67bd3121a12e
parent 1 fe660c52c48f
child 588 20484deb89cd
equal deleted inserted replaced
334:c72b545f1304 335:67bd3121a12e
     1 /* CSS file for advimage plugin popup */
     1 #src_list, #over_list, #out_list {width:280px;}
     2 
     2 .mceActionPanel {margin-top:7px;}
     3 .mceImageList {
     3 .alignPreview {border:1px solid #000; width:140px; height:140px; overflow:hidden; padding:5px;}
     4 	width: 280px;
     4 .checkbox {border:0;}
     5 }
     5 .panel_wrapper div.current {height:305px;}
     6 
     6 #prev {margin:0; border:1px solid #000; width:99%; height:150px; overflow:auto;}
     7 .mceActionPanel {
     7 #align, #classlist {width:150px;}
     8 	margin-top: 7px;
     8 #width, #height {vertical-align:middle; width:50px; text-align:center;}
     9 }
     9 #vspace, #hspace, #border {vertical-align:middle; width:30px; text-align:center;}
    10 
    10 #class_list {width:180px;}
    11 .alignPreview {
    11 input {width: 280px;}
    12 	border: 1px solid black;
    12 #constrain, #onmousemovecheck {width:auto;}
    13 	width: 140px;
    13 #id, #dir, #lang, #usemap, #longdesc {width:200px;}
    14 	height: 140px;
       
    15 	overflow: hidden;
       
    16 	padding: 5px;
       
    17 }
       
    18 
       
    19 .checkbox {
       
    20 	border: 0;
       
    21 }
       
    22 
       
    23 .panel_wrapper div.current {
       
    24 	height: 305px;
       
    25 }
       
    26 
       
    27 #prev {
       
    28 	margin: 0;
       
    29 	border: 1px
       
    30 	solid black;
       
    31 	width: 99%;
       
    32 	height: 150px;
       
    33 	overflow: auto;
       
    34 }
       
    35 
       
    36 #align, #classlist {
       
    37 	width: 150px;
       
    38 }
       
    39 
       
    40 #width, #height {
       
    41 	vertical-align: middle;
       
    42 	width: 50px;
       
    43 	text-align: center;
       
    44 }
       
    45 
       
    46 #vspace, #hspace, #border {
       
    47 	vertical-align: middle;
       
    48 	width: 30px;
       
    49 	text-align: center;
       
    50 }
       
    51 
       
    52 #classlist {
       
    53 	width: 180px;
       
    54 }
       
    55 
       
    56 input {
       
    57 	width: 280px;
       
    58 }
       
    59 
       
    60 #constrain, #onmousemovecheck {
       
    61 	width: auto;
       
    62 }
       
    63 
       
    64 #id, #dir, #lang, #usemap, #longdesc {
       
    65 	width: 200px;
       
    66 }