Popover newFolder input fix

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-01-21 20:09:09 +01:00 committed by Morris Jobke
parent 3d86275f1e
commit 0fc0bcf6b3
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with 2 additions and 4 deletions

View File

@ -771,7 +771,7 @@ html.ie8 #controls .button.new {
font-weight: 300;
top: 100%;
margin-top: 4px;
width: 120px;
min-width: 100px;
margin-left: 7px;
z-index: 1001;
}
@ -781,9 +781,7 @@ html.ie8 #controls .button.new {
}
.newFileMenu .filenameform input {
width: 100%;
box-sizing: border-box;
margin: -2px 0;
margin: 2px 0;
}
#fileList .popovermenu .action {