git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
991549c
)
luci-theme-material: add css class button-row
author
Florian Eckert
<redacted>
Fri, 7 Jun 2024 10:51:00 +0000
(12:51 +0200)
committer
Florian Eckert
<redacted>
Tue, 9 Jul 2024 14:19:51 +0000
(16:19 +0200)
Signed-off-by: Florian Eckert <redacted>
themes/luci-theme-material/htdocs/luci-static/material/cascade.css
patch
|
blob
|
history
diff --git
a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css
b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css
index 5434e108b596386c93a71ac28ee64abc0ddc6ef8..fdcb98eb5b13f34ad39ba8c2ecf837a15e603bf7 100644
(file)
--- a/
themes/luci-theme-material/htdocs/luci-static/material/cascade.css
+++ b/
themes/luci-theme-material/htdocs/luci-static/material/cascade.css
@@
-1749,6
+1749,19
@@
body:not(.Interfaces) .cbi-rowstyle-2:first-child {
max-height: none;
}
+.modal .button-row {
+ display: flex;
+ justify-content: space-between;
+}
+
+.modal .button-row > :not(:last-child) {
+ margin-right: .5em;
+}
+
+.modal .button-row > :first-child {
+ margin-right: auto;
+}
+
body.modal-overlay-active {
overflow: hidden;
height: 100vh;
git clone https://git.99rst.org/PROJECT