Nation Notes module contributed by Z&H Healthcare.
[openemr.git] / library / custom_template / ckeditor / _source / skins / v2 / presets.css
blobb264c1103bdc153c5b84a790aa4479a5532c9d9b
1 /*
2 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.html or http://ckeditor.com/license
4 */
6 /* "Source" button label */
7 .cke_skin_v2 .cke_button_source .cke_label
9 display: inline; /* FF2 */
10 display: inline-block;
13 /* "Styles" panel size */
14 .cke_skin_v2 .cke_styles_panel
16 width: 150px;
17 height: 170px;
20 /* "Format" panel size */
21 .cke_skin_v2 .cke_format_panel
23 width: 150px;
24 height: 170px;
27 /* "Font" panel size */
28 .cke_skin_v2 .cke_font_panel
30 width: 150px;
31 height: 170px;
34 /* "Font Size" panel size */
35 .cke_skin_v2 .cke_fontSize_panel
37 height: 170px;
40 /* "Font Size" combo width */
41 .cke_skin_v2 .cke_fontSize .cke_text
43 width: 20px;
46 /* "Font Size" combo width (IE Quirks) */
47 .cke_skin_v2 .cke_browser_iequirks .cke_fontSize .cke_text
49 width: 32px;