includes/clientside/tinymce/plugins/advlink/css/advlink.css
changeset 1 fe660c52c48f
child 335 67bd3121a12e
equal deleted inserted replaced
0:902822492a68 1:fe660c52c48f
       
     1 /* CSS file for advimage plugin popup */
       
     2 
       
     3 .mceLinkList, .mceAnchorList, #targetlist {
       
     4 	width: 280px;
       
     5 }
       
     6 
       
     7 .mceActionPanel {
       
     8 	margin-top: 7px;
       
     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 }