Skip to content

Commit

Permalink
Small CSS fix with message notice boxes in Larry skin (#1489497)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascube committed Jan 29, 2014
1 parent 700e3cc commit 5192134
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions skins/larry/mail.css
Expand Up @@ -1066,14 +1066,13 @@ div.hide-headers {
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;
}

Expand All @@ -1082,6 +1081,10 @@ div.hide-headers {
margin-left: 10px;
}

#message-objects div a.button {
display: inline;
}

div.message-part,
div.message-htmlpart,
div.message-partheaders {
Expand Down

0 comments on commit 5192134

Please sign in to comment.