diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-07-11 15:34:49 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-07-11 15:36:14 +0200 |
commit | c4c9e8cdfce1c5734d9d75c79b9cec012bca57ad (patch) | |
tree | b864c3f77ace89ce69d3a8b80f312248236344bd /skins/larry/styles.css | |
parent | 84dfbf541f66a552e9f2d21dbc717df493f0a3b2 (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.css | 17 |
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 { |