Changeset 1358
- Timestamp:
- 2008-01-18 17:21:08 (6 months ago)
- Location:
- FCKeditor/branches/features/floating_dialog/editor/skins
- Files:
-
- 3 modified
-
default/fck_dialog.css (modified) (2 diffs)
-
office2003/fck_dialog.css (modified) (5 diffs)
-
silver/fck_dialog.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/branches/features/floating_dialog/editor/skins/default/fck_dialog.css
r1326 r1358 1 /*1 /* 2 2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 3 3 * Copyright (C) 2003-2007 Frederico Caldeira Knabben … … 52 52 background-color: transparent; 53 53 padding: 0px; 54 }55 56 #DialogContainer57 {58 54 } 59 55 -
FCKeditor/branches/features/floating_dialog/editor/skins/office2003/fck_dialog.css
r1326 r1358 1 /*1 /* 2 2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 3 3 * Copyright (C) 2003-2007 Frederico Caldeira Knabben … … 22 22 */ 23 23 24 html, body 25 { 26 background-color: transparent; 27 margin: 0px; 28 padding: 0px; 29 } 30 24 31 body 25 32 { 26 margin: 0px;27 33 padding: 10px; 28 background-color: transparent;29 34 } 30 35 … … 47 52 background-color: transparent; 48 53 padding: 0px; 49 margin: 0px;50 padding: 0px;51 background-color: transparent;52 54 } 53 55 … … 68 70 .DialogButtons 69 71 { 72 position: absolute; 73 bottom: 0px; 70 74 border-top: #466ca6 1px solid; 71 75 background-color: #8cb2fd; … … 131 135 .DialogTabSelected 132 136 { 133 font-weight: bold;137 font-weight: bold; 134 138 cursor: default; 135 139 padding-top: 4px; -
FCKeditor/branches/features/floating_dialog/editor/skins/silver/fck_dialog.css
r1326 r1358 1 /*1 /* 2 2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 3 3 * Copyright (C) 2003-2007 Frederico Caldeira Knabben … … 22 22 */ 23 23 24 html, body 25 { 26 background-color: transparent; 27 margin: 0px; 28 padding: 0px; 29 } 30 24 31 body 25 32 { 26 background-color: #f7f7f7;27 margin: 0px;28 33 padding: 10px; 29 34 } … … 56 61 .DialogTitle 57 62 { 58 padding-right: 10px;59 padding-left: 10px;60 63 font-weight: bold; 61 64 font-size: 14pt; 62 padding-bottom: 3px;63 65 color: #504845; 64 padding-top: 3px;65 66 background-color: #dedede; 67 padding: 3px 10px 3px 10px; 66 68 } 67 69 68 70 .DialogButtons 69 71 { 72 position: absolute; 73 bottom: 0px; 70 74 border-top: #cec6b5 1px solid; 71 75 background-color: #DEDEDE;