diff options
| author | makitso <makitso@gmail.com> | 2015-01-25 07:53:14 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2015-01-25 07:53:14 -0700 |
| commit | 5025baa37214e3f7bbfb561475726a61ad45cb4b (patch) | |
| tree | 69c1fdf14f36742fc1543bbeec6f28d4cdb28011 /themes/clouds/css-1.7.0/style.css | |
| parent | f8983b71969467b6233326804b904a375a0b30d5 (diff) | |
| download | webtrees-5025baa37214e3f7bbfb561475726a61ad45cb4b.tar.gz webtrees-5025baa37214e3f7bbfb561475726a61ad45cb4b.tar.bz2 webtrees-5025baa37214e3f7bbfb561475726a61ad45cb4b.zip | |
Update style for registration form
Diffstat (limited to 'themes/clouds/css-1.7.0/style.css')
| -rw-r--r-- | themes/clouds/css-1.7.0/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/themes/clouds/css-1.7.0/style.css b/themes/clouds/css-1.7.0/style.css index dc5bcb986d..a20963ac9e 100644 --- a/themes/clouds/css-1.7.0/style.css +++ b/themes/clouds/css-1.7.0/style.css @@ -1239,6 +1239,7 @@ a.showit:hover > span { display: inline-block; margin: 10px auto 0; padding: 5px; + width: 400px; } #login-form div, @@ -1265,6 +1266,11 @@ a.showit:hover > span { margin: 0 10px; } +#register-form p, +#verify-form p { + text-align: left; +} + #new_passwd_form h4, #register-form h4 { font-weight: normal; @@ -1316,6 +1322,11 @@ background-color: #fff; text-align: left; } +[dir=rtl] #register-form p, +[dir=rtl] #verify-form p { + text-align: right; +} + /* --- reportengine.php --- */ #reportengine-page table { margin: 20px auto; |
