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

Revision 3019, 866 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_kama .cke_button_source .cke_label
8{
9        display: inline;
10}
11
12/* "Styles" panel size */
13.cke_skin_kama .cke_styles_panel
14{
15        width: 150px;
16        height: 170px;
17}
18
19/* "Format" panel size */
20.cke_skin_kama .cke_format_panel
21{
22        width: 150px;
23        height: 170px;
24}
25
26/* "Font" panel size */
27.cke_skin_kama .cke_font_panel
28{
29        width: 150px;
30        height: 170px;
31}
32
33/* "Font Size" panel size */
34.cke_skin_kama .cke_fontSize_panel
35{
36        height: 170px;
37}
38
39/* "Font Size" combo width */
40.cke_skin_kama .cke_fontSize .cke_text
41{
42        width: 25px;
43}
44
45/* "Font Size" combo width (IE Quirks) */
46.cke_skin_kama .cke_browser_iequirks .cke_fontSize .cke_text
47{
48        width: 32px;
49}
Note: See TracBrowser for help on using the repository browser.