Fix the small CSS fix

pull/165/head
Thomas Bruederli 11 years ago
parent ed7b1f01de
commit cfc84e984f

@ -1072,17 +1072,14 @@ div.hide-headers {
border: 1px solid #ffdf0e; border: 1px solid #ffdf0e;
background-color: #fef893; background-color: #fef893;
background-position: 5px -83px; background-position: 5px -83px;
padding: 8px 12px 8px 30px; padding: 6px 12px 6px 30px;
white-space: normal; white-space: normal;
} }
#message-objects div a.button, #message-objects div a.button,
#messagebody span.part-notice a.button { #messagebody span.part-notice a.button {
margin-left: 10px; margin-left: 10px;
} margin-top: -1px;
#message-objects div a.button {
display: inline;
} }
div.message-part, div.message-part,

Loading…
Cancel
Save