diff options
author | Friendika <info@friendika.com> | 2010-12-03 22:46:42 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-12-03 22:46:42 -0800 |
commit | 4be5e57afdd0017d0cf40b23e60ff5b6e243992e (patch) | |
tree | 9ecb04d25b39e263c3b37641afdf353caed4f9ed /view/theme/default | |
parent | 20f96c2c539f8f809335498ef2a78d96549cc6be (diff) | |
download | volse-hubzilla-4be5e57afdd0017d0cf40b23e60ff5b6e243992e.tar.gz volse-hubzilla-4be5e57afdd0017d0cf40b23e60ff5b6e243992e.tar.bz2 volse-hubzilla-4be5e57afdd0017d0cf40b23e60ff5b6e243992e.zip |
relationship targets (linked if applicable)
Diffstat (limited to 'view/theme/default')
-rw-r--r-- | view/theme/default/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index a7896eb35..ad3e1c7c1 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -757,6 +757,11 @@ input#dfrn-url { width: 50px; } +#profile-edit-with-label { + width: 175px; + margin-left: 20px; +} + #profile-edit-homepage { float: left; margin-bottom: 35px; @@ -1255,6 +1260,11 @@ input#dfrn-url { border: 1px solid #CCCCCC; } +#advanced-profile-with { + float: left; + margin-left: 15px; +} + #contact-edit-wrapper { margin-top: 50px; } |