gluon-web-theme: allow more width in style for input fields and selectboxes (#1229)

This commit is contained in:
Ruben Barkow 2017-10-14 13:42:24 +02:00 committed by Andreas Ziegler
parent ced1b7ab98
commit 99c405756f

View File

@ -351,7 +351,7 @@ input[type=image] {
select, select,
input[type=text], input[type=text],
input[type=password] { input[type=password] {
width: 20em; min-width: 20em;
} }
input.gluon-button { input.gluon-button {