Thomas
2013-10-07 8c985e87d6d6b494c57c2f98371985cc591c39ff
skins/larry/mail.css
@@ -2,14 +2,12 @@
 * Roundcube webmail styles for the Email section
 *
 * Copyright (c) 2012, The Roundcube Dev Team
 * Screendesign by FLINT / Büro für Gestaltung, bueroflint.com
 * Screendesign by FLINT / B�ro f�r Gestaltung, bueroflint.com
 *
 * The contents are subject to the Creative Commons Attribution-ShareAlike
 * 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 {
@@ -541,6 +539,10 @@
#messagelist tbody tr td.attachment span.report {
   background-position: -24px -1116px;
}
.messagelist thead tr td.priority span.priority {
   background-position: -24px -1845px;
}
#messagelist tr td.priority span.prio5 {
@@ -915,6 +917,10 @@
   border-radius: 3px;
}
#messageheader .message-headers {
   min-height: 60px;
}
#messageheader #contactphoto {
   display: block;
   position: absolute;
@@ -987,7 +993,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;
}
@@ -1126,6 +1132,8 @@
#messagepartframe {
   border: 0;
   width: 100%;
   height: 100%;
}
/*** message composition ***/
@@ -1154,6 +1162,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;
}