projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e478810
)
Improved address display in dimp
author
Michael M Slusarz
<slusarz@curecanti.org>
Sat, 2 Oct 2010 06:27:22 +0000
(
00:27
-0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Sat, 2 Oct 2010 07:48:28 +0000
(
01:48
-0600)
imp/themes/dimp/screen.css
patch
|
blob
|
history
diff --git
a/imp/themes/dimp/screen.css
b/imp/themes/dimp/screen.css
index
cd63d1e
..
cef6b99
100644
(file)
--- a/
imp/themes/dimp/screen.css
+++ b/
imp/themes/dimp/screen.css
@@
-751,7
+751,6
@@
span.attachmentImg {
/* Email Addresses. */
a.address {
cursor: pointer;
- padding: 2px;
position: static;
text-decoration: underline;
white-space: nowrap;
@@
-763,6
+762,7
@@
a.address img {
a.address:hover {
background: #fff;
border: 1px silver solid;
+ margin: -2px;
padding: 1px;
text-decoration: none;
}