diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-02-15 00:24:28 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-02-15 00:24:28 +0100 |
commit | c91b8f3e0896e0e96fd4af4c4e054c45ded42fa8 (patch) | |
tree | 2091abef3ffea313183c91617e357bc5035f37c9 /skins | |
parent | 8445288a1ee4e1eaa4f2e45498ec2171187105ab (diff) | |
download | bugzilla-c91b8f3e0896e0e96fd4af4c4e054c45ded42fa8.tar.gz bugzilla-c91b8f3e0896e0e96fd4af4c4e054c45ded42fa8.tar.xz |
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
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/global.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |