diff options
author | Friendika <info@friendika.com> | 2011-11-08 21:22:45 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-11-08 21:22:45 -0800 |
commit | 02d4a742abec9cbd9c11b5d7448f549bf3bdb62a (patch) | |
tree | 56626a7c1b8a55edc07d712fe0923d926e5285e8 /view/theme/duepuntozero | |
parent | 05cabf24a9ad370d9742725271d165cf80509227 (diff) | |
download | volse-hubzilla-02d4a742abec9cbd9c11b5d7448f549bf3bdb62a.tar.gz volse-hubzilla-02d4a742abec9cbd9c11b5d7448f549bf3bdb62a.tar.bz2 volse-hubzilla-02d4a742abec9cbd9c11b5d7448f549bf3bdb62a.zip |
more contact edit page stuff
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 41 |
1 files changed, 6 insertions, 35 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index e0f0c6d2b..049817537 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -804,11 +804,6 @@ input#dfrn-url { clear: both; } -#contact-edit-end { - clear: both; - margin-bottom: 65px; -} - #fsuggest-desc, #fsuggest-submit-wrapper { margin-top: 15px; margin-bottom: 15px; @@ -1404,16 +1399,10 @@ input#dfrn-url { font-weight: bold; } -#contact-edit-nettype { - margin-top: 5px; - margin-left: 30px; -} - - #contact-edit-poll-wrapper { - margin-left: 50px; - margin-top: 30px; + margin-top: 15px; } + #contact-edit-poll-text { margin-top: 15px; margin-bottom: 5px; @@ -1436,23 +1425,10 @@ input#dfrn-url { margin-right: 20px; } -/* -#contact-edit-drop-link img { - margin-left: 20px; - border: none; -} -*/ - #contact-edit-nav-end { clear: both; } -#contact-edit-direction-icon { - float: left; - margin-top: 70px; - margin-right: 2px; -} - #contact-edit-photo { float: left; } @@ -1473,6 +1449,10 @@ input#dfrn-url { float: left; } +#contact-edit-info-links div { + margin-left: 30px; +} + #contact-edit-end { clear: both; } @@ -1517,12 +1497,7 @@ input#dfrn-url { #block-message, #ignore-message { - margin-top: 20px; color: #FF0000; - font-size: 1.1em; - border: 1px solid #FF8888; - background-color: #FFEEEE; - padding: 10px; } #profile-edit-insecure { @@ -1536,10 +1511,6 @@ input#dfrn-url { width: 587px; } -#block-message, #ignore-message { - width: 180px; -} - #profile-jot-text { height: 20px; color:#cccccc; |