Thomas Bruederli
2012-10-02 92de1c8f54359f83faa2e7cb377c62fd8915ef11
skins/larry/mail.css
@@ -1,7 +1,7 @@
/**
 * Roundcube webmail styles for the Email section
 *
 * Copyright (c) 2011, The Roundcube Dev Team
 * Copyright (c) 2012, The Roundcube Dev Team
 * Screendesign by FLINT / Büro für Gestaltung, bueroflint.com
 *
 * The contents are subject to the Creative Commons Attribution-ShareAlike
@@ -16,16 +16,18 @@
   position: absolute;
   top: 0;
   left: 0;
   width: 240px;
   width: 220px;
   bottom: 0;
   z-index: 2;
}
#mailview-right {
   position: absolute;
   top: 0;
   left: 252px;
   left: 232px;
   right: 0;
   bottom: 0;
   z-index: 3;
}
#mailview-top {
@@ -36,6 +38,10 @@
   bottom: 28px;
}
#mailview-top.fullheight {
   border-radius: 4px 4px 0 0;
}
#mailview-bottom {
   position: absolute;
   left: 0;
@@ -44,10 +50,10 @@
   height: 26px;
}
#mailviewsplitter {
   right: 30px;
   width: 30px;
   left: auto !important;
#folderlist-header {
   width: 100%;
   height: 12px;
   top: 32px;
}
#mailboxcontainer,
@@ -61,7 +67,7 @@
#messagelistcontainer {
   top: 0;
   bottom: 32px;
   bottom: 30px;
   overflow: auto;
}
@@ -70,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 {
@@ -86,6 +104,11 @@
#messagelistfooter #listselectors {
   display: inline-block;
   margin-right: 2em;
   vertical-align: middle;
}
#messagelistfooter #listselectors .menuselector {
   margin-top: -2px;
}
a.iconbutton.listmode {
@@ -114,6 +137,10 @@
   background-position: 6px 2px;
}
#mailboxlist li:first-child {
   border-radius: 4px 4px 0 0;
}
#mailboxlist li.mailbox a {
   padding-left: 36px;
   white-space: nowrap;
@@ -122,6 +149,10 @@
   background-image: url(images/listicons.png);
   background-repeat: no-repeat;
   background-position: 6px 3px;
}
#mailboxlist li.mailbox.unread a {
   padding-right: 36px;
}
#mailboxlist li.mailbox.selected > a {
@@ -176,11 +207,21 @@
   background-position: 6px -1723px;
}
#mailboxlist li.unread {
   font-weight: bold;
}
#mailboxlist li.virtual > a {
   color: #aaa;
}
#mailboxlist li.recent > a {
   color: #017cb4;
}
#mailboxlist li.mailbox ul {
   list-style: none;
   margin: 0;
   padding: 0;
   border-top: 1px solid #bbd3da;
}
@@ -193,7 +234,7 @@
   background-position: 6px -93px;
}
#mailboxlist li.mailbox ul li.selected a {
#mailboxlist li.mailbox ul li.selected > a {
   background-position: 6px -117px;
}
@@ -205,9 +246,9 @@
#mailboxlist li.mailbox div.expanded {
   position: absolute;
   top: 13px;
   left: 20px;
   width: 14px;
   height: 14px;
   left: 19px;
   width: 13px;
   height: 13px;
   background: url(images/listicons.png) -3px -144px no-repeat;
   cursor: pointer;
}
@@ -216,9 +257,18 @@
   background-position: -3px -168px;
}
#mailboxlist li.mailbox.selected > div.collapsed {
   background-position: -23px -144px;
}
#mailboxlist li.mailbox.selected > div.expanded {
   background-position: -23px -168px;
}
#mailboxlist li.mailbox ul li div.collapsed,
#mailboxlist li.mailbox ul li div.expanded {
   left: 45px;
   left: 43px;
   top: 14px;
}
@@ -245,7 +295,7 @@
   text-shadow: none;
}
#mailboxlist li.mailbox.selected .unreadcount {
#mailboxlist li.mailbox.selected > a .unreadcount {
   background: #005d76;
   background: -moz-linear-gradient(top, #005d76 0%, #004558 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005d76), color-stop(100%,#004558));
@@ -258,8 +308,28 @@
   -moz-box-shadow: inset 0 1px 1px 0 #003645;
}
#mailboxlist li.mailbox.recent > a .unreadcount {
   background: #017cb4;
   background: -moz-linear-gradient(top, #017cb4 0%, #006ca4 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#017cb4), color-stop(100%,#006ca4));
   background: -o-linear-gradient(top, #017cb4 0%, #006ca4 100%);
   background: -ms-linear-gradient(top, #017cb4 0%, #006ca4 100%);
   background: linear-gradient(top, #017cb4 0%, #006ca4 100%);
   box-shadow: inset 0 1px 1px 0 #005080;
   -o-box-shadow: inset 0 1px 1px 0 #005080;
   -webkit-box-shadow: inset 0 1px 1px 0 #005080;
   -moz-box-shadow: inset 0 1px 1px 0 #005080;
}
#searchfilter {
   width: 16em;
   position: absolute;
   right: 256px;
   width: auto;
   top: 7px;
}
#searchfilter select {
   height: 26px;
}
#mailview-left select.mailboxlist {
@@ -271,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;
@@ -302,6 +382,10 @@
/*** message list ***/
#messagelist thead td:first-child {
   border-radius: 4px 0 0 0; /* for Chrome */
}
#messagelist tr td.attachment,
#messagelist tr td.threads,
#messagelist tr td.status,
@@ -311,11 +395,11 @@
   padding: 2px 3px;
}
.chrome #messagelist tr td.attachment,
.chrome #messagelist tr td.threads,
.chrome #messagelist tr td.status,
.chrome #messagelist tr td.flag,
.chrome #messagelist tr td.priority {
.webkit #messagelist tr td.attachment,
.webkit #messagelist tr td.threads,
.webkit #messagelist tr td.status,
.webkit #messagelist tr td.flag,
.webkit #messagelist tr td.priority {
   width: 26px;
}
@@ -323,13 +407,12 @@
   width: 26px;
}
.chrome #messagelist tr td.threads {
.webkit #messagelist tr td.threads {
   width: 30px;
}
#messagelist tr td.flag,
#messagelist tr td.status,
#messagelist tr td.threads {
#messagelist tr td.threads,
#messagelist tr td.threads + td {
   border-left: 0;
}
@@ -339,15 +422,16 @@
   text-align: right;
}
#messagelist tr td.fromto,
#messagelist tr td.from,
#messagelist tr td.to,
#messagelist tr td.cc,
#messagelist tr td.replyto {
   width: 180px;
   width: 200px;
}
#messagelist tr td.date {
   width: 118px;
   width: 125px;
}
#messagelist tr.message {
@@ -382,6 +466,13 @@
#messagelist td img {
   vertical-align: middle;
   display: inline-block;
}
#messagelist tbody td a {
   color: #333;
   text-decoration: none;
   white-space: nowrap;
   cursor: default;
}
#messagelist tbody tr td.flag,
@@ -432,41 +523,33 @@
}
#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;
   background-position: -24px -996px;
}
/*
#messagelist tr td.attachment span.report {
   background-position: 0 -255px;
}
#messagelist tr td.priority span.priority {
   background-position: 0 -309px;
#messagelist tbody tr td.attachment span.report {
   background-position: -24px -1116px;
}
#messagelist tr td.priority span.prio5 {
   background-position: 0 -358px;
   background-position: 0 -1905px;
}
#messagelist tr td.priority span.prio4 {
   background-position: 0 -340px;
}
#messagelist tr td.priority span.prio3 {
   background-position: 0 -324px;
   background-position: 0 -1885px;
}
#messagelist tr td.priority span.prio2 {
   background-position: 0 -309px;
   background-position: 0 -1865px;
}
#messagelist tr td.priority span.prio1 {
   background-position: 0 -290px;
   background-position: 0 -1845px;
}
*/
#messagelist tbody tr td.flag span.flagged {
   background-position: 0 -1036px;
}
@@ -475,9 +558,12 @@
   background-position: -24px -1036px;
}
#messagelist tr td.flag span.unflagged:hover,
#messagelist tr td.status span.msgicon:hover {
   background-position: 0 -1056px;
   background-position: -23px -1056px;
}
#messagelist tr td.flag span.unflagged:hover {
   background-position: -23px -1076px;
}
#messagelist tr td.subject span.msgicon,
@@ -508,12 +594,13 @@
#messagelist tr td.status span.msgicon:hover {
   background-position: 0 -272px;
}
#messagelist tr td.status span.deleted,
#messagelist tr td.subject span.deleted {
   background-position: 0 -187px;
}
*/
#messagelist tr td.status span.deleted,
#messagelist tr td.status span.deleted:hover,
#messagelist tr td.subject span.deleted {
   background-position: -22px -1096px;
}
#messagelist tr td.status span.status,
#messagelist tr td.status span.unread,
#messagelist tr td.subject span.unread,
@@ -541,8 +628,10 @@
   width: 26px;
}
#messagelist thead tr td.subject,
#messagelist tbody tr td.subject {
   width: 99%;
   white-space: nowrap;
}
#messagelist tbody tr td.subject a {
@@ -558,14 +647,11 @@
/**** tree indicators ****/
#messagelist tbody tr td span.branch div {
   float: left;
   height: 18px;
   display: inline-block;
}
#messagelist tbody tr td span.branch div.tree {
   height: 18px;
   width: 15px;
