Merge pull request #1897 from nextcloud/fix-public-button

fix button on public upload page for mobile
This commit is contained in:
Morris Jobke 2016-10-25 11:03:21 +02:00 committed by GitHub
commit e8c359d86e
1 changed files with 4 additions and 3 deletions

View File

@ -192,16 +192,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 {