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:
610ccdb
)
luci-theme-*: layout improvements
author
Paul Donald
<redacted>
Tue, 10 Jun 2025 14:34:48 +0000
(16:34 +0200)
committer
Paul Donald
<redacted>
Tue, 10 Jun 2025 14:34:48 +0000
(16:34 +0200)
follow-up to
1be1deb9ecd90608d60503bcc34b2ee487c1e602
bootstrap now utilizes more screen width for main content
Signed-off-by: Paul Donald <redacted>
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
patch
|
blob
|
history
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 2f7b084e789d6d978fe3203e6d2c43191cc51ba8..b995f973bb9d190246263284470ea37c3d6d8bbb 100644
(file)
--- a/
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
+++ b/
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
@@
-1064,8
+1064,8
@@
header {
box-shadow: 0 1px 3px hsla(var(--border-color-low-hsl), .25), inset 0 -1px 0 hsla(var(--border-color-low-hsl), .01);
padding: 0;
/* the redundant properties below work around a csstidy bug */
- padding-left: calc((100% -
94
0px) / 2);
- padding-right: calc((100% -
94
0px) / 2);
+ padding-left: calc((100% -
118
0px) / 2);
+ padding-right: calc((100% -
118
0px) / 2);
}
.nav {
git clone https://git.99rst.org/PROJECT