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; }