summaryrefslogtreecommitdiff
path: root/skins/larry/styles.css
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-07-11 15:34:49 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-07-11 15:34:49 +0200
commit1c079c1ace959266ab6b2f6c5df5f397a5ccdee0 (patch)
treeedb85238d192589e784dcf8a3b17c4465c9055b2 /skins/larry/styles.css
parent840b4dbeb81603ed44c30dc77be8eff98d7667c3 (diff)
Put separated toolbars back together again; add min. width to mail view
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r--skins/larry/styles.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 85372d5c8..341de9008 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -654,6 +654,15 @@ a.iconlink.upload {
background: #fff;
}
+.minwidth {
+ position: absolute;
+ top: 0;
+ left: 0;
+ bottom: 0;
+ width: 100%;
+ min-width: 1150px;
+}
+
.scroller {
overflow: auto;
}
@@ -1328,6 +1337,13 @@ ul.proplist li {
/*** toolbar ***/
+.toolbar .spacer {
+ display: inline-block;
+ width: 24px;
+ height: 40px;
+ padding: 0;
+}
+
.toolbar a.button {
text-align: center;
font-size: 10px;
@@ -1971,6 +1987,7 @@ ul.toolbarmenu li span.conversation {
margin-bottom: 12px;
padding-top: 15px;
height: 27px;
+ white-space: nowrap;
}
.tabsbar .tablink {