X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Foffice2003%2Fpanel.css;h=3aef3e3c5968aec9d59070094b0c68d7cec018c4;hb=48b1db88210b4160dce439c6e3e32e14af8c106b;hp=30ec41601dcd6fe69c142aafc79bba7d55d49147;hpb=059b4c2fef02528bf1af189f7996e80652faddfb;p=ckeditor.git diff --git a/_source/skins/office2003/panel.css b/_source/skins/office2003/panel.css index 30ec416..3aef3e3 100644 --- a/_source/skins/office2003/panel.css +++ b/_source/skins/office2003/panel.css @@ -1,11 +1,11 @@ /* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. 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; @@ -54,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 @@ -67,10 +67,10 @@ li.cke_panel_listItem padding: 2px; display: block; border: 1px solid #fff; - color: inherit; + color: inherit !important; text-decoration: none; overflow: hidden; - text-overflow: ellipsis; + text-overflow: ellipsis; } /* IE6 */ @@ -114,10 +114,10 @@ li.cke_panel_listItem .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; @@ -147,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, @@ -162,7 +162,7 @@ span.cke_colorbox { width: 10px; height: 10px; - border: #808080 1px solid; + border: #808080 1px solid; float: left; } @@ -173,30 +173,31 @@ span.cke_colorbox a.cke_colorbox { - border: #fff 1px solid; - padding: 2px; - float: left; + border: #fff 1px solid; + padding: 2px; + float: left; } .cke_rtl a.cke_colorbox { - float: right; + float: right; } a:hover.cke_colorbox, a:focus.cke_colorbox, a:active.cke_colorbox { - border: #316ac5 1px solid; - background-color: #dff1ff; + border: #316ac5 1px solid; + background-color: #dff1ff; } a.cke_colorauto, a.cke_colormore { - border: #fff 1px solid; - padding: 2px; - display: block; + border: #fff 1px solid; + padding: 2px; + display: block; + cursor: pointer; } a:hover.cke_colorauto, @@ -206,6 +207,6 @@ a:focus.cke_colormore, a:active.cke_colorauto, a:active.cke_colormore { - border: #316ac5 1px solid; - background-color: #dff1ff; + border: #316ac5 1px solid; + background-color: #dff1ff; }