Index: lams_central/web/WEB-INF/tags/SetEditor.tag
===================================================================
diff -u -r7bae73b8a064d9ae6ba04f040569930928c64e2c -r17530064bb3affbd520737dce730b8480d02cef7
--- lams_central/web/WEB-INF/tags/SetEditor.tag (.../SetEditor.tag) (revision 7bae73b8a064d9ae6ba04f040569930928c64e2c)
+++ lams_central/web/WEB-INF/tags/SetEditor.tag (.../SetEditor.tag) (revision 17530064bb3affbd520737dce730b8480d02cef7)
@@ -34,7 +34,8 @@
<%@ attribute name="text" required="true" rtexprvalue="true"%>
<%@ attribute name="small" required="false" rtexprvalue="true"%>
<%@ attribute name="key" required="false" rtexprvalue="true"%>
-<%@ attribute name="alt" required="false" rtexprvalue="true"%>
+<%@ attribute name="alt" required="false" rtexprvalue="true"%>
+
<%@ taglib uri="tags-function" prefix="fn"%>
<%@ taglib uri="tags-core" prefix="c"%>
@@ -60,31 +61,36 @@
-
+
Index: lams_central/web/css/fckeditor_style.css
===================================================================
diff -u -re3f2f4a1fd2fbab688a0de1b2eb4a5387f8c783c -r17530064bb3affbd520737dce730b8480d02cef7
--- lams_central/web/css/fckeditor_style.css (.../fckeditor_style.css) (revision e3f2f4a1fd2fbab688a0de1b2eb4a5387f8c783c)
+++ lams_central/web/css/fckeditor_style.css (.../fckeditor_style.css) (revision 17530064bb3affbd520737dce730b8480d02cef7)
@@ -1,34 +1,42 @@
.previewPanel {
- width: 665px;
+ width: 625px;
height: 220px;
border-style: none;
border-width: 1px;
padding: 5px;
overflow: auto;
+ margin-left: 20px;
+ margin-top: 12px;
}
.textareaPanel {
- width: 665px;
+ width: 625px;
height: 220px;
+ margin-left: 20px;
+ margin-top: 12px;
}
.smallPreviewPanel {
- width: 665px;
+ width: 625px;
height: 80px;
border-style: none;
border-width: 1px;
padding: 5px;
+ margin-left: 20px;
+ margin-top: 12px;
}
.smallTextareaPanel {
- width: 665px;
+ width: 625px;
height: 80px;
+ margin-left: 20px;
+ margin-top: 12px;
}
#wyswygEditorScreen {
position: absolute;
- width: 665px;
+ width: 625px;
height: 220px;
padding: 0px;
margin: 0px;
Index: lams_tool_chat/web/WEB-INF/tags/SetEditor.tag
===================================================================
diff -u -r7bae73b8a064d9ae6ba04f040569930928c64e2c -r17530064bb3affbd520737dce730b8480d02cef7
--- lams_tool_chat/web/WEB-INF/tags/SetEditor.tag (.../SetEditor.tag) (revision 7bae73b8a064d9ae6ba04f040569930928c64e2c)
+++ lams_tool_chat/web/WEB-INF/tags/SetEditor.tag (.../SetEditor.tag) (revision 17530064bb3affbd520737dce730b8480d02cef7)
@@ -34,7 +34,8 @@
<%@ attribute name="text" required="true" rtexprvalue="true"%>
<%@ attribute name="small" required="false" rtexprvalue="true"%>
<%@ attribute name="key" required="false" rtexprvalue="true"%>
-<%@ attribute name="alt" required="false" rtexprvalue="true"%>
+<%@ attribute name="alt" required="false" rtexprvalue="true"%>
+
<%@ taglib uri="tags-function" prefix="fn"%>
<%@ taglib uri="tags-core" prefix="c"%>
@@ -60,31 +61,36 @@
-
+