X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Foffice2003%2Fpanel.css;h=30ec41601dcd6fe69c142aafc79bba7d55d49147;hb=refs%2Ftags%2Fv3.3;hp=9853e49a0f9486fe4d2c3817c47e82bcd5f9fb41;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/skins/office2003/panel.css b/_source/skins/office2003/panel.css index 9853e49..30ec416 100644 --- a/_source/skins/office2003/panel.css +++ b/_source/skins/office2003/panel.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -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 @@ -99,6 +103,15 @@ 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;