diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-01-24 14:21:27 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-01-25 12:42:31 +0100 |
commit | f6404d1288a9e3b43bb6fd796335ac6a47d9a5ae (patch) | |
tree | b8a84aae343db33702ef8ea1f8e028a24e90bd7b | |
parent | f2c0e7a9c04b2a0cacb13bca234e2b6db66accde (diff) |
Save some vertical space in message part view
-rw-r--r-- | skins/larry/styles.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 9386c79d7..a452d95ce 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -628,6 +628,17 @@ a.iconlink.upload { opacity: 0.999; } +.partwin #topline { + position: absolute; + right: 6px; + top: 18px; + width: auto; + z-index: 100; + background: transparent; + background: none; + border: 0; +} + .minimal #topline a.button-logout { display: none; } @@ -810,6 +821,10 @@ a.iconlink.upload { top: 102px; } +.partwin #mainscreen { + top: 60px +} + .extwin #mainscreen { top: 40px; } |