diff options
| author | makitso <makitso@gmail.com> | 2016-05-30 06:53:03 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2016-05-30 06:53:03 -0700 |
| commit | 7d392abe974b1962e4ac60d465c58bfa85aa0733 (patch) | |
| tree | 38d6576f67a1ac0714d3da4b2efd4d14569e9964 /themes/colors | |
| parent | a603eb1a03b91a368a65c2d90df1a045139c18b0 (diff) | |
| download | webtrees-7d392abe974b1962e4ac60d465c58bfa85aa0733.tar.gz webtrees-7d392abe974b1962e4ac60d465c58bfa85aa0733.tar.bz2 webtrees-7d392abe974b1962e4ac60d465c58bfa85aa0733.zip | |
Fix #951 Login form
Diffstat (limited to 'themes/colors')
| -rw-r--r-- | themes/colors/css-1.7.5/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/colors/css-1.7.5/style.css b/themes/colors/css-1.7.5/style.css index 44a9ee1e69..685c8c0959 100644 --- a/themes/colors/css-1.7.5/style.css +++ b/themes/colors/css-1.7.5/style.css @@ -1208,6 +1208,10 @@ a:hover .nameZoom { padding: 5px; } +#login-form div label { + text-align: right; +} + #register-form, #verify-form { width: 440px; |
