source: branches/2.2/filemanager/tp/ckeditor/_source/skins/v2/presets.css @ 3019

Revision 3019, 888 bytes checked in by amuller, 14 years ago (diff)

Ticket #1135 - Corrigindo CSS e adicionando filemanager

Line 
1/*
2Copyright (c) 2003-2009, 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_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.