JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.3.2
[ckeditor.git] / _source / skins / v2 / panel.css
index 9830b36..a46d13e 100644 (file)
@@ -25,6 +25,11 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        height: 100%;\r
 }\r
 \r
+.cke_skin_v2 .cke_panel_frame .cke_label\r
+{\r
+       display: none;\r
+}\r
+\r
 /*\r
  * All the following styles are to be used inside the iframe that holds panel\r
  * contents. We don't use the cke_skin_default there to avoid the reset to be\r
@@ -42,7 +47,6 @@ html.cke_skin_v2_container
 body.cke_panel_frame\r
 {\r
        overflow: auto;\r
-       overflow-x: hidden;\r
 }\r
 \r
 ul.cke_panel_list\r
@@ -50,7 +54,7 @@ ul.cke_panel_list
        list-style-type: none;\r
        margin: 3px;\r
        padding: 0px;\r
-    white-space: nowrap;\r
+   white-space: nowrap;\r
 }\r
 \r
 li.cke_panel_listItem\r
@@ -66,7 +70,7 @@ li.cke_panel_listItem
        color: inherit;\r
        text-decoration: none;\r
        overflow: hidden;\r
-    text-overflow: ellipsis;\r
+   text-overflow: ellipsis;\r
 }\r
 \r
 /* IE6 */\r
@@ -99,12 +103,21 @@ li.cke_panel_listItem
        background-color: #dff1ff;\r
 }\r
 \r
+.cke_hc .cke_panel_listItem.cke_selected a,\r
+.cke_hc .cke_panel_listItem a:hover,\r
+.cke_hc .cke_panel_listItem a:focus,\r
+.cke_hc .cke_panel_listItem a:active\r
+{\r
+       border-width: 3px;\r
+       padding: 0px;\r
+}\r
+\r
 .cke_panel_grouptitle\r
 {\r
-    font-size: 11px;\r
-    font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;\r
+   font-size: 11px;\r
+   font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;\r
        font-weight: bold;\r
-    white-space: nowrap;\r
+   white-space: nowrap;\r
        background-color: #dcdcdc;\r
        color: #000;\r
        margin:0px;\r
@@ -134,8 +147,8 @@ li.cke_panel_listItem
 .cke_colorblock\r
 {\r
        padding: 3px;\r
-    font-size: 11px;\r
-    font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif;\r
+       font-size: 11px;\r
+       font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif;\r
 }\r
 \r
 .cke_colorblock,\r
@@ -149,7 +162,7 @@ span.cke_colorbox
 {\r
        width: 10px;\r
        height: 10px;\r
-    border: #808080 1px solid;\r
+   border: #808080 1px solid;\r
        float: left;\r
 }\r
 \r