diff --git a/APPL/MLD/mld_double.asp b/APPL/MLD/mld_double.asp index 3d48a8282a..f71eb5cbdd 100644 --- a/APPL/MLD/mld_double.asp +++ b/APPL/MLD/mld_double.asp @@ -205,7 +205,7 @@ var where_ins = ""; var buttons = [ {title: L("lcl_not_link"), icon: "opslaan.png", action: "mld_double(2)" }, {title: L("lcl_mld_cancel_double"), icon: "undo.png", action: "mld_cancel()" } ]; } - CreateButtons(buttons); + CreateButtons(buttons, {left: device.test(device.isTouch)}); %> - + \ No newline at end of file diff --git a/APPL/Shared/default.csx b/APPL/Shared/default.csx index d4c26e43b9..66d2f4f63d 100644 --- a/APPL/Shared/default.csx +++ b/APPL/Shared/default.csx @@ -1261,6 +1261,9 @@ div#buttons.vertical ul li:hover { color: ==blockheaderbackgroundcolor==; background-color: transparent; } +#buttons.left { + float: left; +} div#buttons.dialog { background-color: transparent; @@ -3738,8 +3741,8 @@ input#materiallist_button::-ms-clear, input.suggestBusy::-ms-clear, input.fldfle } div.fatal { padding: 5px; -} - +} + tr.res_fatal td { background-color: #F88 !important; } tr.res_fatal td:before { @@ -3747,15 +3750,15 @@ tr.res_fatal td:before { font-family: FontAwesome; color: rgba(183, 59, 46, 1); font-size: 1.25em; - white-space: nowrap; + white-space: nowrap; padding: 0px 3px 0px 1px; vertical-align: top; } -/* geen kruizen in de multiselect/hamburger kolom ivm uitlijning */ +/* geen kruizen in de multiselect/hamburger kolom ivm uitlijning */ tr.res_fatal td.multiselect:before, tr.res_fatal td.hambCont:before, tr.res_fatal td.inlinedetails:before { content: none; - } + } .warning { background-color: orange; diff --git a/APPL/Shared/iface.inc b/APPL/Shared/iface.inc index 335ffbb61c..3eb232b738 100644 --- a/APPL/Shared/iface.inc +++ b/APPL/Shared/iface.inc @@ -73,7 +73,7 @@ function CreateButtons(buttons, params) if (buttons) { -%>
+%>