diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-01-30 14:25:24 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-01-30 14:25:24 +0100 |
commit | d658cdaa84cb4e0c5c8bf7b9fb902da9efe3c919 (patch) | |
tree | 5a8bbe6f330863728fd776bbe6c8566fe1f7b9d4 /view | |
parent | 43df068d2e005d8f19ba202160f507eba4adaa04 (diff) | |
download | volse-hubzilla-d658cdaa84cb4e0c5c8bf7b9fb902da9efe3c919.tar.gz volse-hubzilla-d658cdaa84cb4e0c5c8bf7b9fb902da9efe3c919.tar.bz2 volse-hubzilla-d658cdaa84cb4e0c5c8bf7b9fb902da9efe3c919.zip |
quattro: small adjustments to the profile edit style
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, |