source: branches/1.2/workflow/js/fckeditor/editor/dialog/common/fck_dialog_common.css @ 1349

Revision 1349, 1.5 KB checked in by niltonneto, 15 years ago (diff)

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

  • Property svn:executable set to *
Line 
1/*
2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 * Copyright (C) 2003-2007 Frederico Caldeira Knabben
4 *
5 * == BEGIN LICENSE ==
6 *
7 * Licensed under the terms of any of the following licenses at your
8 * choice:
9 *
10 *  - GNU General Public License Version 2 or later (the "GPL")
11 *    http://www.gnu.org/licenses/gpl.html
12 *
13 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 *    http://www.gnu.org/licenses/lgpl.html
15 *
16 *  - Mozilla Public License Version 1.1 or later (the "MPL")
17 *    http://www.mozilla.org/MPL/MPL-1.1.html
18 *
19 * == END LICENSE ==
20 *
21 * This is the CSS file used for interface details in some dialog
22 * windows.
23 */
24
25.ImagePreviewArea
26{
27        border: #000000 1px solid;
28        overflow: auto;
29        width: 100%;
30        height: 170px;
31        background-color: #ffffff;
32}
33
34.FlashPreviewArea
35{
36        border: #000000 1px solid;
37        padding: 5px;
38        overflow: auto;
39        width: 100%;
40        height: 170px;
41        background-color: #ffffff;
42}
43
44.BtnReset
45{
46        float: left;
47        background-position: center center;
48        background-image: url(images/reset.gif);
49        width: 16px;
50        height: 16px;
51        background-repeat: no-repeat;
52        border: 1px none;
53        font-size: 1px ;
54}
55
56.BtnLocked, .BtnUnlocked
57{
58        float: left;
59        background-position: center center;
60        background-image: url(images/locked.gif);
61        width: 16px;
62        height: 16px;
63        background-repeat: no-repeat;
64        border: none 1px;
65        font-size: 1px ;
66}
67
68.BtnUnlocked
69{
70        background-image: url(images/unlocked.gif);
71}
72
73.BtnOver
74{
75        border: outset 1px;
76        cursor: pointer;
77        cursor: hand;
78}
79
80.FCK__FieldNumeric
81{
82        behavior: url(common/fcknumericfield.htc) ;
83}
Note: See TracBrowser for help on using the repository browser.