diff options
| author | makitso <makitso@gmail.com> | 2017-07-10 07:01:50 -0500 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2017-07-10 07:01:50 -0500 |
| commit | 1c2ce4bb435dee3d5672951797a6a66711c25938 (patch) | |
| tree | 662b4d57b2b496ba17d3fbbc2f15b0561c27d20a /themes/colors | |
| parent | 93f02891b0480bca2f03afd529fe68baab1fa13f (diff) | |
| download | webtrees-1c2ce4bb435dee3d5672951797a6a66711c25938.tar.gz webtrees-1c2ce4bb435dee3d5672951797a6a66711c25938.tar.bz2 webtrees-1c2ce4bb435dee3d5672951797a6a66711c25938.zip | |
Registration form text box and other minor changes
Diffstat (limited to 'themes/colors')
| -rw-r--r-- | themes/colors/css-1.7.8/style.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/themes/colors/css-1.7.8/style.css b/themes/colors/css-1.7.8/style.css index d226f6fab3..58945e6db4 100644 --- a/themes/colors/css-1.7.8/style.css +++ b/themes/colors/css-1.7.8/style.css @@ -1085,6 +1085,7 @@ table.center { background-color: #edf7f9; border: solid #ddd 1px; vertical-align: top; + padding: 4px; } .list_label, @@ -1469,10 +1470,6 @@ a:hover .nameZoom { line-height: 20pt; } -.formField { - font-size: 12px; -} - .starredname { text-decoration: underline; } @@ -1862,6 +1859,10 @@ a:hover .nameZoom { text-align: center; } +#register-form #user_comments { + width: 350px; +} + [dir=rtl] #login-form label, [dir=rtl] #new_passwd_form label, [dir=rtl] #register-form label, |
