projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d702989
)
Rounded corners for mime part info boxes
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 24 Nov 2009 06:03:26 +0000
(23:03 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 24 Nov 2009 06:03:26 +0000
(23:03 -0700)
Not sure if this is too much or not.
imp/themes/screen.css
patch
|
blob
|
history
diff --git
a/imp/themes/screen.css
b/imp/themes/screen.css
index
6e4dbee
..
6eb4540
100644
(file)
--- a/
imp/themes/screen.css
+++ b/
imp/themes/screen.css
@@
-531,6
+531,8
@@
td.addressTr span.loadingImg {
display: inline-block;
margin-bottom: 3px;
padding: 4px;
+ -moz-border-radius: 4px;
+ -webkit-border-radius: 4px;
}
.mimeStatusIcon {
width: 22px;
@@
-551,6
+553,8
@@
div.mimeStatusMessage, div.mimePartInfo {
font-size: 90%;
margin: 0;
padding: 5px;
+ -moz-border-radius: 4px;
+ -webkit-border-radius: 4px;
/* For FF2 */
display: table-cell;
display: inline-block;