From a4be516f688d934699dd40f39d7f4f9eaa1ce1eb Mon Sep 17 00:00:00 2001 From: thomascube Date: Mon, 12 Dec 2011 21:43:35 +0000 Subject: Larry continued... --- skins/larry/mail.css | 67 +++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 59 insertions(+), 8 deletions(-) (limited to 'skins/larry/mail.css') diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 247873539..15046d2a3 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -76,6 +76,31 @@ display: inline-block; } +#messagelistfooter #listcontrols { + display: inline-block; + margin-right: 2em; +} + +a.iconbutton.listmode { + width: 26px; + height: 20px; + background-position: 0 -437px; +} + +a.iconbutton.threadmode { + width: 26px; + height: 20px; + background-position: 0 -457px; +} + +a.iconbutton.listmode.selected { + background-position: -26px -437px; +} + +a.iconbutton.threadmode.selected { + background-position: -26px -457px; +} + #mailboxlist li.mailbox { position: relative; background-repeat: no-repeat; @@ -234,6 +259,7 @@ right: 0; left: 15em; height: 40px; + white-space: nowrap; } #messagetoolbar.fullwidth { @@ -251,11 +277,11 @@ right: 2px; width: 20px; height: 18px; - background: url(images/buttons.png) -5px -318px no-repeat; + background: url(images/buttons.png) -3px -418px no-repeat; } #mailpreviewtoggle.enabled { - background-position: -28px -318px; + background-position: -28px -418px; } @@ -603,19 +629,29 @@ html.chrome #messagelist tr td.threads { top: 140px; left: 0; width: 100%; - bottom: 32px; + bottom: 0; overflow: auto; + border-radius: 4px 4px 0 0; } #messageheader, #partheader { padding: 3px 0; background: #fff; - background: -moz-linear-gradient(top, #fff 0%, #f0f0f0 100%); - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f0f0f0)); - background: -o-linear-gradient(top, #fff 0%, #f0f0f0 100%); - background: -ms-linear-gradient(top, #fff 0%, #f0f0f0 100%); - background: linear-gradient(top, #fff 0%, #f0f0f0 100%); + background: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%); + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e9e9e9)); + background: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%); + background: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%); + background: linear-gradient(top, #fff 0%, #e9e9e9 100%); +} + +h2.subject { + font-size: 15px; + margin: 0 15em 0 0; + padding: 4px 8px 2px 8px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } .headers-table td { @@ -649,6 +685,21 @@ html.chrome #messagelist tr td.threads { margin-left: 0.5em; } +#messageheader #countcontrols { + position: absolute; + top: 8px; + right: 8px; + width: 18em; + text-align: right; + white-space: nowrap; +} + +#messageheader .pagenav .countdisplay { + min-width: 0; + padding-right: 0.5em; + white-space: nowrap; +} + #messagecontent .leftcol { margin-right: 250px; } -- cgit v1.2.3