Thomas Bruederli
2012-10-02 92de1c8f54359f83faa2e7cb377c62fd8915ef11
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 {
@@ -46,12 +48,6 @@
   bottom: 0;
   width: 100%;
   height: 26px;
}
#mailviewsplitter {
   right: 30px;
   width: 30px;
   left: auto !important;
}
#folderlist-header {
@@ -139,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 {
@@ -325,11 +325,11 @@
   position: absolute;
   right: 256px;
   width: auto;
   top: 8px;
   top: 7px;
}
#searchfilter select {
   height: 24px;
   height: 26px;
}
#mailview-left select.mailboxlist {
@@ -338,7 +338,6 @@
   width: 100%;
}
#mailboxtoolbar,
#messagetoolbar {
   position: absolute;
   top: -6px;
@@ -346,14 +345,17 @@
   left: 0;
   height: 40px;
   white-space: nowrap;
   z-index: 10;
}
#messagetoolbar.fullwidth {
   right: 0;
}
#mailboxtoolbar {
   right: 0;
#messagetoolbar .toolbarselect {
   position: absolute;
   bottom: 6px;
   right: 3px;
}
#messagesearchtools {
@@ -381,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,
@@ -424,6 +422,7 @@
   text-align: right;
}
#messagelist tr td.fromto,
#messagelist tr td.from,
#messagelist tr td.to,
#messagelist tr td.cc,
@@ -698,6 +697,11 @@
   background: linear-gradient(top, #fff 0%, #e9e9e9 100%);
}
#mailview-right #messageheader {
   border-radius: 4px 4px 0 0;
   border-bottom: 2px solid #e6e6e6;
}
h2.subject {
   font-size: 15px;
   margin: 0 15em 0 0;
@@ -802,9 +806,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;
}
@@ -813,13 +825,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 {
@@ -829,10 +841,14 @@
   left: 0;
   right: 0;
   bottom: 0;
   padding: 2px 5px;
   padding: 3px 5px;
   overflow: auto;
   text-align: left;
   color: #333;
}
#messagepreviewheader #all-headers {
   margin-left: 0;
}
#messagepreviewheader {
@@ -1139,6 +1155,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 {