From: Frédéric Buclin Date: Fri, 14 Feb 2014 23:24:28 +0000 (+0100) Subject: Bug 972451: The "Confirm Changes" button in the "Suspicious Action" page appears... X-Git-Tag: bugzilla-4.5.3~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c91b8f3e0896e0e96fd4af4c4e054c45ded42fa8;p=thirdparty%2Fbugzilla.git Bug 972451: The "Confirm Changes" button in the "Suspicious Action" page appears on the right of the error message with wide screens r=gerv a=justdave --- diff --git a/skins/standard/global.css b/skins/standard/global.css index 18bec598a2..0c0b526497 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -455,7 +455,7 @@ input.requestee { font-size: x-large; } -#post_err_msg { +#post_err_msg, form#check { clear: both; }