Save some vertical space in message part view

pull/88/head
Thomas Bruederli 12 years ago committed by Aleksander Machniak
parent f2c0e7a9c0
commit f6404d1288

@ -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;
}

Loading…
Cancel
Save