X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Foffice2003%2Fpanel.css;h=9b6751eb568e5dc09cec73d24f26e2498a2e812e;hb=055b6b0792ce7dc53d47af606b367c04b927c2ab;hp=603d267802664bbaa9a8b1e969d49feb87b4e385;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6;p=ckeditor.git diff --git a/_source/skins/office2003/panel.css b/_source/skins/office2003/panel.css index 603d267..9b6751e 100644 --- a/_source/skins/office2003/panel.css +++ b/_source/skins/office2003/panel.css @@ -5,7 +5,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license .cke_skin_office2003 .cke_panel { - border: 1px solid #8f8f73; + border: 1px solid #8f8f73; background-color: #fff; width: 120px; @@ -25,6 +25,11 @@ For licensing, see LICENSE.html or http://ckeditor.com/license height: 100%; } +cke_skin_office2003 .cke_panel_frame .cke_label +{ + display: none; +} + /* * All the following styles are to be used inside the iframe that holds panel * contents. We don't use the cke_skin_default there to avoid the reset to be @@ -42,7 +47,6 @@ html.cke_skin_office2003_container body.cke_panel_frame { overflow: auto; - overflow-x: hidden; } ul.cke_panel_list @@ -50,7 +54,7 @@ ul.cke_panel_list list-style-type: none; margin: 3px; padding: 0px; - white-space: nowrap; + white-space: nowrap; } li.cke_panel_listItem @@ -66,7 +70,7 @@ li.cke_panel_listItem color: inherit; text-decoration: none; overflow: hidden; - text-overflow: ellipsis; + text-overflow: ellipsis; } /* IE6 */ @@ -99,12 +103,21 @@ li.cke_panel_listItem background-color: #dff1ff; } +.cke_hc .cke_panel_listItem.cke_selected a, +.cke_hc .cke_panel_listItem a:hover, +.cke_hc .cke_panel_listItem a:focus, +.cke_hc .cke_panel_listItem a:active +{ + border-width: 3px; + padding: 0px; +} + .cke_panel_grouptitle { - font-size: 11px; - font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif; + font-size: 11px; + font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif; font-weight: bold; - white-space: nowrap; + white-space: nowrap; background-color: #dcdcdc; color: #000; margin:0px; @@ -134,8 +147,8 @@ li.cke_panel_listItem .cke_colorblock { padding: 3px; - font-size: 11px; - font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif; + font-size: 11px; + font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif; } .cke_colorblock, @@ -149,7 +162,7 @@ span.cke_colorbox { width: 10px; height: 10px; - border: #808080 1px solid; + border: #808080 1px solid; float: left; }