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