From 1ea69ae275245f65ee0bb8f959744f0896913a0c Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Tue, 6 Jul 2010 05:07:28 -0700 Subject: bizzy --- view/contact_edit.tpl | 34 ++++++++++++++++++++++++++++++++++ view/contact_selectors.php | 6 +++--- view/contact_template.tpl | 30 ++++++++++++++++++------------ view/jot-header.tpl | 3 ++- view/jot.tpl | 2 +- view/style.css | 42 +++++++++++++++++++++++++++++++++++++++--- 6 files changed, 97 insertions(+), 20 deletions(-) create mode 100644 view/contact_edit.tpl (limited to 'view') diff --git a/view/contact_edit.tpl b/view/contact_edit.tpl new file mode 100644 index 000000000..a786e47b7 --- /dev/null +++ b/view/contact_edit.tpl @@ -0,0 +1,34 @@ + + +
+
+ $alt_text +
+ $name +
+
+
+
$name
+ +
+ +
+ + + +
+
+
+$profile_select + +$groups + +$rating + +$reason + + diff --git a/view/contact_selectors.php b/view/contact_selectors.php index 186a50e7a..a7d3d0f5b 100644 --- a/view/contact_selectors.php +++ b/view/contact_selectors.php @@ -1,12 +1,12 @@ "; + $o .= " - +
diff --git a/view/style.css b/view/style.css index f12e5f789..7114f4394 100644 --- a/view/style.css +++ b/view/style.css @@ -340,15 +340,49 @@ input#dfrn-url { float: left; } - +#contacts-main { + margin-bottom: 20px; +} +.contact-entry-photo-wrapper { + float: left; +} +.contact-entry-direction-icon { + margin-top: 24px; + float: left; +} .contact-entry-photo img { border: none; } - +.contact-entry-photo-end { + clear: both; +} +.contact-entry-edit-links { + float: left; + margin-top: 10px; +} +.contact-entry-name { + float: left; +} +.contact-entry-nav-wrapper { + float: left; + margin-left: 10px; +} +.contact-entry-nav-end { + clear: both; +} +.contact-entry-break { + clear: both; +} .contact-entry-edit-links img { border: none; margin-right: 15px; } +.contact-entry-photo { + float: left; +} +.contact-entry-end { + clear: both; +} .wall-item-photo-wrapper { margin-top: 20px; @@ -399,9 +433,11 @@ input#dfrn-url { #profile-listing-new-link-wrapper { margin-bottom: 30px; } +.profile-listing-photo-wrapper { + float: left; +} .profile-listing-edit-buttons-wrapper { -/* float: left;*/ clear: both; } .profile-listing-photo-edit-link { -- cgit v1.2.3