Ticket #5934: 5934.txt

File 5934.txt, 900 bytes (added by Karen Ananiev, 14 years ago)
Line 
1<pre>
2/*
3Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
4For licensing, see LICENSE.html or http://ckeditor.com/license
5*/
6
7/* &quot;Source&quot; button label */
8.cke_skin_kama .cke_button_source .cke_label
9{
10        display: inline;
11}
12
13/* &quot;Styles&quot; panel size */
14.cke_skin_kama .cke_styles_panel
15{
16        width: 150px;
17        height: 170px;
18}
19
20/* &quot;Format&quot; panel size */
21.cke_skin_kama .cke_format_panel
22{
23        width: 150px;
24        height: 170px;
25}
26
27/* &quot;Font&quot; panel size */
28.cke_skin_kama .cke_font_panel
29{
30        width: 150px;
31        height: 170px;
32}
33
34/* &quot;Font Size&quot; panel size */
35.cke_skin_kama .cke_fontSize_panel
36{
37        height: 170px;
38}
39
40/* &quot;Font Size&quot; combo width */
41.cke_skin_kama .cke_fontSize .cke_text
42{
43        width: 25px;
44}
45
46/* &quot;Font Size&quot; combo width (IE Quirks) */
47.cke_skin_kama .cke_browser_iequirks .cke_fontSize .cke_text
48{
49        width: 32px;
50}
51</pre>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy