diff options
author | Friendika <info@friendika.com> | 2011-11-09 03:46:36 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-11-09 03:46:36 -0800 |
commit | 2825c4957315fab90445bfec5a47bdb64f712355 (patch) | |
tree | b1d964cf4441948ddbbd6f6ac3e7062164a98835 /view/theme/duepuntozero | |
parent | 02d4a742abec9cbd9c11b5d7448f549bf3bdb62a (diff) | |
download | volse-hubzilla-2825c4957315fab90445bfec5a47bdb64f712355.tar.gz volse-hubzilla-2825c4957315fab90445bfec5a47bdb64f712355.tar.bz2 volse-hubzilla-2825c4957315fab90445bfec5a47bdb64f712355.zip |
more work on new contact edit page - plus first port to testbubble
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 36 |
1 files changed, 7 insertions, 29 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 049817537..3235daaa4 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1412,14 +1412,17 @@ input#dfrn-url { margin-top: 15px; } -#contact-edit-photo-wrapper { - margin-bottom: 20px; -} - #contact-edit-links{ clear: both; } +#contact-edit-links ul { + list-style: none; +} +#contact-edit-links li { + margin-top: 5px; +} + #contact-edit-drop-link { float: right; margin-right: 20px; @@ -1429,29 +1432,9 @@ input#dfrn-url { clear: both; } -#contact-edit-photo { - float: left; -} - -#contact-edit-photo-end { - clear: both; -} - -#contact-edit-photo-wrapper { - float: left; -} - #contact-edit-wrapper { width: 100%; } -#contact-edit-nav-wrapper { -/* width: 450px; */ - float: left; -} - -#contact-edit-info-links div { - margin-left: 30px; -} #contact-edit-end { clear: both; @@ -1464,7 +1447,6 @@ input#dfrn-url { .contact-edit-submit { margin-top: 20px; - /*margin-left: 50px;*/ } @@ -2475,10 +2457,6 @@ a.mail-list-link { width: 300px; } -#contact-edit-links .icon, #contact-drop-links .icon { - margin: 0px 3px 0px 3px; -} - #netsearch-box { margin-top: 20px; |