Skip to content

Commit

Permalink
CSS improvements on message print and message headers table
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Sep 11, 2015
1 parent f7f75ff commit 8e5c443
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
4 changes: 2 additions & 2 deletions skins/larry/mail.css
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ h3.subject {

.headers-table td {
color: #666;
padding: 2px 8px;
padding: 1px 8px;
}

.headers-table td.header,
Expand All @@ -652,7 +652,6 @@ h3.subject {

.headers-table td.subject {
color: #333;
font-size: 110%;
font-weight: bold;
}

Expand Down Expand Up @@ -963,6 +962,7 @@ div.message-partheaders .headers-table {
div.message-partheaders .headers-table td.header-title {
width: auto;
padding-left: 0;
vertical-align: top;
}

div.message-partheaders .headers-table td.header {
Expand Down
18 changes: 8 additions & 10 deletions skins/larry/print.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,24 +41,22 @@ table.headers-table {

table.headers-table tr td {
font-size: 9pt;
vertical-align: top;
}

table.headers-table td.header-title {
color: #666;
font-size: 85%;
padding-right: 4mm;
white-space: nowrap;
}

table.headers-table tr td.subject {
width: 90%;
font-weight: bold;
font-size: 120%;
}

#attachment-list {
margin-top: 3mm;
padding-top: 3mm;
margin-top: 2mm;
padding-top: 2mm;
border-top: 1pt solid #ccc;
}

Expand All @@ -76,13 +74,13 @@ table.headers-table tr td.subject {

#messagebody {
position: relative;
margin-top: 5mm;
border-top: none;
}

div.message-part {
padding: 2mm;
margin-top: 5mm;
div.message-part,
div.message-htmlpart {
padding: 2mm 1mm;
margin-top: 2mm;
margin-bottom: 5mm;
border-top: 1pt solid #ccc;
}
Expand Down

0 comments on commit 8e5c443

Please sign in to comment.