fix position of 'user shared the folder foldername with you' label

This commit is contained in:
Georg Ehrke 2013-07-04 10:32:26 +02:00
parent 3c1308fb6d
commit 8d59893e90
1 changed files with 5 additions and 1 deletions

View File

@ -23,13 +23,17 @@ body {
#public_upload,
#download {
font-weight:700;
margin: 0 0.4em 0 2em;
margin: 0 0.4em 0 0;
padding: 0 5px;
height: 27px;
float: left;
}
.header-right #details {
margin-right: 2em;
}
#public_upload {
margin-left: 0.3em;
}