Fix submit button width at 25% again.
This commit is contained in:
parent
f3f110df22
commit
cea1bd179f
@ -1264,7 +1264,7 @@ input.field.tripped:not(:hover):not(:focus) {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Fake File Input */
|
||||
/* File Input, Submit Button */
|
||||
#file-n-submit {
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
@ -1275,6 +1275,9 @@ input.field.tripped:not(:hover):not(:focus) {
|
||||
:root.gecko #file-n-submit > input {
|
||||
margin: 0px -1px -1px;
|
||||
}
|
||||
#file-n-submit input[type="submit"] {
|
||||
width: 25%;
|
||||
}
|
||||
#qr-filename-container {
|
||||
-webkit-flex: 1 1 auto;
|
||||
flex: 1 1 auto;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user