projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f32722b
)
Remove extra spacing for message log/attachment expand icon
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 2 Dec 2009 18:47:43 +0000
(11:47 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 3 Dec 2009 17:51:06 +0000
(10:51 -0700)
imp/themes/screen-dimp.css
patch
|
blob
|
history
diff --git
a/imp/themes/screen-dimp.css
b/imp/themes/screen-dimp.css
index
f8229ff
..
0d4cf17
100644
(file)
--- a/
imp/themes/screen-dimp.css
+++ b/
imp/themes/screen-dimp.css
@@
-1025,10
+1025,12
@@
div.msgSubject span.treeImg {
#th_expand span.iconImg, #partlist_col, #msgloglist_col {
background-image: url("graphics/arrow_collapsed.png");
cursor: pointer;
+ margin-right: 0;
}
#th_collapse span.iconImg, #partlist_exp, #msgloglist_exp {
background-image: url("graphics/arrow_expanded.png");
cursor: pointer;
+ margin-right: 0;
}
#msg_view_source span.iconImg {
background-image: url("graphics/message_source.png");