diff options
author | friendica <info@friendica.com> | 2012-06-02 20:58:20 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-02 20:58:20 -0700 |
commit | d27c6de84e28f8094c695b3857dc69f103cffa08 (patch) | |
tree | 6c8b20c747fdee230483a1f500a40036d295ba13 /view/theme | |
parent | 3d39e6e59489cf5013d7515a6e9deb2175d433ee (diff) | |
download | volse-hubzilla-d27c6de84e28f8094c695b3857dc69f103cffa08.tar.gz volse-hubzilla-d27c6de84e28f8094c695b3857dc69f103cffa08.tar.bz2 volse-hubzilla-d27c6de84e28f8094c695b3857dc69f103cffa08.zip |
add hometown to profiles
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 5854ccc02..ab660888f 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -679,7 +679,8 @@ input#dfrn-url { #profile-edit-religion-label, #profile-edit-pubkeywords-label, #profile-edit-prvkeywords-label, -#profile-edit-homepage-label { +#profile-edit-homepage-label, +#profile-edit-hometown-label { float: left; width: 175px; } @@ -774,7 +775,7 @@ input#dfrn-url { } -#profile-edit-homepage { +#profile-edit-homepage, #profile-edit-hometown { float: left; margin-bottom: 35px; } @@ -814,6 +815,7 @@ input#dfrn-url { #profile-edit-pubkeywords-end, #profile-edit-prvkeywords-end, #profile-edit-homepage-end, +#profile-edit-hometown-end, #profile-in-dir-break, #profile-in-dir-end, #profile-in-netdir-break, |