diff options
Diffstat (limited to 'view')
-rwxr-xr-x | view/theme/quattro/quattro.less | 3 | ||||
-rwxr-xr-x | view/theme/quattro/style.css | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index 8b63686fd..c9fda0e1d 100755 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -878,12 +878,15 @@ ul.tabs { #profile-edit-religion-label, #profile-edit-pubkeywords-label, #profile-edit-prvkeywords-label, +#profile-edit-gender-select, #profile-edit-homepage-label { float: left; width: 175px; + padding-top: 7px; } #profile-edit-profile-name, #profile-edit-name, +#gender-select, #profile-edit-pdesc, #profile-edit-gender, #profile-edit-dob, diff --git a/view/theme/quattro/style.css b/view/theme/quattro/style.css index 7a524fcb7..41adcd8d2 100755 --- a/view/theme/quattro/style.css +++ b/view/theme/quattro/style.css @@ -1233,12 +1233,15 @@ ul.tabs li .active { #profile-edit-religion-label, #profile-edit-pubkeywords-label, #profile-edit-prvkeywords-label, +#profile-edit-gender-select, #profile-edit-homepage-label { float: left; width: 175px; + padding-top: 7px; } #profile-edit-profile-name, #profile-edit-name, +#gender-select, #profile-edit-pdesc, #profile-edit-gender, #profile-edit-dob, |