Thomas Bruederli
2015-07-31 2965a981b7ec22866fbdf2d567d87e2d068d3617
skins/larry/mail.css
@@ -145,19 +145,19 @@
   border-radius: 4px 4px 0 0;
}
#mailboxlist li.mailbox.unread > a {
.folderlist li.mailbox.unread > a {
   padding-right: 36px;
}
#mailboxlist li.unread {
.folderlist li.unread {
   font-weight: bold;
}
#mailboxlist li.recent > a {
.folderlist li.recent > a {
   color: #017cb4;
}
#mailboxlist li.mailbox .unreadcount {
.folderlist li.mailbox .unreadcount {
   position: absolute;
   top: 3px;
   right: 6px;
@@ -179,7 +179,7 @@
   text-shadow: none;
}
#mailboxlist li.mailbox.selected > a .unreadcount {
.folderlist 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));
@@ -190,7 +190,7 @@
   -webkit-box-shadow: inset 0 1px 1px 0 #003645;
}
#mailboxlist li.mailbox.recent > a .unreadcount {
.folderlist 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));
@@ -493,7 +493,7 @@
.messagelist tr td.status span.unread,
.messagelist tr td.subject span.unread,
.messagelist tr td.status span.unread:hover {
   background-position: 0 -1017px;
   background-position: 0 -1017px !important;
}
.messagelist thead tr th.status span.status {
@@ -857,7 +857,6 @@
#messagecontent .leftcol,
#messagepreview .leftcol {
   margin-right: 252px;
   overflow-x: auto;
}
#messagecontent .rightcol,
@@ -880,6 +879,10 @@
#messagebody {
   position: relative;
   margin: 8px;
}
#messagebody.mailvelope > iframe {
   width: 99% !important;
}
#message-objects div,
@@ -993,6 +996,7 @@
#messagebody p.image-attachment {
   position: relative;
   padding: 1em;
   margin-bottom: 0;
   border-top: 1px solid #ccc;
}
@@ -1298,6 +1302,16 @@
   bottom: 42px;
}
#composebodycontainer.mailvelope {
   right: 0;
   z-index: 10;
}
#composebodycontainer.mailvelope > iframe[scrolling='no'] {
   position: relative;
   top: -12px;
}
#composebody {
   position: absolute;
   top: 0;
@@ -1306,13 +1320,13 @@
   width: 99%;
   border: 0;
   border-radius: 0 0 0 4px;
   padding: 8px 0 8px 8px;
   padding: 4px;
   resize: none;
   font-family: monospace;
   font-size: 9pt;
   outline: none;
   box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.2);
   -webkit-box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.2);
   box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1);
   -webkit-box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1);
}
#composebody:active,
@@ -1384,3 +1398,56 @@
#uploadform form div {
   margin: 4px 0;
}
.mailvelopekeyimport div.key {
   position: relative;
   margin-bottom: 2px;
   padding: 1em;
   background-color: #ebebeb;
}
.mailvelopekeyimport div.key.revoked,
.mailvelopekeyimport div.key.disabled {
   color: #a0a0a0;
}
.mailvelopekeyimport div.key label {
   display: inline-block;
   margin-right: 0.5em;
}
.mailvelopekeyimport div.key label:after {
   content: ":";
}
.mailvelopekeyimport div.key label + a,
.mailvelopekeyimport div.key label + span {
   display: inline-block;
   margin-right: 2em;
   white-space: nowrap;
}
.mailvelopekeyimport div.key label + a {
   font-weight: bold;
}
.mailvelopekeyimport ul.uids {
   margin: 1em 0 0 0;
   padding: 0;
}
.mailvelopekeyimport li.uid {
   border: 0;
   padding: 0.3em;
}
.mailvelopekeyimport div.key input.button.importkey {
   position: absolute;
   top: 0.8em;
   right: 0.8em;
   padding: 4px 6px;
}
.mailvelopekeyimport div.key input.button[disabled] {
   display: none;
}