From b1368ebb15312a08713eecfa9807a16f1328962d Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 6 Oct 2009 16:32:15 -0600 Subject: [PATCH] Some fixes to make FF2 work properly --- imp/themes/screen-dimp.css | 8 +++++--- imp/themes/screen.css | 3 ++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/imp/themes/screen-dimp.css b/imp/themes/screen-dimp.css index 88e0c8526..ba0ebfdf1 100644 --- a/imp/themes/screen-dimp.css +++ b/imp/themes/screen-dimp.css @@ -316,6 +316,7 @@ div.vpRow.flagDeleted { #sidebarPanel li.custom img, #sidebarPanel li.servicelink img { float: left; padding: 1px 4px 0 0; + margin-bottom: -1px; } #sidebarPanel li.on { background: #ffa; @@ -808,8 +809,8 @@ a.address:hover img { border: 1px solid #999; cursor: default; background-color: #f3f3f3; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; } #qsearch form { display: inline; @@ -820,7 +821,8 @@ a.address:hover img { display: -moz-inline-stack; display: inline-block; background: #f3f3f3 url("graphics/search.png") center no-repeat; - vertical-align: middle; + vertical-align: top; + padding-top: 2px; } #qsearch_input { border: none; diff --git a/imp/themes/screen.css b/imp/themes/screen.css index 080614eb6..253a3f4ba 100644 --- a/imp/themes/screen.css +++ b/imp/themes/screen.css @@ -569,7 +569,8 @@ td.addressTr span.loadingImg { .mimePartInfo { border: 1px solid #ccc; background: #efefef; - display: -moz-inline-stack; + /* For FF2 */ + display: table-cell; display: inline-block; } .mimePartInfo img { -- 2.11.0