/*   background: url(images/tree.gif) 0px 0px no-repeat; */
}
#listoptions ul.proplist {
@@ -603,12 +689,17 @@
#composeheaders {
   position: relative;
   padding: 3px 0;
   background: #fff;
   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%);
}
#mailview-right #messageheader {
   border-radius: 4px 4px 0 0;
   border-bottom: 2px solid #e6e6e6;
}
h2.subject {
@@ -672,95 +763,104 @@
   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;
}
.headers-table .iconlink {
   text-indent: -1000px;
   padding: 1px 1px 1px 20px;
#previewheaderstoggle {
   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;
}
.headers-table .iconlink.add {
   background-position: -5px -359px;
#previewheaderstoggle .iconlink {
   display: inline-block;
   position: absolute;
   top: 8px;
   left: 0;
   width: 18px;
   height: 16px;
   background: url(images/buttons.png) -27px -242px no-repeat;
}
.headers-table .iconlink.delete {
   background-position: -5px -339px;
#previewheaderstoggle.remove .iconlink {
   top: auto;
   bottom: 5px;
   background-position: -5px -242px;
}
#full-headers {
   position: relative;
   color: #666;
   text-align: center;
   background-color: #EBEBEB;
}
div.more-headers {
   cursor: pointer;
   position: absolute;
   top: -12px;
   right: 10px;
   width: 12px;
   height: 10px;
   background: url(images/buttons.png) center -1539px no-repeat;
   cursor: pointer;
   background: url(images/buttons.png) center -1619px no-repeat;
}
div.hide-headers {
   background-position: center -1549px;
   background-position: center -1629px;
}
#all-headers {
   position: absolute;
   top: 11px;
   left: 10px;
   right: 10px;
   position: relative;
   margin: 4px 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);
   background: #fff;
   background: -moz-linear-gradient(top, #f3f3f3 0%, #fff 8px, #fff 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(8px,#fff), color-stop(100%,#fff));
   background: -o-linear-gradient(top, #f3f3f3 0%, #fff 8px, #fff 100%);
   background: -ms-linear-gradient(top, #f3f3f3 0%, #fff 8px, #fff 100%);
   background: linear-gradient(top,  #f3f3f3 0%, #fff 8px, #fff 100%);
}
#all-headers .ui-resizable-s {
   bottom: -2px;
   border: 1px solid #ccc;
   border-radius: 4px;
   background: #fdfdfd;
}
#headers-source {
   display: none;
   position: absolute;
   top: 8px;
   top: 0;
   left: 0;
   right: 0;
   bottom: 8px;
   padding: 0 10px;
   bottom: 0;
   padding: 3px 5px;
   overflow: auto;
   text-align: left;
   color: #333;
}
#messagepreviewheader #all-headers {
   margin-left: 0;
}
#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: 0 -8px;
}
#messagepreviewheader h3.subject {
   padding-left: 0;
   padding: 8px 8px 2px 0;
}
#messagepreviewheader #countcontrols,
@@ -781,7 +881,8 @@
#messagecontent .leftcol,
#messagepreview .leftcol {
   margin-right: 250px;
   margin-right: 252px;
   overflow-x: auto;
}
#messagecontent .rightcol,
@@ -827,7 +928,7 @@
div.message-part,
div.message-htmlpart {
   padding: 10px 2px;
   padding: 0 2px 10px 2px;
   border-top: 2px solid #f0f0f0;
}
@@ -841,6 +942,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;
@@ -882,67 +984,6 @@
   max-width: 80%;
}
#attachment-list {
   list-style: none;
   margin: 0;
   padding: 0;
   overflow: hidden;
   text-overflow: ellipsis;
}
#attachment-list li {
   display: block;
   position: relative;
   background: url(images/filetypes.png) 0 0 no-repeat;
   margin-bottom: 1px;
}
#attachment-list li.pdf {
   background-position: 0 -26px;
}
#attachment-list li.doc,
#attachment-list li.msword {
   background-position: 0 -52px;
}
#attachment-list li.xls,
#attachment-list li.msexcel {
   background-position: 0 -78px;
}
#attachment-list li.zip,
#attachment-list li.gz {
   background-position: 0 -104px;
}
#attachment-list li.image {
   background-position: 0 -130px;
}
#attachment-list li.audio {
   background-position: 0 -156px;
}
#attachment-list li.video {
   background-position: 0 -182px;
}
#attachment-list li a,
#compose-attachments ul li {
   display: block;
   color: #333;
   font-weight: bold;
   padding: 8px 4px 3px 30px;
   text-shadow: 0px 1px 1px #fff;
   text-decoration: none;
   white-space: nowrap;
}
#attachment-list li a:hover {
   text-decoration: underline;
}
#messagepartcontainer {
   position: absolute;
   top: 60px;
