From e8f0cd2421e56e9e44a89659c732e716472f9ca5 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 15 Jan 2009 11:36:21 -0700 Subject: [PATCH] CSS fixes re: new image code --- imp/templates/index/index.inc | 2 +- imp/themes/screen-dimp.css | 22 ++++++++++++---------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/imp/templates/index/index.inc b/imp/templates/index/index.inc index e774978f1..c51245edf 100644 --- a/imp/templates/index/index.inc +++ b/imp/templates/index/index.inc @@ -279,7 +279,7 @@ function _simpleButton($id, $text, $image, $imagedir = null)
- "> + "> diff --git a/imp/themes/screen-dimp.css b/imp/themes/screen-dimp.css index c3fca8b50..05397281f 100644 --- a/imp/themes/screen-dimp.css +++ b/imp/themes/screen-dimp.css @@ -34,6 +34,7 @@ a.popdown:hover { border: 1px #000 solid; margin-right: 2px; } +/* TODO? */ #quota .used img { display: inline; float: none; @@ -136,7 +137,7 @@ div#quota { } /* Message List */ -div.loading img, #folderLoading, #msgLoading { +#folderLoading, #msgLoading { z-index: 1000; border: 1px #e0e0e0 solid; -moz-border-radius: 5px; @@ -538,7 +539,7 @@ div.msgSize img { /* Actions */ .dimpActions { background: #efefef; - padding: 4px 4px 4px 2px; + padding: 4px 4px 2px 2px; border: 1px silver solid; border-bottom: 0px; background: transparent url("graphics/backhead_s2.png") repeat-x; @@ -554,8 +555,8 @@ div.msgSize img { padding: 2px 4px 4px 4px; } .dimpActions a img { - vertical-align: middle; - padding-right: 2px; + vertical-align: top; + padding-right: 3px; } .dimpActions a:hover { text-decoration: none; @@ -580,7 +581,7 @@ div.msgSize img { padding-left: 4px; padding-right: 4px; } -.dimpActions .disabled img { +.dimpActions .disabled img, .dimpActions .disabled span.popdownImg { filter: alpha(opacity=25); -moz-opacity: .25; opacity: .25; @@ -692,11 +693,6 @@ div.dimpActionsCompose { float: right; text-align: right; } -#msg_newwin img { - float: right; - padding-left: 4px; - vertical-align: middle; -} #msgHeadersColl span.subject { float: left; font-weight: bold; @@ -1257,6 +1253,11 @@ span.tickImg { span.newwinImg { background-image: url("graphics/newwin.png"); } +span.newwinCollapsed { + float: right; + margin-left: 4px; + margin-right: 0px; +} span.quotaImg { background-image: url("graphics/quotauncover.gif"); width: 0px; @@ -1303,4 +1304,5 @@ span.whitelistImg { } span.popdownImg { background-image: url("graphics/popdown.png"); + margin-right: 0px; } -- 2.11.0