mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
[IE8] Fix "new" button width
This commit is contained in:
parent
b7a5d487f8
commit
f3ce5fd234
1 changed files with 5 additions and 0 deletions
|
|
@ -745,6 +745,10 @@ table.dragshadow td.size {
|
|||
margin: -10px;
|
||||
}
|
||||
|
||||
html.ie8 #controls .button.new {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.newFileMenu {
|
||||
width: 140px;
|
||||
margin-left: -56px;
|
||||
|
|
@ -796,3 +800,4 @@ table.dragshadow td.size {
|
|||
color: #000;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue