projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b422776
)
Fix splitbar dragging
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 10 Jun 2009 02:38:50 +0000
(20:38 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 10 Jun 2009 03:33:38 +0000
(21:33 -0600)
imp/themes/screen-dimp.css
patch
|
blob
|
history
diff --git
a/imp/themes/screen-dimp.css
b/imp/themes/screen-dimp.css
index
ece69f8
..
cb228a3
100644
(file)
--- a/
imp/themes/screen-dimp.css
+++ b/
imp/themes/screen-dimp.css
@@
-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;