fix button on public upload page
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
8a231a4223
commit
d4515ae603
1 changed files with 4 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue