From b1e5dfad3cb3881bb2e5655ede1b64adaff32dcc Mon Sep 17 00:00:00 2001 From: Friendika Date: Wed, 5 Oct 2011 15:35:53 -0700 Subject: [PATCH] clean up w3c validation and layout for priv mail and lang selector --- include/text.php | 4 ++-- mod/dfrn_notify.php | 7 +++++-- mod/item.php | 2 +- view/mail_head.tpl | 3 ++- view/mail_list.tpl | 2 +- view/prv_message.tpl | 3 +-- view/theme/duepuntozero/nav.tpl | 2 +- view/theme/duepuntozero/style.css | 5 ++++- 8 files changed, 17 insertions(+), 11 deletions(-) diff --git a/include/text.php b/include/text.php index 701c1e41b6..bc711e6da5 100644 --- a/include/text.php +++ b/include/text.php @@ -865,7 +865,7 @@ function lang_selector() { global $lang; $o = '
'; $o .= ' + diff --git a/view/mail_list.tpl b/view/mail_list.tpl index 77673c7924..8c95e1250e 100644 --- a/view/mail_list.tpl +++ b/view/mail_list.tpl @@ -7,7 +7,7 @@
$date
$subject
- +
diff --git a/view/prv_message.tpl b/view/prv_message.tpl index ead360deb5..25bf93b99c 100644 --- a/view/prv_message.tpl +++ b/view/prv_message.tpl @@ -19,7 +19,7 @@ $select
-
+
- diff --git a/view/theme/duepuntozero/nav.tpl b/view/theme/duepuntozero/nav.tpl index efc95bde1f..9191d7ac3e 100644 --- a/view/theme/duepuntozero/nav.tpl +++ b/view/theme/duepuntozero/nav.tpl @@ -35,7 +35,7 @@ {{ endif }} {{ if $nav.messages }} - $nav.messages.1 + $nav.messages.1 {{ endif }} diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 4769da8afc..bdd324c94d 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1805,6 +1805,9 @@ a.mail-list-link { margin-right: 30px; margin-top: 15px; } +.mail-conv-break { + clear: both; +} .mail-conv-delete-icon { border: none; @@ -1823,7 +1826,7 @@ a.mail-list-link { padding: 3px 5px; } -.message-links ul ul { +.message-links-end { clear: both; }