summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2019-02-07 19:10:34 +0100
committerJo-Philipp Wich <jo@mein.io>2019-07-07 15:25:49 +0200
commitfda4ba598c0ba1c06f5de43554b40cf0d415d047 (patch)
treed8158138283846efcd93726eec778790ebcd78ce /themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap
parent1dd910148eaf7b9ed7130d1a067465dd43940da3 (diff)
luci-base: replace uci change pages with client side modal dialog
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap')
-rw-r--r--themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css8
1 files changed, 6 insertions, 2 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 5b7baebdb..c36d02f0b 100644
--- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
+++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
@@ -2049,6 +2049,10 @@ div.cbi-value var,
color: #0069d6;
}
+#modal_overlay > .modal.uci-dialog {
+ max-width: 900px;
+}
+
.uci-change-list {
line-height: 170%;
white-space: pre;
@@ -2111,8 +2115,8 @@ div.cbi-value var,
.uci-change-legend-label > var {
float: left;
margin-right: 4px;
- width: 10px;
- height: 10px;
+ width: 16px;
+ height: 16px;
display: block;
position: relative;
}