Thomas Bruederli
2013-01-25 f7c50e28dbd637b3b60c6aea0fac3768f8f59f05
skins/larry/mail.css
@@ -18,6 +18,7 @@
   left: 0;
   width: 220px;
   bottom: 0;
   z-index: 2;
}
#mailview-right {
@@ -26,6 +27,7 @@
   left: 232px;
   right: 0;
   bottom: 0;
   z-index: 3;
}
#mailview-top {
@@ -36,18 +38,16 @@
   bottom: 28px;
}
#mailview-top.fullheight {
   border-radius: 4px 4px 0 0;
}
#mailview-bottom {
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 26px;
}
#mailviewsplitter {
   right: 30px;
   width: 30px;
   left: auto !important;
}
#folderlist-header {
@@ -67,7 +67,7 @@
#messagelistcontainer {
   top: 0;
   bottom: 32px;
   bottom: 30px;
   overflow: auto;
}
@@ -76,8 +76,20 @@
   bottom: 0;
   left: 0;
   right: 0;
   height: 26px;
   padding: 2px;
   height: 22px;
   padding: 4px 8px;
   border-top: 1px solid #ddd;
   background: #ebebeb;
   background: -moz-linear-gradient(top, #ebebeb 0%, #c6c6c6 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#c6c6c6));
   background: -o-linear-gradient(top, #ebebeb 0%, #c6c6c6 100%);
   background: -ms-linear-gradient(top, #ebebeb 0%, #c6c6c6 100%);
   background: linear-gradient(top, #ebebeb 0%, #c6c6c6 100%);
   border-radius: 0 0 4px 4px;
}
#mailview-top.fullheight #messagelistfooter {
   border-radius: 0;
}
#messagelistfooter.rightalign {
@@ -92,6 +104,11 @@
#messagelistfooter #listselectors {
   display: inline-block;
   margin-right: 2em;
   vertical-align: middle;
}
#messagelistfooter #listselectors .menuselector {
   margin-top: -2px;
}
a.iconbutton.listmode {
@@ -118,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 {
@@ -301,7 +322,14 @@
}
#searchfilter {
   width: 16em;
   position: absolute;
   right: 256px;
   width: auto;
   top: 7px;
}
#searchfilter select {
   height: 26px;
}
#mailview-left select.mailboxlist {
@@ -313,25 +341,35 @@
#messagetoolbar {
   position: absolute;
   top: -6px;
   right: 0;
   left: 15em;
   right: 390px;
   left: 0;
   height: 40px;
   white-space: nowrap;
   z-index: 10;
}
#messagetoolbar.fullwidth {
   left: 0;
   right: 0;
}
#mailtoolbar {
   text-align: right;
#messagetoolbar .toolbarselect {
   position: absolute;
   bottom: 6px;
   right: 3px;
}
#messagesearchtools {
   position: absolute;
   right: 0;
   top: 0;
   width: 240px;
}
#mailpreviewtoggle {
   display: block;
   position: absolute;
   top: 4px;
   right: 2px;
   top: 6px;
   right: 6px;
   width: 20px;
   height: 18px;
   background: url(images/buttons.png) -3px -458px no-repeat;
@@ -343,6 +381,10 @@
/*** message list ***/
#messagelist thead td:first-child {
   border-radius: 4px 0 0 0; /* for Chrome */
}
#messagelist tr td.attachment,
#messagelist tr td.threads,
@@ -377,8 +419,10 @@
#messagelist tr td.size {
   width: 60px;
   text-align: right;
}
#messagelist tr td.fromto,
#messagelist tr td.from,
#messagelist tr td.to,
#messagelist tr td.cc,
@@ -481,28 +525,29 @@
#messagelist tbody tr td.attachment span.attachment {
   background-position: 0 -996px;
}
#messagelist thead tr td.attachment span.attachment {
   background-position: -24px -996px;
}
#messagelist tr td.priority {
   padding-right: 0;
