luci-theme-bootstrap: fix input width in table cells
authorJo-Philipp Wich <jo@mein.io>
Fri, 29 Jun 2018 06:57:22 +0000 (08:57 +0200)
committerJo-Philipp Wich <jo@mein.io>
Fri, 29 Jun 2018 06:57:22 +0000 (08:57 +0200)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css

index 622f2b8443b4d15eb889f90466de5e860fd5c5c6..b1f1f6b5edb4eef2cabcc9efd713e82826a057db 100644 (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;