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;
|
||||
}
|
||||
|
||||
.td > input[type=text],
|
||||
.td > input[type=password],
|
||||
.td > select,
|
||||
.td > .cbi-dropdown {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.uneditable-input {
|
||||
background-color: #ffffff;
|
||||
display: block;
|
||||
|
|
Loading…
Reference in a new issue