From 1c079c1ace959266ab6b2f6c5df5f397a5ccdee0 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Wed, 11 Jul 2012 15:34:49 +0200 Subject: Put separated toolbars back together again; add min. width to mail view --- skins/larry/mail.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'skins/larry/mail.css') diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 27cc768b0..3fe451c0d 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -18,6 +18,7 @@ left: 0; width: 220px; bottom: 0; + z-index: 2; } #mailview-right { @@ -26,6 +27,7 @@ left: 232px; right: 0; bottom: 0; + z-index: 3; } #mailview-top { @@ -332,7 +334,6 @@ a.iconbutton.threadmode.selected { width: 100%; } -#mailboxtoolbar, #messagetoolbar { position: absolute; top: -6px; @@ -340,14 +341,17 @@ a.iconbutton.threadmode.selected { left: 0; height: 40px; white-space: nowrap; + z-index: 10; } #messagetoolbar.fullwidth { right: 0; } -#mailboxtoolbar { - right: 0; +#messagetoolbar .toolbarselect { + position: absolute; + bottom: 6px; + right: 3px; } #messagesearchtools { -- cgit v1.2.3