thomascube
2012-01-15 e493c842a5d5915e95a22df9bc824ef786915cca
skins/larry/mail.css
@@ -23,7 +23,7 @@
#mailview-right {
   position: absolute;
   top: 0;
   left: 250px;
   left: 252px;
   right: 0;
   bottom: 0;
}
@@ -42,6 +42,12 @@
   bottom: 0;
   width: 100%;
   height: 26px;
}
#mailviewsplitter {
   right: 30px;
   width: 30px;
   left: auto !important;
}
#mailboxcontainer,
@@ -76,7 +82,8 @@
   display: inline-block;
}
#messagelistfooter #listcontrols {
#messagelistfooter #listcontrols,
#messagelistfooter #listselectors {
   display: inline-block;
   margin-right: 2em;
}
@@ -84,21 +91,21 @@
a.iconbutton.listmode {
   width: 26px;
   height: 20px;
   background-position: 0 -437px;
   background-position: 0 -477px;
}
a.iconbutton.threadmode {
   width: 26px;
   height: 20px;
   background-position: 0 -457px;
   background-position: 0 -497px;
}
a.iconbutton.listmode.selected {
   background-position: -26px -437px;
   background-position: -26px -477px;
}
a.iconbutton.threadmode.selected {
   background-position: -26px -457px;
   background-position: -26px -497px;
}
#mailboxlist li.mailbox {
@@ -121,44 +128,52 @@
   background-position: 6px -21px;
}
#mailboxlist li.inbox > a {
#mailboxlist li.mailbox.inbox > a {
   background-position: 6px -189px;
}
#mailboxlist li.inbox.selected > a {
#mailboxlist li.mailbox.inbox.selected > a {
   background-position: 6px -213px;
}
#mailboxlist li.drafts > a {
#mailboxlist li.mailbox.drafts > a {
   background-position: 6px -238px;
}
#mailboxlist li.drafts.selected > a {
#mailboxlist li.mailbox.drafts.selected > a {
   background-position: 6px -262px;
}
#mailboxlist li.sent > a {
#mailboxlist li.mailbox.sent > a {
   background-position: 6px -286px;
}
#mailboxlist li.sent.selected > a {
#mailboxlist li.mailbox.sent.selected > a {
   background-position: 6px -310px;
}
#mailboxlist li.junk > a {
#mailboxlist li.mailbox.junk > a {
   background-position: 6px -334px;
}
#mailboxlist li.junk.selected > a {
#mailboxlist li.mailbox.junk.selected > a {
   background-position: 6px -358px;
}
#mailboxlist li.trash > a {
#mailboxlist li.mailbox.trash > a {
   background-position: 6px -382px;
}
#mailboxlist li.trash.selected > a {
#mailboxlist li.mailbox.trash.selected > a {
   background-position: 6px -406px;
}
#mailboxlist li.mailbox.archive > a {
   background-position: 6px -1699px;
}
#mailboxlist li.mailbox.archive.selected > a {
   background-position: 6px -1723px;
}
#mailboxlist li.virtual > a {
@@ -189,7 +204,7 @@
#mailboxlist li.mailbox div.collapsed,
#mailboxlist li.mailbox div.expanded {
   position: absolute;
   top: 14px;
   top: 13px;
   left: 20px;
   width: 14px;
   height: 14px;
