source: trunk/admin/inc/ckeditor/_source/skins/office2003/presets.css@ 239

Last change on this file since 239 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: 908 bytes
Line 
1/*
2Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.html or http://ckeditor.com/license
4*/
5
6/* "Source" button label */
7.cke_skin_office2003 .cke_button_source .cke_label
8{
9 display: inline;
10}
11
12/* "Styles" panel size */
13.cke_skin_office2003 .cke_styles_panel
14{
15 width: 150px;
16 height: 170px;
17}
18
19/* "Format" panel size */
20.cke_skin_office2003 .cke_format_panel
21{
22 width: 150px;
23 height: 170px;
24}
25
26/* "Font" panel size */
27.cke_skin_office2003 .cke_font_panel
28{
29 width: 150px;
30 height: 170px;
31}
32
33/* "Font Size" panel size */
34.cke_skin_office2003 .cke_fontSize_panel
35{
36 height: 170px;
37}
38
39/* "Font Size" combo width */
40.cke_skin_office2003 .cke_fontSize .cke_text
41{
42 width: 20px;
43}
44
45/* "Font Size" combo width (IE Quirks) */
46.cke_skin_office2003 .cke_browser_iequirks .cke_fontSize .cke_text
47{
48 width: 32px;
49}
Note: See TracBrowser for help on using the repository browser.