summaryrefslogtreecommitdiff
path: root/skins/larry/embed.css
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-01-24 19:27:12 +0100
committerAleksander Machniak <alec@alec.pl>2013-01-24 19:27:12 +0100
commitbbdd624e12f58884f3363e94077e470980ff57bc (patch)
treeffe95d962eaf676b42718dc466b31d80c3a7b6c4 /skins/larry/embed.css
parent1730cf8d7b59c04e3db0b5425c5cd9401bfc1c43 (diff)
Added embed.css for classic skin, improved/unified warnings style (button is still different), cleanup
Diffstat (limited to 'skins/larry/embed.css')
-rw-r--r--skins/larry/embed.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/skins/larry/embed.css b/skins/larry/embed.css
index 8c4e95d42..2c8ba39dc 100644
--- a/skins/larry/embed.css
+++ b/skins/larry/embed.css
@@ -11,11 +11,12 @@
.rcmail-inline-message {
font-family: sans-serif;
- font-size: 14px;
- color: #333;
+ font-size: 11px;
+ font-weight: bold;
+ color: #996600;
border: 1px solid #ffdf0e;
- background-color: #fef893;
- padding: 0.6em 1em;
+ background: url("images/messages.png") no-repeat scroll 5px -83px #fef893;
+ padding: 6px 12px 4px 30px;
margin-bottom: 0.8em;
}
@@ -26,7 +27,6 @@
.rcmail-inline-message em {
font-size: 90%;
- color: #666;
}
.rcmail-inline-buttons {