Subversion Repositories Applications.papyrus

Rev

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

Rev 521 Rev 875
Line 1... Line 1...
1
/*
1
/*
2
 * FCKeditor - The text editor for internet
2
 * FCKeditor - The text editor for internet
3
 * Copyright (C) 2003-2005 Frederico Caldeira Knabben
3
 * Copyright (C) 2003-2006 Frederico Caldeira Knabben
4
 * 
4
 * 
5
 * Licensed under the terms of the GNU Lesser General Public License:
5
 * Licensed under the terms of the GNU Lesser General Public License:
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
7
 * 
7
 * 
8
 * For further information visit:
8
 * For further information visit:
Line 19... Line 19...
19
 */
19
 */
Line 20... Line 20...
20
 
20
 
21
.ImagePreviewArea
21
.ImagePreviewArea
22
{
22
{
23
	border: #000000 1px solid;
-
 
24
	padding: 5px;
23
	border: #000000 1px solid;
25
	overflow: auto;
24
	overflow: auto;
26
	width: 100%;
25
	width: 100%;
27
	height: 170px;
26
	height: 170px;
28
	background-color: #ffffff;
27
	background-color: #ffffff;