#messagelist tbody tr td.attachment span.report {
   background-position: -24px -1116px;
}
#messagelist tr td.priority span.prio5 {
   background-position: right -1905px;
   background-position: 0 -1905px;
}
#messagelist tr td.priority span.prio4 {
   background-position: right -1885px;
   background-position: 0 -1885px;
}
#messagelist tr td.priority span.prio2 {
   background-position: right -1865px;
   background-position: 0 -1865px;
}
#messagelist tr td.priority span.prio1 {
   background-position: right -1845px;
   background-position: 0 -1845px;
}
#messagelist tbody tr td.flag span.flagged {
@@ -631,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;
}
@@ -645,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 {
@@ -663,7 +717,7 @@
h3.subject {
   font-size: 14px;
   margin: 0 8em 0 0;
   margin: 0 12em 0 0;
   padding: 8px 8px 4px 8px;
   white-space: nowrap;
   overflow: hidden;
@@ -675,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;
}
@@ -694,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 {
@@ -713,34 +781,61 @@
   display: none;
}
#preview-allheaders td.header-title,
#preview-shortheaders td.header-title {
   padding-right: 0;
   padding-left: 0;
}
#preview-shortheaders td.header {
   padding-right: 12px;
   padding-right: 18px;
}
#previewheaderstoggle {
    width: 16px;
    height: 16px;
    padding: 0;
    margin-top: 5px;
    position: absolute;
    outline: none;
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   width: 18px;
   padding: 0;
   outline: none;
   background: #f2f2f2;
   background: -moz-linear-gradient(left, #fbfbfb 0, #e9e9e9 100%);
   background: -webkit-gradient(linear, left top, right top, color-stop(0,#fbfbfb), color-stop(100%,#e9e9e9));
   background: -o-linear-gradient(left, #fbfbfb 0, #e9e9e9 100%);
   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.add {
   background-position: -32px -227px;
#previewheaderstoggle .iconlink {
   display: inline-block;
   position: absolute;
   top: 8px;
   left: 0;
   width: 18px;
   height: 16px;
   background: url(images/buttons.png) -27px -242px no-repeat;
}
#previewheaderstoggle.iconlink.remove {
   background-position: -32px -242px;
#previewheaderstoggle.remove .iconlink {
   top: auto;
   bottom: 5px;
   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;
}
@@ -749,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 {
@@ -765,32 +860,31 @@
   left: 0;
   right: 0;
   bottom: 0;
   padding: 2px 5px;
   padding: 3px 5px;
   overflow: auto;
   text-align: left;
   color: #333;
}
#messagepreviewheader {
   margin: 0 8px;
   padding-bottom: 8px;
   border-bottom: 2px solid #f0f0f0;
#messageheader.previewheader #all-headers {
   margin-left: 0;
}
#messagepreviewheader .headers-table {
   margin-left: 8px;
#messageheader.previewheader {
   position: relative;
   height: auto;
   min-height: 52px;
   padding: 0 0 3px 26px;
}
#messagepreviewheader h3.subject {
   padding-left: 0;
#messageheader.previewheader h3.subject {
   padding: 8px 8px 2px 0;
}
#messagepreviewheader #countcontrols,
#messageheader #countcontrols {
   position: absolute;
   top: 8px;
   right: 8px;
   width: 18em;
   text-align: right;
   white-space: nowrap;
}
@@ -803,7 +897,8 @@
#messagecontent .leftcol,
#messagepreview .leftcol {
   margin-right: 250px;
   margin-right: 252px;
   overflow-x: auto;
}
#messagecontent .rightcol,
@@ -823,6 +918,7 @@
}
#messagebody {
   position: relative;
   margin: 8px;
}
@@ -849,7 +945,7 @@
div.message-part,
div.message-htmlpart {
   padding: 10px 2px;
   padding: 0 2px 10px 2px;
   border-top: 2px solid #f0f0f0;
}
@@ -863,6 +959,7 @@
   margin: 0px;
   padding: 0px;
   font-family: monospace;
   font-size: 12px;
   white-space: -moz-pre-wrap !important;
   white-space: pre-wrap !important;
   white-space: pre;
@@ -1017,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 {
@@ -1075,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 {
@@ -1183,7 +1283,7 @@
#uploadform a.iconlink {
   margin-left: 1em;
   text-indent: -1000px;
   text-indent: -5000px;
}
#uploadform form div {