Thomas Bruederli
2014-01-29 519213426c49c44297886c3e04f2bacac0d97d1d
Small CSS fix with message notice boxes in Larry skin (#1489497)
1 files modified
9 ■■■■■ changed files
skins/larry/mail.css 9 ●●●●● patch | view | raw | blame | history
skins/larry/mail.css
@@ -1066,14 +1066,13 @@
    margin: 8px;
}
#message-objects div.notice,
#message-buttons div.notice {
#message-objects div.notice {
    display: block;
    color: #960;
    border: 1px solid #ffdf0e;
    background-color: #fef893;
    background-position: 5px -83px;
    padding: 6px 12px 4px 30px;
    padding: 8px 12px 8px 30px;
    white-space: normal;
}
@@ -1082,6 +1081,10 @@
    margin-left: 10px;
}
#message-objects div a.button {
    display: inline;
}
div.message-part,
div.message-htmlpart,
div.message-partheaders {