projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cbff93
)
Fix CSS ordering
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 13 Oct 2009 17:21:34 +0000
(11:21 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 13 Oct 2009 17:21:34 +0000
(11:21 -0600)
imp/themes/screen-dimp.css
patch
|
blob
|
history
diff --git
a/imp/themes/screen-dimp.css
b/imp/themes/screen-dimp.css
index
57aec6c
..
6a56cbd
100644
(file)
--- a/
imp/themes/screen-dimp.css
+++ b/
imp/themes/screen-dimp.css
@@
-700,14
+700,14
@@
div.dimpActionsCompose, div.dimpActionsMsg {
#attach_list span.remove:hover {
text-decoration: underline;
}
-#attach_list div, span.attachmentImg {
- background-image: url("graphics/attachment.png");
-}
#attach_list div {
background: transparent left 2px no-repeat;
height: 20px;
padding-left: 20px;
}
+#attach_list div, span.attachmentImg {
+ background-image: url("graphics/attachment.png");
+}
#attach_list span.attachName {
color: blue;
cursor: pointer;