Subversion Repositories Applications.papyrus

Rev

Rev 1688 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1688 Rev 1921
Line 1... Line 1...
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
 */
Line 20... Line 31...
20
 
31
 
21
.ImagePreviewArea
32
.ImagePreviewArea
22
{
33
{
Line 70... Line 81...
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