mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
fixing numerous alignment issues.
fixing bug where removing a repeat instance causes the entire form to creep down the page. fixes for regressions caused by downgrade to dojo-0.3.1. implementing the client side of moveup/movedown - haven't dealt with the server side yet. maybe noone will notice? git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3856 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -74,7 +74,6 @@ public class XFormsInputMethod
|
||||
// this div is where the ui will write to
|
||||
final Element div = result.createElement("div");
|
||||
div.setAttribute("id", "alf-ui");
|
||||
div.setAttribute("style", "width: 100%; border: solid 0px orange;");
|
||||
result.appendChild(div);
|
||||
|
||||
// a script with config information and globals.
|
||||
|
Reference in New Issue
Block a user