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:
eb3976c
)
luci-theme-rosy: Fixed modal box misalignment problem
author
Yanlan Shen
<redacted>
Thu, 10 Jan 2019 03:53:46 +0000
(11:53 +0800)
committer
Yanlan Shen
<redacted>
Thu, 10 Jan 2019 03:59:49 +0000
(11:59 +0800)
Signed-off-by: Yanlan Shen <redacted>
themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css
patch
|
blob
|
history
diff --git
a/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css
b/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css
index 3132a4849c66a8d193a158c6cd658758c115fae3..ab7cac626c8c01537ae487b5f0440c1d419f9408 100644
(file)
--- a/
themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css
+++ b/
themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css
@@
-1886,6
+1886,25
@@
footer {
right: 0;
}
+.modal-overlay-active #modal_overlay {
+ position: fixed;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ width: 100%;
+ background-color: #000000b8;
+ z-index: 2000;
+}
+
+.modal-overlay-active #modal_overlay .modal {
+ width: 50%;
+ background-color: #fff;
+ margin: 150px auto;
+ border-radius: 20px;
+ color: #333;
+}
+
/* The style of the prompt message */
.alert-message {
git clone https://git.99rst.org/PROJECT