@@ -953,16 +994,6 @@
#messagepartframe {
   border: 0;
}
#quotadisplay {
   left: 6px;
   font-size: 12px;
   font-weight: bold;
   text-shadow: 0px 1px 1px #fff;
   padding-left: 30px;
   height: 18px;
   background: url(images/quota.png) -100px 0 no-repeat;
}
/*** message composition ***/
@@ -995,6 +1026,11 @@
   border-bottom: 4px solid #c7e3ef;
}
#compose-contacts .scroller {
   top: 65px;
   border-top: 1px solid #fff;
}
#contacts-table {
   table-layout: fixed;
}
@@ -1012,6 +1048,10 @@
   overflow: hidden;
   padding-left: 36px;
   text-overflow: ellipsis;
}
#contacts-table tr:first-child td {
   border-top: 0;
}
#compose-contacts li.addressbook a {
@@ -1115,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 {
@@ -1158,12 +1200,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 {
@@ -1182,11 +1224,12 @@
#composebody {
   position: absolute;
   top: 24px;
   top: 1px;
   left: 0;
   bottom: 0;
   width: 99%;
   border: 0;
   border-radius: 0;
   padding: 8px 0 8px 8px;
   box-shadow: none;
   resize: none;
@@ -1211,32 +1254,6 @@
   overflow: auto;
}
#attachment-list li.uploading {
   background: url(images/ajaxloader.gif) 2px 6px no-repeat;
}
#attachment-list li a.delete,
#attachment-list li a.cancelupload {
   position: absolute;
   top: 6px;
   right: 0;
   width: 24px;
   height: 18px;
   padding: 0;
   text-decoration: none;
   text-indent: -1000px;
   background: url(images/buttons.png) -7px -337px no-repeat;
}
#attachment-list li a.cancelupload {
   background-position: -7px -377px;
}
#spellcheck-control {
   margin: 6px 8px;
   text-align: right;
}
.defaultSkin table.mceLayout,
.defaultSkin table.mceLayout tr.mceLast td {
   border: 0 !important;
@@ -1248,7 +1265,7 @@
#uploadform a.iconlink {
   margin-left: 1em;
   text-indent: -1000px;
   text-indent: -5000px;
}
#uploadform form div {