From 05cabf24a9ad370d9742725271d165cf80509227 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 8 Nov 2011 18:30:20 -0800 Subject: first checkin - updated contact_edit, more work remains --- view/contact_edit.tpl | 62 +++++++++++++++++++-------------------- view/theme/duepuntozero/style.css | 36 +++++++++-------------- 2 files changed, 45 insertions(+), 53 deletions(-) (limited to 'view') diff --git a/view/contact_edit.tpl b/view/contact_edit.tpl index c2e3e36fb..d1fa951f6 100644 --- a/view/contact_edit.tpl +++ b/view/contact_edit.tpl @@ -1,35 +1,44 @@

$header

-
$name
- -$nettype - -
- -
+
$name
+
+ $name +
-
- $alt_text -
- $name -
-
+ -
+ +
- -
+ +
+
+ + + + +{# $alt_text #} {{ if $poll_enabled }}
@@ -39,23 +48,14 @@ $nettype
{{ endif }} -
- {{ if $common_text }} -
- $common_text - - {{ endif }} - $insecure $blocked $ignored - -$lblsuggest

$lbl_info1

diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index e9c0817f4..e0f0c6d2b 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1396,13 +1396,12 @@ input#dfrn-url { } #contact-edit-wrapper { - margin-top: 50px; + margin-top: 10px; } #contact-edit-banner-name { font-size: 1.4em; font-weight: bold; - margin-left: 30px; } #contact-edit-nettype { @@ -1427,25 +1426,22 @@ input#dfrn-url { #contact-edit-photo-wrapper { margin-bottom: 20px; } -#contact-edit-links { - float: left; -} -#contact-edit-links a { - float: left; -} -#contact-edit-links img { - margin-left: 20px; - border: none; + +#contact-edit-links{ + clear: both; } -#contact-drop-links { - float: left; +#contact-edit-drop-link { + float: right; + margin-right: 20px; } -#contact-drop-links img { +/* +#contact-edit-drop-link img { margin-left: 20px; border: none; } +*/ #contact-edit-nav-end { clear: both; @@ -1469,7 +1465,11 @@ input#dfrn-url { float: left; } +#contact-edit-wrapper { + width: 100%; +} #contact-edit-nav-wrapper { +/* width: 450px; */ float: left; } @@ -1482,14 +1482,6 @@ input#dfrn-url { margin-left: 175px; } -#contact-reputation-selector { - margin-left: 175px; -} - -#contact-edit-rating-text { - margin-left: 175px; -} - .contact-edit-submit { margin-top: 20px; /*margin-left: 50px;*/ -- cgit v1.2.3