diff options
| author | Thomas Bruederli <thomas@roundcube.net> | 2013-01-24 14:21:27 +0100 | 
|---|---|---|
| committer | Thomas Bruederli <thomas@roundcube.net> | 2013-01-24 14:21:27 +0100 | 
| commit | 6d57b11d8351dbce2adb38a1095d65a33f531fa6 (patch) | |
| tree | ae8537a52f9719f654c6355074e83bddeea9ebf9 | |
| parent | 5c99f5df6bda356e5c05f01a2cc1ab5bcb24407c (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 773ef23d4..9e3139342 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;  } | 