@@ -204,15 +219,15 @@
#mailboxlist li.mailbox ul li div.collapsed,
#mailboxlist li.mailbox ul li div.expanded {
   left: 45px;
   top: 15px;
   top: 14px;
}
#mailboxlist li.mailbox .unreadcount {
   position: absolute;
   top: 4px;
   top: 3px;
   right: 6px;
   width: 2.8em;
   padding: 2px;
   min-width: 1.8em;
   padding: 2px 4px;
   background: #82acb5;
   background: -moz-linear-gradient(top, #82acb5 0%, #6a939f 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82acb5), color-stop(100%,#6a939f));
@@ -277,95 +292,15 @@
   right: 2px;
   width: 20px;
   height: 18px;
   background: url(images/buttons.png) -3px -418px no-repeat;
   background: url(images/buttons.png) -3px -458px no-repeat;
}
#mailpreviewtoggle.enabled {
   background-position: -28px -418px;
   background-position: -28px -458px;
}
/*** message list ***/
.boxlistcontent table {
   display: table;
   width: 100%;
   table-layout: fixed;
   border-collapse: collapse;
   border-spacing: 0;
}
.boxlistcontent thead tr td {
   font-size: 11px;
   font-weight: bold;
   background: #d6eaf3;
   background: -moz-linear-gradient(left, #e3f2f6 0, #d6eaf3 14px, #d6eaf3 100%);
   background: -webkit-gradient(linear, left top, right top, color-stop(0,#e3f2f6), color-stop(14px,#d6eaf3), color-stop(100%,#d6eaf3));
   background: -o-linear-gradient(left, #e3f2f6 0, #d6eaf3 14px, #d6eaf3 100%);
   background: -ms-linear-gradient(left, #e3f2f6 0, #d6eaf3 14px ,#d6eaf3 100%);
   background: linear-gradient(left, #e3f2f6 0, #d6eaf3 14px, #d6eaf3 100%);
   border-left: 1px solid #bbd3da;
}
.boxlistcontent thead tr td a {
   display: block;
   padding: 8px 7px;
   color: #69939e;
   text-decoration: none;
}
.boxlistcontent tbody tr td {
   font-size: 11px;
   padding: 4px 7px;
   border-bottom: 1px solid #ddd;
   border-left: 1px dotted #bbd3da;
   white-space: nowrap;
   cursor: default;
   overflow: hidden;
   text-overflow: ellipsis;
}
.boxlistcontent thead tr td:first-child,
.boxlistcontent tbody tr td:first-child {
   border-left: 0;
}
.boxlistcontent tbody tr td a {
   color: #333;
   text-decoration: none;
   white-space: nowrap;
   cursor: default;
}
.boxlistcontent tr.selected td {
   color: #fff !important;
   background: #019bc6;
   background: -moz-linear-gradient(top, #019bc6 0%, #017cb4 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#019bc6), color-stop(100%,#017cb4));
   background: -o-linear-gradient(top, #019bc6 0%, #017cb4 100%);
   background: -ms-linear-gradient(top, #019bc6 0%, #017cb4 100%);
   background: linear-gradient(top, #019bc6 0%, #017cb4 100%);
}
.boxlistcontent tr.selected td a,
.boxlistcontent tr.selected td span {
   color: #fff !important;
}
.boxlistcontent tr.unfocused td {
   color: #fff !important;
   background: #4db0d2;
}
.boxlistcontent tr.unfocused td a,
.boxlistcontent tr.unfocused td span {
   color: #fff !important;
}
.boxlistcontent tr.deleted td,
.boxlistcontent tr.deleted td a {
   color: #ccc !important;
}
#messagelist tr td.attachment,
#messagelist tr td.threads,
@@ -373,14 +308,14 @@
#messagelist tr td.flag,
#messagelist tr td.priority {
   width: 20px;
   padding: 4px 3px;
   padding: 2px 3px;
}
html.chrome #messagelist tr td.attachment,
html.chrome #messagelist tr td.threads,
html.chrome #messagelist tr td.status,
html.chrome #messagelist tr td.flag,
html.chrome #messagelist tr td.priority {
.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 {
   width: 26px;
}
@@ -388,7 +323,7 @@
   width: 26px;
}
html.chrome #messagelist tr td.threads {
.chrome #messagelist tr td.threads {
   width: 30px;
}
@@ -408,15 +343,19 @@
#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 {
/*   background-color: #fff; */
}
#messagelist tr.thread.expanded td {
   background-color: #ededed;
}
#messagelist tr.unread {
@@ -488,6 +427,7 @@
   vertical-align: middle;
   height: 18px;
   width: 20px;
   padding: 0;
   background: url(images/listicons.png) -100px 0 no-repeat;
}
@@ -498,35 +438,26 @@
   background-position: -24px -997px;
}
/*
#messagelist tr td.attachment span.report {
   background-position: 0 -255px;
}
#messagelist tr td.priority span.priority {
   background-position: 0 -309px;
#messagelist tr td.priority {
   padding-right: 0;
}
#messagelist tr td.priority span.prio5 {
   background-position: 0 -358px;
   background-position: right -1905px;
}
#messagelist tr td.priority span.prio4 {
   background-position: 0 -340px;
}
#messagelist tr td.priority span.prio3 {
   background-position: 0 -324px;
   background-position: right -1885px;
}
#messagelist tr td.priority span.prio2 {
   background-position: 0 -309px;
   background-position: right -1865px;
}
#messagelist tr td.priority span.prio1 {
   background-position: 0 -290px;
   background-position: right -1845px;
}
*/
#messagelist tbody tr td.flag span.flagged {
   background-position: 0 -1036px;
}
@@ -535,14 +466,16 @@
   background-position: -24px -1036px;
}
#messagelist tr td.flag span.unflagged:hover {
#messagelist tr td.flag span.unflagged:hover,
#messagelist tr td.status span.msgicon:hover {
   background-position: 0 -1056px;
}
#messagelist tr td.subject span.msgicon,
#messagelist tr td.subject span.unreadchildren {
   background-position: 0 -1056px;
   margin: 0 4px 0 0;
   margin: 0 1px 0 0;
   width: 24px;
}
#messagelist tr td.subject span.replied {
@@ -574,8 +507,13 @@
*/
#messagelist tr td.status span.status,
#messagelist tr td.status span.unread,
#messagelist tr td.subject span.unread {
#messagelist tr td.subject span.unread,
#messagelist tr td.status span.unread:hover {
   background-position: 0 -1016px;
}
#messagelist thead tr td.status span.status {
   background-position: -24px -1016px;
}
#messagelist tr td div.collapsed {
@@ -621,6 +559,9 @@
/*   background: url(images/tree.gif) 0px 0px no-repeat; */
}
#listoptions ul.proplist {
   min-width: 16em;
}
/**** message view ****/
@@ -649,7 +590,8 @@
}
#messageheader,
#partheader {
#partheader,
#composeheaders {
   position: relative;
   padding: 3px 0;
   background: #fff;
