diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-04-02 10:36:57 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-04-02 10:37:43 +0200 |
commit | f3739dc7296fc8d29d3ce7243411cd8873ea49a4 (patch) | |
tree | f194fed6319d8ecbecaa629c5babde0d8ac3d597 /skins/classic/embed.css | |
parent | 4dd9bb4671bdcbdfed40ffea48b67204ac0de6df (diff) |
Fix empbedded warning icon
Diffstat (limited to 'skins/classic/embed.css')
-rw-r--r-- | skins/classic/embed.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/skins/classic/embed.css b/skins/classic/embed.css index b9715c77c..6d2c63c6a 100644 --- a/skins/classic/embed.css +++ b/skins/classic/embed.css @@ -14,12 +14,16 @@ font-size: 14px; color: #000; margin-bottom: .8em; - min-height: 20px; + min-height: 30px; padding: 10px 10px 6px 46px; background: url(images/display/icons.png) 6px 3px no-repeat #F7FDCB; border: 1px solid #C2D071; } +.rcmail-inline-warning { + background-position: 6px -92px; +} + .rcmail-inline-message > button { margin-left: 1em; vertical-align: baseline; |