luci-theme-bootstrap: fix input width in table cells
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
485e5c930f
commit
532846c3d8
1 changed files with 7 additions and 0 deletions
|
@ -544,6 +544,13 @@ textarea {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.td > input[type=text],
|
||||||
|
.td > input[type=password],
|
||||||
|
.td > select,
|
||||||
|
.td > .cbi-dropdown {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.uneditable-input {
|
.uneditable-input {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in a new issue