Some fixes to make FF2 work properly
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 6 Oct 2009 22:32:15 +0000 (16:32 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 6 Oct 2009 22:46:04 +0000 (16:46 -0600)
imp/themes/screen-dimp.css
imp/themes/screen.css

index 88e0c85..ba0ebfd 100644 (file)
@@ -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;
index 080614e..253a3f4 100644 (file)
@@ -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 {