diff options
| author | makitso <makitso@gmail.com> | 2015-04-18 09:29:46 -0500 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2015-04-18 09:29:46 -0500 |
| commit | 3241b8c95fc04edb359380c438b6bfd366c9de9d (patch) | |
| tree | a4eccabb22faac888e4e2e2e4ebc143ff4a2b042 /themes/clouds/css-1.7.0/style.css | |
| parent | 1b3f3fb641acddcc1ca33002571cc72b098c8472 (diff) | |
| download | webtrees-3241b8c95fc04edb359380c438b6bfd366c9de9d.tar.gz webtrees-3241b8c95fc04edb359380c438b6bfd366c9de9d.tar.bz2 webtrees-3241b8c95fc04edb359380c438b6bfd366c9de9d.zip | |
Minor style changes to error handing in registration
Diffstat (limited to 'themes/clouds/css-1.7.0/style.css')
| -rw-r--r-- | themes/clouds/css-1.7.0/style.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/themes/clouds/css-1.7.0/style.css b/themes/clouds/css-1.7.0/style.css index b94154f047..5361bd588c 100644 --- a/themes/clouds/css-1.7.0/style.css +++ b/themes/clouds/css-1.7.0/style.css @@ -107,8 +107,9 @@ a:hover { outline-style: none; } -#flash-messages { +.flash-messages { clear: both; + text-align: center; } dl { @@ -1176,7 +1177,8 @@ a.showit:hover > span { } /* login.php */ -#login-register-page h2 { +#login-register-page h2, +#login-page .confirm { text-align: center; } @@ -1250,7 +1252,6 @@ a.showit:hover > span { #new_passwd_form label, #verify-form label { display: block; - text-align: right; } #login-form label input, |
