Fix splitbar dragging
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 10 Jun 2009 02:38:50 +0000 (20:38 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 10 Jun 2009 03:33:38 +0000 (21:33 -0600)
imp/themes/screen-dimp.css

index ece69f8..cb228a3 100644 (file)
@@ -90,8 +90,11 @@ div#quota {
     border-right: 1px silver solid;
     border-bottom: 1px silver solid;
 }
+#msgSplitPane div.drag {
+    padding: 0;
+}
 .splitBar {
-    background: #e9e9e9 url("graphics/dragHandle.png") no-repeat scroll center top;
+    background: #e9e9e9 url("graphics/dragHandle.png") no-repeat scroll center top !important;
     border: 1px solid;
     border-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight;
     cursor: n-resize;