includes/clientside/tinymce/plugins/advlink/css/advlink.css
changeset 335 67bd3121a12e
parent 1 fe660c52c48f
equal deleted inserted replaced
334:c72b545f1304 335:67bd3121a12e
     1 /* CSS file for advimage plugin popup */
     1 .mceLinkList, .mceAnchorList, #targetlist {width:280px;}
     2 
     2 .mceActionPanel {margin-top:7px;}
     3 .mceLinkList, .mceAnchorList, #targetlist {
     3 .panel_wrapper div.current {height:320px;}
     4 	width: 280px;
     4 #classlist, #title, #href {width:280px;}
     5 }
     5 #popupurl, #popupname {width:200px;}
     6 
     6 #popupwidth, #popupheight, #popupleft, #popuptop {width:30px;vertical-align:middle;text-align:center;}
     7 .mceActionPanel {
     7 #id, #style, #classes, #target, #dir, #hreflang, #lang, #charset, #type, #rel, #rev, #tabindex, #accesskey {width:200px;}
     8 	margin-top: 7px;
     8 #events_panel input {width:200px;}
     9 }
       
    10 
       
    11 .panel_wrapper div.current {
       
    12 	height: 320px;
       
    13 }
       
    14 
       
    15 #classlist, #title, #href {
       
    16 	width: 280px;
       
    17 }
       
    18 
       
    19 #popupurl, #popupname {
       
    20 	width: 200px;
       
    21 }
       
    22 
       
    23 #popupwidth, #popupheight, #popupleft, #popuptop {
       
    24 	width: 30px;
       
    25 	vertical-align: middle;
       
    26 	text-align: center;
       
    27 }
       
    28 
       
    29 #id, #style, #classes, #target, #dir, #hreflang, #lang, #charset, #type, #rel, #rev, #tabindex, #accesskey {
       
    30 	width: 200px;
       
    31 }
       
    32 
       
    33 #events_panel input {
       
    34 	width: 200px;
       
    35 }