diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-06-29 08:57:22 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-06-29 08:57:22 +0200 |
commit | 532846c3d81c52dc9fbcbfb886a9d6f360e09e2c (patch) | |
tree | 85c1eb7cac15e35ce7fea71e3898935472568ee6 /themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | |
parent | 485e5c930ff0a98f1155b04080f6736270c58a10 (diff) |
luci-theme-bootstrap: fix input width in table cells
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css')
-rw-r--r-- | themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index 622f2b844..b1f1f6b5e 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -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; |