From c91b8f3e0896e0e96fd4af4c4e054c45ded42fa8 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sat, 15 Feb 2014 00:24:28 +0100 Subject: 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 --- skins/standard/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skins') diff --git a/skins/standard/global.css b/skins/standard/global.css index 18bec598a..0c0b52649 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; } -- cgit v1.2.3-24-g4f1b