Thomas Bruederli
2012-06-06 ae6d2de17f740915e47c64d210680eb5e9850335
skins/larry/mail.css
@@ -186,6 +186,10 @@
   background-position: 6px -1723px;
}
#mailboxlist li.unread {
   font-weight: bold;
}
#mailboxlist li.virtual > a {
   color: #aaa;
}
@@ -475,7 +479,7 @@
}
#messagelist tbody tr td.attachment span.attachment {
   background-position: 0 -998px;
   background-position: 0 -996px;
}
#messagelist thead tr td.attachment span.attachment {
   background-position: -24px -997px;
@@ -579,6 +583,7 @@
   width: 26px;
}
#messagelist thead tr td.subject,
#messagelist tbody tr td.subject {
   width: 99%;
   white-space: nowrap;
@@ -733,61 +738,34 @@
   background-position: -32px -242px;
}
#full-headers {
   position: relative;
   color: #666;
   text-align: center;
   background-color: #f9f9f9;
   background: -moz-linear-gradient(top, #eaeaea 0%, #e9e9e9 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#e9e9e9));
   background: -o-linear-gradient(top, #eaeaea 0%, #e9e9e9 100%);
   background: -ms-linear-gradient(top, #eaeaea 0%, #e9e9e9 100%);
   background: linear-gradient(top, #eaeaea 0%, #e9e9e9 100%);
}
div.more-headers {
   cursor: pointer;
   height: 10px;
   background: url(images/buttons.png) center -1579px no-repeat;
   background: url(images/buttons.png) center -1619px no-repeat;
}
div.hide-headers {
   background-position: center -1589px;
   background-position: center -1629px;
}
#all-headers {
   position: absolute;
   top: 11px;
   left: 10px;
   right: 10px;
    position: relative;
   margin: 0 10px;
   padding: 0;
   height: 180px;
   z-index: 500;
   border: 1px solid #bbb;
   border-top: 0;
   border-radius: 0 0 4px 4px;
   -webkit-box-shadow: 0px 3px 4px 0px rgba(80, 80, 80, 0.6);
   -moz-box-shadow: 0px 3px 4px 0px rgba(80, 80, 80, 0.6);
   box-shadow: 0px 3px 4px 0px rgba(80, 80, 80, 0.6);
   border-radius: 4px;
   background: #fff;
   background: -moz-linear-gradient(top, #f0f0f0 0%, #fff 8%, #fff 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(8%,#fff), color-stop(100%,#fff));
   background: -o-linear-gradient(top, #f0f0f0 0%, #fff 8%, #fff 100%);
   background: -ms-linear-gradient(top, #f0f0f0 0%, #fff 8%, #fff 100%);
   background: linear-gradient(top,  #f0f0f0 0%, #fff 8%, #fff 100%);
}
#all-headers .ui-resizable-s {
   bottom: -2px;
}
#headers-source {
   display: none;
   position: absolute;
   top: 8px;
   top: 0;
   left: 0;
   right: 0;
   bottom: 8px;
   padding: 0 10px;
   bottom: 0;
   padding: 2px 5px;
   overflow: auto;
   text-align: left;
   color: #333;
@@ -825,7 +803,8 @@
#messagecontent .leftcol,
#messagepreview .leftcol {
   margin-right: 250px;
   margin-right: 252px;
   overflow-x: auto;
}
#messagecontent .rightcol,
@@ -871,7 +850,7 @@
div.message-part,
div.message-htmlpart {
   padding: 10px 2px;
   padding: 0 2px 10px 2px;
   border-top: 2px solid #f0f0f0;
}
@@ -1140,12 +1119,12 @@
   left: 6px;
   width: 20px;
   height: 18px;
   background: url(images/buttons.png) -3px -458px no-repeat;
   background: url(images/buttons.png) -3px -1640px no-repeat;
   text-decoration: none;
}
#composeoptionstoggle.enabled {
   background-position: -28px -458px;
   background-position: -28px -1640px;
}
#composeview-bottom {
@@ -1189,11 +1168,36 @@
   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,
.defaultSkin table.mceLayout tr.mceLast td {
   border: 0 !important;