projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
593d2f8
)
Tweak mimePartInfo images padding.
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 16 Nov 2009 22:38:55 +0000
(15:38 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 17 Nov 2009 19:17:01 +0000
(12:17 -0700)
Use margin instead of padding - since these images are clickable, the
active outline will better conform to the shape of the image.
imp/themes/screen.css
patch
|
blob
|
history
diff --git
a/imp/themes/screen.css
b/imp/themes/screen.css
index
2f5856f
..
6e4dbee
100644
(file)
--- a/
imp/themes/screen.css
+++ b/
imp/themes/screen.css
@@
-596,9
+596,11
@@
div.mimeStatusMessage, div.mimePartInfo {
background-color: transparent;
background-position: center right;
background-repeat: no-repeat;
- padding: 0 1px;
vertical-align: bottom;
}
+.downloadAtc, .downloadZipAtc, .saveImgAtc {
+ margin-left: 1px;
+}
.downloadAtc, .saveAsImg {
background-image: url("graphics/download.png");
}