Thomas Bruederli
2012-10-02 6547093937cd4ee33adb7f9e55ce6851e25a6a8f
skins/larry/mail.css
@@ -50,12 +50,6 @@
   height: 26px;
}
#mailviewsplitter {
   right: 30px;
   width: 30px;
   left: auto !important;
}
#folderlist-header {
   width: 100%;
   height: 12px;
@@ -141,6 +135,10 @@
   position: relative;
   background-repeat: no-repeat;
   background-position: 6px 2px;
}
#mailboxlist li:first-child {
   border-radius: 4px 4px 0 0;
}
#mailboxlist li.mailbox a {
@@ -327,11 +325,11 @@
   position: absolute;
   right: 256px;
   width: auto;
   top: 8px;
   top: 7px;
}
#searchfilter select {
   height: 24px;
   height: 26px;
}
#mailview-left select.mailboxlist {
@@ -385,11 +383,7 @@
/*** message list ***/
#messagelist thead td:first-child {
   border-radius: 4px 0 0 0;
}
#messagelist thead td:last-child {
   border-radius: 0 4px 0 0;
   border-radius: 4px 0 0 0; /* for Chrome */
}
#messagelist tr td.attachment,
@@ -428,6 +422,7 @@
   text-align: right;
}
#messagelist tr td.fromto,
#messagelist tr td.from,
#messagelist tr td.to,
#messagelist tr td.cc,
@@ -681,10 +676,10 @@
#messagecontent {
   position: absolute;
   top: 140px;
   top: 110px;
   left: 0;
   width: 100%;
   bottom: 0;
   bottom: 27px;
   overflow: auto;
   border-radius: 4px 4px 0 0;
}
@@ -695,11 +690,20 @@
   position: relative;
   padding: 3px 0;
   background: #f9f9f9;
   background: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e9e9e9));
   background: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%);
   background: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);
   background: linear-gradient(top, #fff 0%, #e9e9e9 100%);
   background: -moz-linear-gradient(top, #fff 0%, #f0f0f0 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f0f0f0));
   background: -o-linear-gradient(top, #fff 0%, #f0f0f0 100%);
   background: -ms-linear-gradient(top, #fff 0%, #f0f0f0 100%);
   background: linear-gradient(top, #fff 0%, #f0f0f0 100%);
   border-bottom: 1px solid #dfdfdf;
}
#mailview-right #messageheader {
   border-radius: 4px 4px 0 0;
   padding-left: 26px;
   /* avoid headers eating up all the vertical space */
   max-height: 50%;
   overflow: auto;
}
h2.subject {
@@ -725,16 +729,23 @@
   padding: 2px 8px;
}
.headers-table td.header {
.headers-table td.header,
.ui-dialog-content.popup span.adr {
   font-weight: bold;
}
.headers-table td.header a {
.headers-table td.header-title {
   white-space: nowrap;
}
.headers-table td.header a,
.ui-dialog-content.popup span.adr a {
   color: #666;
   text-decoration: none;
}
.headers-table td.header a:hover {
.headers-table td.header a:hover,
.ui-dialog-content.popup span.adr a:hover {
   text-decoration: underline;
}
@@ -744,8 +755,15 @@
   font-weight: bold;
}
.headers-table td.header span {
.headers-table td.header span,
.ui-dialog-content.popup span.adr {
   white-space: nowrap;
}
.headers-table td.header a.morelink {
   color: #0069a6;
   white-space: nowrap;
   font-weight: normal;
}
.rcmaddcontact {
@@ -788,6 +806,7 @@
   background: -ms-linear-gradient(left, #fbfbfb 0, #e9e9e9 100%);
   background: linear-gradient(left, #fbfbfb 0, #e9e9e9 100%);
   border-right: 1px solid #dfdfdf;
   border-radius: 3px 0 0 0; /* for Opera */
}
#previewheaderstoggle .iconlink {
@@ -806,9 +825,17 @@
   background-position: -5px -242px;
}
#full-headers {
   position: relative;
}
div.more-headers {
   cursor: pointer;
   position: absolute;
   top: -12px;
   right: 10px;
   width: 12px;
   height: 10px;
   cursor: pointer;
   background: url(images/buttons.png) center -1619px no-repeat;
}
@@ -817,13 +844,13 @@
}
#all-headers {
    position: relative;
   margin: 0 10px;
   position: relative;
   margin: 4px 10px;
   padding: 0;
   height: 180px;
   border: 1px solid #bbb;
   border: 1px solid #ccc;
   border-radius: 4px;
   background: #fff;
   background: #fdfdfd;
}
#headers-source {
@@ -833,25 +860,27 @@
   left: 0;
   right: 0;
   bottom: 0;
   padding: 2px 5px;
   padding: 3px 5px;
   overflow: auto;
   text-align: left;
   color: #333;
}
#messagepreviewheader {
   position: relative;
   height: auto;
   margin: 0 8px 0 0;
   padding: 0 0 6px 26px;
   border-bottom: 2px solid #f0f0f0;
#messageheader.previewheader #all-headers {
   margin-left: 0;
}
#messagepreviewheader h3.subject {
#messageheader.previewheader {
   position: relative;
   height: auto;
   min-height: 52px;
   padding: 0 0 3px 26px;
}
#messageheader.previewheader h3.subject {
   padding: 8px 8px 2px 0;
}
#messagepreviewheader #countcontrols,
#messageheader #countcontrols {
   position: absolute;
   top: 8px;
@@ -1085,6 +1114,7 @@
   -webkit-box-shadow: 0 2px 3px 0 #999;
   -moz-box-shadow: 0 2px 3px 0 #999;
   box-shadow: 0 2px 3px 0 #999;
   border-bottom: 0;
}
#composebuttons {
@@ -1143,6 +1173,8 @@
.compose-headers td input {
   width: 100%;
   resize: none;
   font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
}
#compose-cc, #compose-bcc, #compose-replyto, #compose-followupto {