luci-theme-bootstrap: fix input width in table cells

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2018-06-29 08:57:22 +02:00
parent 485e5c930f
commit 532846c3d8

View file

@ -544,6 +544,13 @@ textarea {
height: auto;
}
.td > input[type=text],
.td > input[type=password],
.td > select,
.td > .cbi-dropdown {
width: 100%;
}
.uneditable-input {
background-color: #ffffff;
display: block;