Ver Fonte

new info form

andre há 5 meses atrás
pai
commit
4bceb6b100

+ 0 - 4
app/UI/Client/Templates/assets/css/integration.css

@@ -19,7 +19,3 @@
     height: 0px;
     visibility: hidden;
 }
-
-#layers .lu-modal__dialog--wide {
-    width: 90%;
-}

+ 0 - 3
app/UI/Client/Templates/assets/css/module_styles.css

@@ -2,7 +2,4 @@
     position:absolute;
     top:5px;
     margin-bottom: 20px;
-}
-#layers .lu-modal__dialog--wide {
-    width: 90%;
 }

+ 1 - 1
app/UI/Client/Templates/assets/js/setting/index.js

@@ -5,7 +5,7 @@
  * add custom class if modal height is bigger than window.
  */
 mgEventHandler.on('ModalLoaded', null,function(){
-    $('.lu-modal__dialog').addClass('lu-modal__dialog--wide');
+    $('.lu-modal__dialog').width('90%');
     var mxactive = $('input[name="mxactive"]');
     var mxthurdata = $('input[name="mxthurdata"]');
     if(mxthurdata.val() == mxactive.val()){