Subversion Repositories Applications.papyrus

Rev

Rev 1688 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1688 Rev 1921
1
/*
1
/*
2
 * FCKeditor - The text editor for internet
2
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3
 * Copyright (C) 2003-2006 Frederico Caldeira Knabben
3
 * Copyright (C) 2003-2008 Frederico Caldeira Knabben
-
 
4
 *
-
 
5
 * == BEGIN LICENSE ==
4
 * 
6
 *
5
 * Licensed under the terms of the GNU Lesser General Public License:
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")
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
11
 *    http://www.gnu.org/licenses/gpl.html
7
 * 
12
 *
8
 * For further information visit:
13
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
9
 * 		http://www.fckeditor.net/
14
 *    http://www.gnu.org/licenses/lgpl.html
10
 * 
15
 *
11
 * "Support Open Source software. What about a donation today?"
16
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
-
 
17
 *    http://www.mozilla.org/MPL/MPL-1.1.html
12
 * 
18
 *
13
 * File Name: fck_dialog_common.css
19
 * == END LICENSE ==
-
 
20
 *
14
 * 	This is the CSS file used for interface details in some dialog
21
 * This is the CSS file used for interface details in some dialog
15
 * 	windows.
22
 * windows.
16
 * 
23
 */
-
 
24
 
-
 
25
/* #########
17
 * File Authors:
26
 *  WARNING
-
 
27
 * #########
-
 
28
 * When changing this file, the minified version of it must be updated in the
18
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
29
 * fck_dialog_common.js file (see GetCommonDialogCss).
19
 */
30
 */
20
 
31
 
21
.ImagePreviewArea
32
.ImagePreviewArea
22
{
33
{
23
	border: #000000 1px solid;
34
	border: #000000 1px solid;
24
	overflow: auto;
35
	overflow: auto;
25
	width: 100%;
36
	width: 100%;
26
	height: 170px;
37
	height: 170px;
27
	background-color: #ffffff;
38
	background-color: #ffffff;
28
}
39
}
29
 
40
 
30
.FlashPreviewArea
41
.FlashPreviewArea
31
{
42
{
32
	border: #000000 1px solid;
43
	border: #000000 1px solid;
33
	padding: 5px;
44
	padding: 5px;
34
	overflow: auto;
45
	overflow: auto;
35
	width: 100%;
46
	width: 100%;
36
	height: 170px;
47
	height: 170px;
37
	background-color: #ffffff;
48
	background-color: #ffffff;
38
}
49
}
39
 
50
 
40
.BtnReset
51
.BtnReset
41
{
52
{
42
	float: left;
53
	float: left;
43
	background-position: center center;
54
	background-position: center center;
44
	background-image: url(images/reset.gif);
55
	background-image: url(images/reset.gif);
45
	width: 16px;
56
	width: 16px;
46
	height: 16px;
57
	height: 16px;
47
	background-repeat: no-repeat;
58
	background-repeat: no-repeat;
48
	border: 1px none;
59
	border: 1px none;
49
	font-size: 1px ;
60
	font-size: 1px ;
50
}
61
}
51
 
62
 
52
.BtnLocked, .BtnUnlocked
63
.BtnLocked, .BtnUnlocked
53
{
64
{
54
	float: left;
65
	float: left;
55
	background-position: center center;
66
	background-position: center center;
56
	background-image: url(images/locked.gif);
67
	background-image: url(images/locked.gif);
57
	width: 16px;
68
	width: 16px;
58
	height: 16px;
69
	height: 16px;
59
	background-repeat: no-repeat;
70
	background-repeat: no-repeat;
60
	border: none 1px;
71
	border: none 1px;
61
	font-size: 1px ;
72
	font-size: 1px ;
62
}
73
}
63
 
74
 
64
.BtnUnlocked
75
.BtnUnlocked
65
{
76
{
66
	background-image: url(images/unlocked.gif);
77
	background-image: url(images/unlocked.gif);
67
}
78
}
68
 
79
 
69
.BtnOver
80
.BtnOver
70
{
81
{
71
	border: outset 1px;
82
	border: outset 1px;
72
	cursor: pointer;
83
	cursor: pointer;
73
	cursor: hand;
84
	cursor: hand;
74
}
85
}
75
 
-
 
76
.FCK__FieldNumeric
-
 
77
{
-
 
78
	behavior: url(common/fcknumericfield.htc) ;
-
 
79
}
-
 
80
86