Browse Source

[svn r15307] Should fix list items in 1024px view (see FS#2570)

Julio Montoya 17 years ago
parent
commit
828b91a5cf

+ 3 - 3
main/inc/lib/fckeditor/editor/dialog/fck_template.html

@@ -34,19 +34,19 @@
 			.TplItem
 			{
 				margin: 3px;
-				padding: 0px;
+				padding: 0px; 
 				border: #eeeeee 0px solid;
 				text-align:right;
 			}
 
 			.TplItem TABLE
 			{
-				display: inline;
+				display: inline;		
 			}
 
 			.TplTitle
 			{
-								
+				text-align:right;			
 			}			
 		</style>
 		<script src="common/fck_dialog_common.js" type="text/javascript"></script>

+ 3 - 3
main/inc/lib/fckeditor/editor/fckdialogframe.html

@@ -33,7 +33,7 @@ if ( !window.dialogArguments )
 }
 			
 // Dialog's size
-var WindowSize= '580px';
+var WindowSize= '900px';
 			
 // Sets the Skin CSS
 document.write( '<link href="' + window.dialogArguments.Editor.FCKConfig.SkinPath + 'fck_dialog.css" type="text/css" rel="stylesheet">' ) ;
@@ -271,8 +271,8 @@ if ( window.dialogArguments.Editor.FCKBrowserInfo.IsIE )
 				</td>
 			</tr>	
 			<tr>
-				<td id="FrameCell" border="1" height="100%" valign="top">				
-					<iframe id="frmMain" src="fckblank.html" name="frmMain" frameborder="0" height="100%" width="100%" scrolling="auto">
+				<td id="FrameCell" height="100%" valign="top">				
+					<iframe id="frmMain" src="fckblank.html" name="frmMain" frameborder="0" height="950px" width="100%" scrolling="no">
 					</iframe>
 				</td>
 			</tr>