Browse Source

[svn r15323] Minor - IE6 bug in list of templates. FS#2570

Julio Montoya 17 years ago
parent
commit
6dc6fcac5f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/inc/lib/fckeditor/editor/dialog/fck_template.html

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

@@ -26,9 +26,9 @@
 			.TplList
 			{
 				/* border: #dcdcdc 2px solid; */
-				background-color: #ffffff;
+				background-color: #fff;
 				overflow: auto;
-				width: 100%;
+				width: 160px;
 			}
 
 			.TplItem