Merge pull request #3932 from owncloud/fix_label_position

fix position of 'user shared the folder foldername with you' label
This commit is contained in:
Morris Jobke 2013-07-04 11:03:42 -07:00
commit 47058b1904
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;
}