diff options
| author | makitso <makitso@gmail.com> | 2015-01-25 08:29:26 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2015-01-25 08:29:26 -0700 |
| commit | 61909d61e6e314b976abbfa1a92f4c7bfcb180ae (patch) | |
| tree | 8fa15c1c5fe33a11f5ae1541ca80c411000b73cb /themes/fab | |
| parent | 5025baa37214e3f7bbfb561475726a61ad45cb4b (diff) | |
| download | webtrees-61909d61e6e314b976abbfa1a92f4c7bfcb180ae.tar.gz webtrees-61909d61e6e314b976abbfa1a92f4c7bfcb180ae.tar.bz2 webtrees-61909d61e6e314b976abbfa1a92f4c7bfcb180ae.zip | |
Fix regression in login form
Diffstat (limited to 'themes/fab')
| -rw-r--r-- | themes/fab/css-1.7.0/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/themes/fab/css-1.7.0/style.css b/themes/fab/css-1.7.0/style.css index 466ebc093e..d78d5d684e 100644 --- a/themes/fab/css-1.7.0/style.css +++ b/themes/fab/css-1.7.0/style.css @@ -1184,7 +1184,11 @@ a.showit:hover > span { display: inline-block; margin: 10px auto 0; padding: 5px; - width: 400px; +} + +#register-form, +#verify-form { + width: 440px; } #login-form div, |
