Thomas Bruederli
2015-12-23 772e08fa2a7211e68aa6179811cf82ac124c9bf2
skins/larry/styles.css
@@ -1,7 +1,7 @@
/**
 * Roundcube webmail styles for skin "Larry"
 *
 * Copyright (c) 2012, The Roundcube Dev Team
 * Copyright (c) 2012-2015, The Roundcube Dev Team
 * Screendesign by FLINT / Büro für Gestaltung, bueroflint.com
 *
 * The contents are subject to the Creative Commons Attribution-ShareAlike
@@ -21,6 +21,11 @@
body.noscroll {
   /* also avoids bounce effect in Chrome and Safari */
   overflow: hidden;
}
.iphone body.noscroll {
   /* revert on iPhone (#1490551) */
   overflow: auto;
}
a {
@@ -530,6 +535,7 @@
/*** message bar ***/
#message div.loading,
#message div.uploading,
#message div.warning,
#message div.error,
#message div.notice,
@@ -670,10 +676,12 @@
   background-position: 0 -25px;
}
#messagestack div.uploading,
#messagestack div.loading {
   color: #ddd;
}
#messagestack div.uploading:after,
#messagestack div.loading:after {
   top: 4px;
   left: 6px;
@@ -1080,18 +1088,6 @@
.scroller {
   overflow: auto;
}
.readtext {
   width: 42em;
   padding: 12px;
   font-size: 12px;
}
.readtext > h1,
.readtext > h2,
.readtext > h3 {
   margin-top: 0;
}
.watermark {
@@ -3090,3 +3086,7 @@
   line-height: 16px !important;
   vertical-align: text-top !important;
}
_:not(), _:-moz-handler-blocked, .mozilla .mce-btn-small i {
   line-height: 20px !important;
}