JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.0
[ckeditor.git] / _source / skins / v2 / presets.css
diff --git a/_source/skins/v2/presets.css b/_source/skins/v2/presets.css
new file mode 100644 (file)
index 0000000..fe477f9
--- /dev/null
@@ -0,0 +1,50 @@
+/*\r
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.html or http://ckeditor.com/license\r
+*/\r
+\r
+/* "Source" button label */\r
+.cke_skin_v2 .cke_button_source .cke_label\r
+{\r
+       display: inline;                /* FF2 */\r
+       display: inline-block;\r
+}\r
+\r
+/* "Styles" panel size */\r
+.cke_skin_v2 .cke_styles_panel\r
+{\r
+       width: 150px;\r
+       height: 170px;\r
+}\r
+\r
+/* "Format" panel size */\r
+.cke_skin_v2 .cke_format_panel\r
+{\r
+       width: 150px;\r
+       height: 170px;\r
+}\r
+\r
+/* "Font" panel size */\r
+.cke_skin_v2 .cke_font_panel\r
+{\r
+       width: 150px;\r
+       height: 170px;\r
+}\r
+\r
+/* "Font Size" panel size */\r
+.cke_skin_v2 .cke_fontSize_panel\r
+{\r
+       height: 170px;\r
+}\r
+\r
+/* "Font Size" combo width */\r
+.cke_skin_v2 .cke_fontSize .cke_text\r
+{\r
+       width: 20px;\r
+}\r
+\r
+/* "Font Size" combo width (IE Quirks) */\r
+.cke_skin_v2 .cke_browser_iequirks .cke_fontSize .cke_text\r
+{\r
+       width: 32px;\r
+}\r