unknown před 5 roky
rodič
revize
2cbe0a049d

+ 7 - 1
o2web/source/x_component_process_FormDesigner/Module/Form/skin/styles_mobile-blue-flat_extend.json

@@ -54,7 +54,13 @@
       }
       }
     },
     },
     "errorStyle" : {
     "errorStyle" : {
-      "type" : "notice"
+      "node" : {
+        "height": "20px",
+        "line-height": "20px",
+        "margin-left": "20px",
+        "color": "red",
+        "word-break": "keep-all"
+      }
     },
     },
     "selectorStyle" : {
     "selectorStyle" : {
       "style" : "blue_flat_mobile",
       "style" : "blue_flat_mobile",

+ 0 - 1
o2web/source/x_component_process_Xform/$Input.js

@@ -264,7 +264,6 @@ MWF.xApplication.process.Xform.$Input = MWF.APP$Input =  new Class({
                     this.form.errorNoticing = true;
                     this.form.errorNoticing = true;
                     this.form.notice(text, "error", this.node, null, null, {
                     this.form.notice(text, "error", this.node, null, null, {
                         onClose : function () {
                         onClose : function () {
-                            alert(1);
                             this.form.errorNoticing = false;
                             this.form.errorNoticing = false;
                         }.bind(this)
                         }.bind(this)
                     });
                     });