Thomas Bruederli
2013-01-09 dee159317fcb869e470aee0ac6e5a4af06400c97
skins/larry/mail.css
@@ -52,7 +52,7 @@
   bottom: 0;
   width: 100%;
   height: 27px;
   border-radius: 0 0 4px 4px;
   border-radius: 4px;
   border-top: none;
}
@@ -145,6 +145,7 @@
#mailboxlist li:first-child {
   border-radius: 4px 4px 0 0;
   border-top: 0;
}
#mailboxlist li.mailbox a {
@@ -331,7 +332,7 @@
   position: absolute;
   right: 256px;
   width: auto;
   top: 7px;
   top: 2px;
}
#searchfilter select {
@@ -421,10 +422,13 @@
   border-left: 0;
}
#messagelist tr td.size {
   width: 60px;
   text-align: right;
}
#messagelist thead tr td.size {
   text-align: left;
}
#messagelist tr td.fromto,
@@ -618,12 +622,12 @@
}
#messagelist tr td div.collapsed {
   background-position: 0 -1136px;
   background-position: 0 -1137px;
   cursor: pointer;
}
#messagelist tr td div.expanded {
   background-position: 0 -1156px;
   background-position: 0 -1157px;
   cursor: pointer;
}
@@ -725,7 +729,7 @@
h3.subject {
   font-size: 14px;
   margin: 0 8em 0 0;
   margin: 0 12em 0 0;
   padding: 8px 8px 4px 8px;
   white-space: nowrap;
   overflow: hidden;
@@ -934,7 +938,6 @@
   position: absolute;
   top: 8px;
   right: 8px;
   width: 20em;
   text-align: right;
   white-space: nowrap;
}
@@ -969,6 +972,7 @@
}
#messagebody {
   position: relative;
   margin: 8px;
}
@@ -994,12 +998,14 @@
}
div.message-part,
div.message-htmlpart {
   padding: 0 2px 10px 2px;
   border-top: 2px solid #f0f0f0;
div.message-htmlpart,
div.message-partheaders {
   padding: 10px 2px;
   border-top: 1px solid #ccc;
}
#messagebody div:first-child {
   padding-top: 0;
   border-top: 0;
}
@@ -1040,6 +1046,24 @@
   border-right: 2px solid #bb0000;
}
div.message-partheaders {
   margin-top: 8px;
   padding: 8px 0;
}
div.message-partheaders .headers-table {
   width: 100%;
}
div.message-partheaders .headers-table td.header-title {
   width: auto;
   padding-left: 0;
}
div.message-partheaders .headers-table td.header {
   width: 88%;
}
#messagebody > hr {
   color: #fff;
   background: #fff;
@@ -1047,8 +1071,49 @@
   border-bottom: 2px solid #f0f0f0;
}
#messagebody > p > img {
#messagebody fieldset.image-attachment {
   border: 0;
   border-top: 1px solid #ccc;
   margin-top: 1em;
}
#messagebody fieldset.image-attachment p > img {
   max-width: 80%;
}
#messagebody legend.image-filename {
   color: #999;
   font-size: 0.9em;
   margin: 0 1em;
}
#messagebody p.image-attachment {
   position: relative;
   padding: 1em;
   border-top: 1px solid #ccc;
}
#messagebody p.image-attachment a.image-link {
   float: left;
   display: block;
   margin-right: 2em;
   min-width: 160px;
   min-height: 60px;
   text-align: center;
}
#messagebody p.image-attachment .image-filename {
   display: block;
   font-weight: bold;
   line-height: 1.6em;
}
#messagebody p.image-attachment .image-filesize {
   padding-right: 1em;
}
#messagebody p.image-attachment .attachment-links a {
   margin-right: 0.6em;
}
#messagepartcontainer {
@@ -1061,6 +1126,8 @@
#messagepartframe {
   border: 0;
   width: 100%;
   height: 100%;
}
/*** message composition ***/
@@ -1108,6 +1175,13 @@
#contacts-table td span {
   display: block;
}
#contacts-table td span.email {
   display: inline;
   color: #69939e;
   font-style: italic;
   margin-left: 0.5em;
}
#compose-contacts li a, #contacts-table td {
@@ -1283,7 +1357,7 @@
#composebody {
   position: absolute;
   top: 1px;
   top: 0;
   left: 0;
   bottom: 0;
   width: 99%;