summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-bootstrap
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2018-11-20 13:31:58 +0100
committerJo-Philipp Wich <jo@mein.io>2018-11-20 13:32:31 +0100
commit515562be2744eb402c37665b7a6e6af72430610f (patch)
treee6af67eee16ea941ab8b9f9643fee3f3d542ebac /themes/luci-theme-bootstrap
parent398d69945a5df3118a300ece4dba45495b5acec0 (diff)
luci-theme-bootstrap, luci-theme-openwrt: allow dynlist .add-item to expand
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes/luci-theme-bootstrap')
-rw-r--r--themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css8
1 files changed, 8 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 5f9d7e603..bb0a0987d 100644
--- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
+++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
@@ -496,6 +496,14 @@ select,
pointer-events: auto;
}
+.cbi-dynlist > .add-item {
+ display: flex;
+}
+
+.cbi-dynlist > .add-item > input {
+ flex: 1 1 auto;
+}
+
select {
padding: initial;
background: #fff;