From 9d461846e28f90b120292a900af1328e275496ce Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Mon, 5 Mar 2012 15:55:17 -0500 Subject: [PATCH 2/2] multiple fixes; the jot-header works as standalone, not sure what's up. Signed-off-by: Simon L'nu --- view/theme/dispy/contact_template.tpl | 3 +- view/theme/dispy/conversation.tpl | 2 + view/theme/dispy/jot-header.tpl | 69 ++++++++++++++------------- view/theme/dispy/style.css | 12 ++++- 4 files changed, 49 insertions(+), 37 deletions(-) diff --git a/view/theme/dispy/contact_template.tpl b/view/theme/dispy/contact_template.tpl index 2aa9b88fed..fbf354b475 100644 --- a/view/theme/dispy/contact_template.tpl +++ b/view/theme/dispy/contact_template.tpl @@ -20,7 +20,8 @@
$contact.name
-
$contact.itemurl
+
+ Profile URL
$contact.network
diff --git a/view/theme/dispy/conversation.tpl b/view/theme/dispy/conversation.tpl index 0b14f1c80a..41b6aeadff 100644 --- a/view/theme/dispy/conversation.tpl +++ b/view/theme/dispy/conversation.tpl @@ -17,5 +17,7 @@ {{ endfor }} {{ if $dropping }} + {{ endif }} diff --git a/view/theme/dispy/jot-header.tpl b/view/theme/dispy/jot-header.tpl index 84f1523402..e72000b4ce 100644 --- a/view/theme/dispy/jot-header.tpl +++ b/view/theme/dispy/jot-header.tpl @@ -1,7 +1,8 @@ + + + - - diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index 13f7d2d564..177b03f4f8 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -1920,7 +1920,13 @@ div[id$="wrapper"] br { #item-delete-selected { margin-top: 30px; } - +/* was tired of having no way of moving it around, so + * here's a little 'hook' to do so */ +.delete-checked { + position: absolute; + left: 35px; + margin-top: 20px; +} #item-delete-selected-end { clear: both; } @@ -2102,13 +2108,15 @@ div[id$="wrapper"] br { } .field label { float: left; - width: 200px; + width: 275px; display: block; font-size: 1.077em; + /*font-weight: bold;*/ margin-bottom: 0.2em; margin: 0 10px 0.2em 0; border: 1px #999 solid; padding: 5px; + background: #f2eedf; vertical-align: middle; } .field input {