Merge pull request #3932 from owncloud/fix_label_position

fix position of 'user shared the folder foldername with you' label
remotes/origin/stable6
Morris Jobke 13 years ago
commit 47058b1904
  1. 6
      apps/files_sharing/css/public.css

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

Loading…
Cancel
Save