includes/clientside/tinymce/themes/advanced/skins/default/dialog.css
changeset 459 31c23016ab62
parent 335 67bd3121a12e
child 778 57ce13805b6f
equal deleted inserted replaced
458:c433348f3628 459:31c23016ab62
    56 .mceOldBoxModel a.pickcolor span {width:21px; height:17px;}
    56 .mceOldBoxModel a.pickcolor span {width:21px; height:17px;}
    57 a.pickcolor:hover span {background-color:#B2BBD0;}
    57 a.pickcolor:hover span {background-color:#B2BBD0;}
    58 a.pickcolor:hover span.disabled {}
    58 a.pickcolor:hover span.disabled {}
    59 
    59 
    60 /* Charmap */
    60 /* Charmap */
    61 table.charmap {border-style:solid; border-width:1px; border-color:#AAA;}
    61 table.charmap {border:1px solid #AAA; text-align:center}
    62 td.charmap, td.charmapOver {color:#000; border-color:#AAA; border-style:solid; border-width:1px; text-align:center; font-size:12px;}
    62 td.charmap, #charmap a {width:18px; height:18px; color:#000; border:1px solid #AAA; text-align:center; font-size:12px; vertical-align:middle; line-height: 18px;}
    63 td.charmapOver {background:#CCC; cursor:default;}
    63 #charmap a {display:block; color:#000; text-decoration:none; border:0}
    64 a.charmap {color:#000; text-decoration:none}
    64 #charmap a:hover {background:#CCC;color:#2B6FB6}
       
    65 #charmap #codeN {font-size:10px; font-family:Arial,Helvetica,sans-serif; text-align:center}
       
    66 #charmap #codeV {font-size:40px; height:80px; border:1px solid #AAA; text-align:center}
    65 
    67 
    66 /* Source */
    68 /* Source */
    67 .wordWrapCode {vertical-align:middle; border:1px none #000000; background:transparent;}
    69 .wordWrapCode {vertical-align:middle; border:1px none #000000; background:transparent;}
    68 .mceActionPanel {margin-top:5px;}
    70 .mceActionPanel {margin-top:5px;}
    69 
    71 
    70 /* Tabs classes */
    72 /* Tabs classes */
    71 .tabs {width:100%; height:18px; line-height:normal; background:url(img/tabs.gif) repeat-x 0 -72px;}
    73 .tabs {width:100%; height:18px; line-height:normal; background:url(img/tabs.gif) repeat-x 0 -72px;}
    72 .tabs ul {margin:0; padding:0; list-style:none;}
    74 .tabs ul {margin:0; padding:0; list-style:none;}
    73 .tabs li {float:left; background:url(img/tabs.gif) no-repeat 0 0; margin:0 2px 0 0; padding:0 0 0 10px; line-height:18px;}
    75 .tabs li {float:left; background:url(img/tabs.gif) no-repeat 0 0; margin:0 2px 0 0; padding:0 0 0 10px; line-height:17px; height:18px; display:block;}
    74 .tabs li.current {background:url(img/tabs.gif) no-repeat 0 -18px; margin-right:2px;}
    76 .tabs li.current {background:url(img/tabs.gif) no-repeat 0 -18px; margin-right:2px;}
    75 .tabs span {float:left; display:block; background:url(img/tabs.gif) no-repeat right -36px; padding:0px 10px 0 0;}
    77 .tabs span {float:left; display:block; background:url(img/tabs.gif) no-repeat right -36px; padding:0px 10px 0 0;}
    76 .tabs .current span {background:url(img/tabs.gif) no-repeat right -54px;}
    78 .tabs .current span {background:url(img/tabs.gif) no-repeat right -54px;}
    77 .tabs a {text-decoration:none; font-family:Verdana, Arial; font-size:10px;}
    79 .tabs a {text-decoration:none; font-family:Verdana, Arial; font-size:10px;}
    78 .tabs a:link, .tabs a:visited, .tabs a:hover {color:black;}
    80 .tabs a:link, .tabs a:visited, .tabs a:hover {color:black;}
   107 #colorpicker #previewblock {float:right; padding-left:10px; height:20px;}
   109 #colorpicker #previewblock {float:right; padding-left:10px; height:20px;}
   108 #colorpicker .panel_wrapper div.current {height:175px;}
   110 #colorpicker .panel_wrapper div.current {height:175px;}
   109 #colorpicker #namedcolors {width:150px;}
   111 #colorpicker #namedcolors {width:150px;}
   110 #colorpicker #namedcolors a {display:block; float:left; width:10px; height:10px; margin:1px 1px 0 0; overflow:hidden;}
   112 #colorpicker #namedcolors a {display:block; float:left; width:10px; height:10px; margin:1px 1px 0 0; overflow:hidden;}
   111 #colorpicker #colornamecontainer {margin-top:5px;}
   113 #colorpicker #colornamecontainer {margin-top:5px;}
       
   114 #colorpicker #picker_panel fieldset {margin:auto;width:325px;}