Thomas Bruederli
2013-06-13 63049afbfe457d9b1dd709e7d8b108218c5ea3f2
skins/larry/mail.css
@@ -8,8 +8,6 @@
 * License. It is allowed to copy, distribute, transmit and to adapt the work
 * by keeping credits to the original autors in the README file.
 * See http://creativecommons.org/licenses/by-sa/3.0/ for details.
 *
 * $Id$
 */
#mailview-left {
@@ -332,7 +330,7 @@
   position: absolute;
   right: 256px;
   width: auto;
   top: 7px;
   top: 2px;
}
#searchfilter select {
@@ -729,7 +727,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;
@@ -915,6 +913,10 @@
   border-radius: 3px;
}
#messageheader .message-headers {
   min-height: 60px;
}
#messageheader #contactphoto {
   display: block;
   position: absolute;
@@ -938,7 +940,6 @@
   position: absolute;
   top: 8px;
   right: 8px;
   width: 20em;
   text-align: right;
   white-space: nowrap;
}
@@ -988,7 +989,7 @@
   color: #960;
   border: 1px solid #ffdf0e;
   background-color: #fef893;
   background-position: 5px -85px;
   background-position: 5px -83px;
   padding: 6px 12px 4px 30px;
   white-space: normal;
}
@@ -999,12 +1000,14 @@
}
div.message-part,
div.message-htmlpart {
   padding: 0 2px 10px 2px;
div.message-htmlpart,
div.message-partheaders {
   padding: 10px 2px;
   border-top: 1px solid #ccc;
}
#messagebody div:first-child {
   padding-top: 0;
   border-top: 0;
}
@@ -1043,6 +1046,24 @@
   color: #990000;
   border-left: 2px solid #bb0000;
   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 {
@@ -1107,6 +1128,8 @@
#messagepartframe {
   border: 0;
   width: 100%;
   height: 100%;
}
/*** message composition ***/
@@ -1135,6 +1158,23 @@
   bottom: 0;
}
#composequicksearch {
   position: relative;
   padding: 4px;
   background: #c7e3ef;
}
#composequicksearch .searchbox input {
   width: 100%;
   height: 26px;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
#composequicksearch #searchmenulink {
   width: 15px;
}
#compose-contacts #directorylist {
   border-bottom: 4px solid #c7e3ef;
}