@@ -681,7 +623,6 @@
.headers-table td {
   color: #666;
   padding: 2px 8px;
   font-size: 11px;
}
.headers-table td.header {
@@ -716,6 +657,86 @@
.rcmaddcontact imp {
   width: 20px;
   height: 13px;
}
#preview-allheaders {
   display: none;
}
#preview-shortheaders td.header-title {
   padding-right: 0;
}
#preview-shortheaders td.header {
   padding-right: 12px;
}
#messagepreviewheader .iconlink {
   text-indent: -1000px;
   padding: 1px 1px 1px 20px;
}
#messagepreviewheader .iconlink.add {
   background-position: -5px -359px;
}
#messagepreviewheader .iconlink.delete {
   background-position: -5px -339px;
}
#full-headers {
   position: relative;
   color: #666;
   text-align: center;
   background-color: #EBEBEB;
}
div.more-headers {
   cursor: pointer;
   height: 10px;
   background: url(images/buttons.png) center -1539px no-repeat;
}
div.hide-headers {
   background-position: center -1549px;
}
#all-headers {
   position: absolute;
   top: 11px;
   left: 10px;
   right: 10px;
   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;
}
#headers-source {
   display: none;
   position: absolute;
   top: 8px;
   left: 0;
   right: 0;
   bottom: 8px;
   padding: 0 10px;
   overflow: auto;
   text-align: left;
   color: #333;
}
#messagepreviewheader {
@@ -784,19 +805,14 @@
   color: #960;
   border: 1px solid #ffdf0e;
   background-color: #fef893;
   background-position: 5px -24px;
   background-position: 5px -85px;
   padding: 6px 12px 4px 30px;
   white-space: normal;
}
#message-objects div a.button,
#messagebody span.part-notice a.button {
   font-size: 11px;
   margin-left: 10px;
   border: 1px solid #ccc;
   box-shadow: 0 1px 1px 0 #e8e386;
   -o-box-shadow: 0 1px 1px 0 #e8e386;
   -webkit-box-shadow: 0 1px 1px 0 #e8e386;
   -moz-box-shadow: 0 1px 1px 0 #e8e386;
}
div.message-part,
@@ -866,6 +882,7 @@
#attachment-list li {
   display: block;
   position: relative;
   background: url(images/filetypes.png) 0 0 no-repeat;
   margin-bottom: 1px;
}
@@ -901,14 +918,13 @@
   background-position: 0 -182px;
}
#attachment-list li a {
#attachment-list li a,
#compose-attachments ul li {
   display: block;
   color: #333;
   font-size: 11px;
   font-weight: bold;
   padding: 8px 4px 3px 30px;
   text-shadow: 1px 1px 1px #fff;
   text-shadow: 0px 1px 1px #fff;
   text-decoration: none;
   white-space: nowrap;
}
@@ -925,7 +941,307 @@
   bottom: 0px;
}
#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 ***/
#composeview-left {
   position: absolute;
   top: 0;
   left: 0;
   width: 250px;
   bottom: 0;
}
#composeview-right {
   position: absolute;
   top: 0;
   left: 262px;
   right: 0;
   bottom: 0;
}
#compose-contacts {
   position: absolute;
   top: 42px;
   left: 0;
   width: 100%;
   bottom: 0;
}
#compose-contacts #directorylist {
   border-bottom: 4px solid #c7e3ef;
}
#contacts-table {
   table-layout: fixed;
}
#contacts-table td {
   width: 100%;
}
#contacts-table td span {
   display: block;
}
#compose-contacts li a, #contacts-table td {
   background: url(images/listicons.png) -100px 0 no-repeat;
   overflow: hidden;
   padding-left: 36px;
   text-overflow: ellipsis;
}
#compose-contacts li.addressbook a {
   background-position: 6px -766px;
}
#compose-contacts li.addressbook.selected a {
   background-position: 6px -791px;
}
#contacts-table td.contactgroup {
   background-position: 6px -1555px;
}
#contacts-table tr.unfocused td.contactgroup,
#contacts-table tr.selected td.contactgroup {
   background-position: 6px -1579px;
}
#contacts-table td.contact {
   background-position: 6px -1603px;
}
#contacts-table tr.unfocused td.contact,
#contacts-table tr.selected td.contact {
   background-position: 6px -1627px;
}
#compose-content {
   position: absolute;
   top: 42px;
   left: 0;
   width: 100%;
   bottom: 28px;
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
   overflow: hidden;
}
#composeheaders {
   border-radius: 4px 4px 0 0;
   -webkit-box-shadow: 0 2px 3px 0 #999;
   -moz-box-shadow: 0 2px 3px 0 #999;
   box-shadow: 0 2px 3px 0 #999;
}
#composebuttons {
   position: absolute;
   top: 8px;
   right: 8px;
   width: auto;
   white-space: nowrap;
   z-index: 100;
}
.compose-headers {
   width: 99%;
   margin: 4px 0;
}
.compose-headers td {
   padding: 4px 4px 4px 8px;
}
.compose-headers td.title {
   width: 11%;
   white-space: nowrap;
}
.compose-headers td.title label {
   float: left;
}
.compose-headers td.title a.iconbutton {
   float: right;
   position: relative;
   top: -2px;
   width: 15px;
}
.compose-headers td.editfield {
   width: 90%;
   padding-left: 4px;
}
.compose-headers td.editfield a.iconlink {
   margin-left: 0.5em;
}
.compose-headers td.formlinks {
   padding: 0 4px;
}
.compose-headers td.top {
   vertical-align: top;
   padding-top: 10px;
}
.compose-headers td textarea,
.compose-headers td input {
   width: 100%;
   resize: none;
}
#compose-cc, #compose-bcc, #compose-replyto, #compose-followupto {
   display: none;
}
#composeoptionsbox {
   padding: 4px 8px 0 8px;
   background: #d2d2d2;
   border-bottom: 1px solid #e8e8e8;
   -webkit-box-shadow: 0 2px 3px 0 #999;
   -moz-box-shadow: 0 2px 3px 0 #999;
   box-shadow: 0 2px 3px 0 #999;
   white-space: nowrap;
}
#composeoptions {
   display: none;
   padding: 2px 0;
   white-space: normal;
}
.composeoption {
   padding-right: 22px;
   white-space: nowrap;
}
#composeoptions .composeoption {
   display: inline-block;
   padding: 4px 28px 4px 0;
}
#composeoptions .composeoption:last-child {
   padding-right: 4px;
}
#composeoptionstoggle {
   display: inline-block;
   position: relative;
   top: -1px;
   left: 6px;
   width: 20px;
   height: 18px;
   background: url(images/buttons.png) -3px -458px no-repeat;
   text-decoration: none;
}
#composeoptionstoggle.enabled {
   background-position: -28px -458px;
}
#composeview-bottom {
   position: relative;
   width: 100%;
   height: 200px;
}
#composebodycontainer {
   position: absolute;
   top: 0;
   left: 0;
   right: 260px;
   bottom: 0;
}
#composebody {
   position: absolute;
   top: 24px;
   left: 0;
   bottom: 0;
   width: 99%;
   border: 0;
   padding: 8px 0 8px 8px;
   box-shadow: none;
   resize: none;
   font-family: monospace;
   font-size: 9pt;
   outline: none;
}
#composebody:active,
#composebody:focus {
}
#compose-attachments {
   position: absolute;
   right: 0;
   top: 1px;
   bottom: 0;
   width: 240px;
   background: #f0f0f0;
   border-left: 1px solid #ddd;
   padding: 8px;
   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;
}
#composebody_toolbargroup {
   border-bottom: 1px solid #ddd;
}
#uploadform a.iconlink {
   margin-left: 1em;
   text-indent: -1000px;
}
#uploadform form div {
   margin: 4px 0;
}