X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fv2%2Fpanel.css;h=93fadf23cdced896ed7a6963773bd14a1b560197;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hp=f539ec9b38a84d3b8e976fcabc9b0be7059b34f2;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/skins/v2/panel.css b/_source/skins/v2/panel.css index f539ec9..93fadf2 100644 --- a/_source/skins/v2/panel.css +++ b/_source/skins/v2/panel.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, 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_v2 .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_v2_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 @@ -63,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 */ @@ -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; } @@ -160,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, @@ -193,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; }