mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
DragnDrop Upload text style
The 8px margin was uggly.
This commit is contained in:
parent
4669ea3835
commit
a2a1f5da6a
1 changed files with 4 additions and 1 deletions
|
|
@ -316,7 +316,10 @@ table td.filename .nametext .innernametext {
|
|||
|
||||
table td.filename .uploadtext {
|
||||
font-weight: normal;
|
||||
margin-left: 8px;
|
||||
margin-left: 55px;
|
||||
margin-top: 5px;
|
||||
height: 20px;
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
.ie8 input[type="checkbox"]{
|
||||
|
|
|
|||
Loading…
Reference in a new issue