Thomas Bruederli
2013-01-09 dee159317fcb869e470aee0ac6e5a4af06400c97
skins/larry/mail.css
@@ -332,7 +332,7 @@
   position: absolute;
   right: 256px;
   width: auto;
   top: 7px;
   top: 2px;
}
#searchfilter select {
@@ -729,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;
@@ -938,7 +938,6 @@
   position: absolute;
   top: 8px;
   right: 8px;
   width: 20em;
   text-align: right;
   white-space: nowrap;
}
@@ -973,6 +972,7 @@
}
#messagebody {
   position: relative;
   margin: 8px;
}
@@ -998,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;
}
@@ -1042,6 +1044,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 {
@@ -1106,6 +1126,8 @@
#messagepartframe {
   border: 0;
   width: 100%;
   height: 100%;
}
/*** message composition ***/