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:
71ea35f
)
luci-theme-bootstrap: add width for localtime
author
Andy Chiang
<redacted>
Fri, 17 Oct 2025 13:43:36 +0000
(20:43 +0700)
committer
Paul Donald
<redacted>
Mon, 20 Oct 2025 18:40:46 +0000
(20:40 +0200)
set an appropriate width for #localtime
Signed-off-by: Andy Chiang <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 c1be937697f9accde02e26a74a06d614b4fd26ea..1b94ad7a1dbe768978be335610b09060ecf207b3 100644
(file)
--- a/
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
+++ b/
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
@@
-589,6
+589,12
@@
select,
border-radius: 3px;
}
+@media screen and (min-width: 768px) {
+ #localtime {
+ width: 300px;
+ }
+}
+
input,
select,
.cbi-select,
git clone https://git.99rst.org/PROJECT