Skip to content
Snippets Groups Projects
Commit 47058b19 authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #3932 from owncloud/fix_label_position

fix position of 'user shared the folder foldername with you' label
parents f67fc785 8d59893e
No related branches found
No related tags found
No related merge requests found
...@@ -23,13 +23,17 @@ body { ...@@ -23,13 +23,17 @@ body {
#public_upload, #public_upload,
#download { #download {
font-weight:700; font-weight:700;
margin: 0 0.4em 0 2em; margin: 0 0.4em 0 0;
padding: 0 5px; padding: 0 5px;
height: 27px; height: 27px;
float: left; float: left;
} }
.header-right #details {
margin-right: 2em;
}
#public_upload { #public_upload {
margin-left: 0.3em; margin-left: 0.3em;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment