Aleksander Machniak
2015-09-20 82dcbb7488ce1625ba4f41fbdc8e6319d3da9691
skins/larry/mail.css
@@ -627,7 +627,7 @@
.headers-table td {
   color: #666;
   padding: 2px 8px;
   padding: 1px 8px;
}
.headers-table td.header,
@@ -652,7 +652,6 @@
.headers-table td.subject {
   color: #333;
   font-size: 110%;
   font-weight: bold;
}
@@ -861,28 +860,23 @@
#messagecontent .rightcol,
#messagepreview .rightcol {
   float: right;
/*
   position: absolute;
   top: 10px;
   right: 10px;
   height: 90%;
*/
   right: 8px;
   width: 230px;
   margin: 8px;
   min-height: 200px;
   background: #f0f0f0;
   padding: 8px;
   border-radius: 4px;
   z-index: 1;
}
#messagecontent .rightcol {
   margin-top: 8px;
}
#messagebody {
   position: relative;
   margin: 8px;
}
#messagebody.mailvelope > iframe {
   width: 99% !important;
}
#message-objects div,
@@ -962,12 +956,13 @@
}
div.message-partheaders .headers-table td.header-title {
   width: auto;
   width: 1%;
   padding-left: 0;
   vertical-align: top;
}
div.message-partheaders .headers-table td.header {
   width: 88%;
   width: 99%;
}
#messagebody > hr {