import torrus 1.0.9
[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-2010 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 /* #########\r
26  *  WARNING\r
27  * #########\r
28  * When changing this file, the minified version of it must be updated in the\r
29  * fck_dialog_common.js file (see GetCommonDialogCss).\r
30  */\r
31 \r
32 .ImagePreviewArea\r
33 {\r
34         border: #000000 1px solid;\r
35         overflow: auto;\r
36         width: 100%;\r
37         height: 170px;\r
38         background-color: #ffffff;\r
39 }\r
40 \r
41 .FlashPreviewArea\r
42 {\r
43         border: #000000 1px solid;\r
44         padding: 5px;\r
45         overflow: auto;\r
46         width: 100%;\r
47         height: 170px;\r
48         background-color: #ffffff;\r
49 }\r
50 \r
51 .BtnReset\r
52 {\r
53         float: left;\r
54         background-position: center center;\r
55         background-image: url(images/reset.gif);\r
56         width: 16px;\r
57         height: 16px;\r
58         background-repeat: no-repeat;\r
59         border: 1px none;\r
60         font-size: 1px ;\r
61 }\r
62 \r
63 .BtnLocked, .BtnUnlocked\r
64 {\r
65         float: left;\r
66         background-position: center center;\r
67         background-image: url(images/locked.gif);\r
68         width: 16px;\r
69         height: 16px;\r
70         background-repeat: no-repeat;\r
71         border: none 1px;\r
72         font-size: 1px ;\r
73 }\r
74 \r
75 .BtnUnlocked\r
76 {\r
77         background-image: url(images/unlocked.gif);\r
78 }\r
79 \r
80 .BtnOver\r
81 {\r
82         border: outset 1px;\r
83         cursor: pointer;\r
84         cursor: hand;\r
85 }\r