diff options
author | redmatrix <git@macgirvin.com> | 2016-03-07 18:49:17 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-03-07 18:49:17 -0800 |
commit | 32e903e9560b3a6d1b133524493c3d72f384164c (patch) | |
tree | 3b387a8e2040a98583dacf45dbc6194728db58f0 /view/css | |
parent | bd8fe768d358492b272ba7422388ab09d006468b (diff) | |
download | volse-hubzilla-32e903e9560b3a6d1b133524493c3d72f384164c.tar.gz volse-hubzilla-32e903e9560b3a6d1b133524493c3d72f384164c.tar.bz2 volse-hubzilla-32e903e9560b3a6d1b133524493c3d72f384164c.zip |
a bit of page cleanup for edit profiles
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_profiles.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/view/css/mod_profiles.css b/view/css/mod_profiles.css index 35ef73cec..ea063c64e 100644 --- a/view/css/mod_profiles.css +++ b/view/css/mod_profiles.css @@ -19,7 +19,7 @@ #profile-edit-links-end { clear: both; - margin-bottom: 15px; +/* margin-bottom: 15px; */ } .profile-listing-photo { @@ -43,9 +43,11 @@ width: 175px; margin-left: 50px; - margin-bottom: 20px; +/* margin-bottom: 20px; */ } +/* + #profile-edit-profile-name-label, #profile-edit-name-label, #profile-edit-pdesc-label, @@ -138,11 +140,13 @@ #hide-friends-end { clear: both; } +*/ - +/* #gender-select, #marital-select, #sexual-select { width: 220px; } +*/ #profile-edit-profile-name-wrapper .required { color: #FF0000; |