Last change
on this file since 428 was 239, checked in by luc, 9 years ago |
Admin: correzione visulaizzazione immissione dati spoglio per Chrome e Safari - Aggiornamento dell'editor da FCKeditor a CKeditor , accessibili anche a Chrome e Safari.
|
-
Property svn:executable
set to
*
|
File size:
888 bytes
|
Line | |
---|
1 | /*
|
---|
2 | Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
|
---|
3 | For licensing, see LICENSE.html or http://ckeditor.com/license
|
---|
4 | */
|
---|
5 |
|
---|
6 | /* "Source" button label */
|
---|
7 | .cke_skin_v2 .cke_button_source .cke_label
|
---|
8 | {
|
---|
9 | display: inline; /* FF2 */
|
---|
10 | display: inline-block;
|
---|
11 | }
|
---|
12 |
|
---|
13 | /* "Styles" panel size */
|
---|
14 | .cke_skin_v2 .cke_styles_panel
|
---|
15 | {
|
---|
16 | width: 150px;
|
---|
17 | height: 170px;
|
---|
18 | }
|
---|
19 |
|
---|
20 | /* "Format" panel size */
|
---|
21 | .cke_skin_v2 .cke_format_panel
|
---|
22 | {
|
---|
23 | width: 150px;
|
---|
24 | height: 170px;
|
---|
25 | }
|
---|
26 |
|
---|
27 | /* "Font" panel size */
|
---|
28 | .cke_skin_v2 .cke_font_panel
|
---|
29 | {
|
---|
30 | width: 150px;
|
---|
31 | height: 170px;
|
---|
32 | }
|
---|
33 |
|
---|
34 | /* "Font Size" panel size */
|
---|
35 | .cke_skin_v2 .cke_fontSize_panel
|
---|
36 | {
|
---|
37 | height: 170px;
|
---|
38 | }
|
---|
39 |
|
---|
40 | /* "Font Size" combo width */
|
---|
41 | .cke_skin_v2 .cke_fontSize .cke_text
|
---|
42 | {
|
---|
43 | width: 20px;
|
---|
44 | }
|
---|
45 |
|
---|
46 | /* "Font Size" combo width (IE Quirks) */
|
---|
47 | .cke_skin_v2 .cke_browser_iequirks .cke_fontSize .cke_text
|
---|
48 | {
|
---|
49 | width: 32px;
|
---|
50 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.