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:
commit
47058b1904
1 changed files with 5 additions and 1 deletions
|
@ -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…
Reference in a new issue