Merge pull request #1897 from nextcloud/fix-public-button
fix button on public upload page for mobile
This commit is contained in:
commit
e8c359d86e
|
@ -192,16 +192,17 @@ thead {
|
||||||
}
|
}
|
||||||
|
|
||||||
#public-upload #emptycontent .button {
|
#public-upload #emptycontent .button {
|
||||||
|
display: inline-block;
|
||||||
|
height: auto;
|
||||||
|
width: auto;
|
||||||
background-size: 16px;
|
background-size: 16px;
|
||||||
height: 16px;
|
|
||||||
width: 16px;
|
|
||||||
background-position: 16px;
|
background-position: 16px;
|
||||||
opacity: .7;
|
opacity: .7;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
line-height: initial;
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
padding-left: 42px;
|
padding-left: 42px;
|
||||||
font-weight: normal;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#public-upload #emptycontent ul {
|
#public-upload #emptycontent ul {
|
||||||
|
|
Loading…
Reference in New Issue