Aleksander Machniak
2012-06-28 e154154045c72b1428703e77ddf978b5bf339134
skins/larry/mail.css
@@ -186,6 +186,10 @@
   background-position: 6px -1723px;
}
#mailboxlist li.unread {
   font-weight: bold;
}
#mailboxlist li.virtual > a {
   color: #aaa;
}
@@ -373,6 +377,7 @@
#messagelist tr td.size {
   width: 60px;
   text-align: right;
}
#messagelist tr td.from,
@@ -477,28 +482,29 @@
#messagelist tbody tr td.attachment span.attachment {
   background-position: 0 -996px;
}
#messagelist thead tr td.attachment span.attachment {
   background-position: -24px -997px;
}
#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 {
@@ -709,29 +715,47 @@
   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;
}
#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;
}
div.more-headers {
@@ -768,17 +792,15 @@
}
#messagepreviewheader {
   margin: 0 8px;
   padding-bottom: 8px;
   position: relative;
   height: auto;
   margin: 0 8px 0 0;
   padding: 0 0 6px 26px;
   border-bottom: 2px solid #f0f0f0;
}
#messagepreviewheader .headers-table {
   margin-left: 8px;
}
#messagepreviewheader h3.subject {
   padding-left: 0;
   padding: 8px 8px 2px 0;
}
#messagepreviewheader #countcontrols,
@@ -799,7 +821,8 @@
#messagecontent .leftcol,
#messagepreview .leftcol {
   margin-right: 250px;
   margin-right: 252px;
   overflow-x: auto;
}
#messagecontent .rightcol,
@@ -845,7 +868,7 @@
div.message-part,
div.message-htmlpart {
   padding: 10px 2px;
   padding: 0 2px 10px 2px;
   border-top: 2px solid #f0f0f0;
}
@@ -1163,9 +1186,34 @@
   bottom: 0;
   width: 240px;
   background: #f0f0f0;
   border-left: 1px solid #ddd;
   border-style: solid;
   border-color: #f0f0f0 #f0f0f0 #f0f0f0 #ddd;
   border-width: 1px;
   padding: 8px;
   overflow: auto;
}
#compose-attachments.droptarget {
   background-image: url(images/filedrop.png);
   background-position: center bottom;
   background-repeat: no-repeat;
}
#compose-attachments.droptarget.hover,
#compose-attachments.droptarget.active {
   border-color: #019bc6;
   box-shadow: 0 0 3px 2px rgba(71,135,177, 0.5);
   -moz-box-shadow: 0 0 3px 2px rgba(71,135,177, 0.5);
   -webkit-box-shadow: 0 0 3px 2px rgba(71,135,177, 0.5);
   -o-box-shadow: 0 0 3px 2px rgba(71,135,177, 0.5);
}
#compose-attachments.droptarget.hover {
   background-color: #d9ecf4;
   box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
   -moz-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
   -webkit-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
   -o-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
}
.defaultSkin table.mceLayout,
@@ -1179,7 +1227,7 @@
#uploadform a.iconlink {
   margin-left: 1em;
   text-indent: -1000px;
   text-indent: -5000px;
}
#uploadform form div {