Merge pull request #2057 from nextcloud/stable9-fix-public-button

[stable9] fix button on public upload page
This commit is contained in:
Roeland Jago Douma 2016-11-09 08:14:09 +01:00 committed by GitHub
commit 6f562d0107
1 changed files with 4 additions and 3 deletions

View File

@ -183,16 +183,17 @@ thead {
}
#public-upload #emptycontent .button {
display: inline-block;
height: auto;
width: auto;
background-size: 16px;
height: 16px;
width: 16px;
background-position: 16px;
opacity: .7;
font-size: 20px;
line-height: initial;
margin: 20px;
padding: 10px 20px;
padding-left: 42px;
font-weight: normal;
}
#public-upload #emptycontent ul {