luci-theme-bootstrap-mc: set html body height
This commit is contained in:
parent
5bc74a6fbe
commit
daec9e50b2
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
||||
LUCI_TITLE:=Bootstrap Magic Change Theme By Lienol
|
||||
LUCI_DEPENDS:=
|
||||
PKG_VERSION:=1.0
|
||||
PKG_RELEASE:=39-20191207
|
||||
PKG_RELEASE:=40-20191207
|
||||
|
||||
include $(TOPDIR)/feeds/luci/luci.mk
|
||||
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
/* Reset */
|
||||
html,body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #ffffff;
|
||||
@ -1243,6 +1245,10 @@ footer a:hover {
|
||||
/* login */
|
||||
body.node-main-login {
|
||||
background: url(bg.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
-moz-background-size: 100% 100%;
|
||||
padding-top: unset;
|
||||
}
|
||||
|
||||
body.node-main-login > header {
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
/* Reset */
|
||||
html,body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #ffffff;
|
||||
@ -1243,6 +1245,10 @@ footer a:hover {
|
||||
/* login */
|
||||
body.node-main-login {
|
||||
background: url(bg.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
-moz-background-size: 100% 100%;
|
||||
padding-top: unset;
|
||||
}
|
||||
|
||||
body.node-main-login > header {
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
Copyright 2008 Steven Barth <steven@midlink.org>
|
||||
Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
|
||||
Copyright 2012 David Menting <david@nut-bolt.nl>
|
||||
Copyright 2018 Lienol <lawlienol@gmail.com>
|
||||
Copyright 2018-2019 Lienol <lawlienol@gmail.com>
|
||||
Licensed to the public under the Apache License 2.0.
|
||||
-%>
|
||||
|
||||
@ -53,4 +53,3 @@
|
||||
}
|
||||
</script>
|
||||
</html>
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
Copyright 2008 Steven Barth <steven@midlink.org>
|
||||
Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
|
||||
Copyright 2012 David Menting <david@nut-bolt.nl>
|
||||
Copyright 2018 Lienol <lawlienol@gmail.com>
|
||||
Copyright 2018-2019 Lienol <lawlienol@gmail.com>
|
||||
Licensed to the public under the Apache License 2.0.
|
||||
-%>
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
Copyright 2008 Steven Barth <steven@midlink.org>
|
||||
Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
|
||||
Copyright 2012 David Menting <david@nut-bolt.nl>
|
||||
Copyright 2018 Lienol <lawlienol@gmail.com>
|
||||
Copyright 2018-2019 Lienol <lawlienol@gmail.com>
|
||||
Licensed to the public under the Apache License 2.0.
|
||||
-%>
|
||||
|
||||
@ -53,4 +53,3 @@
|
||||
}
|
||||
</script>
|
||||
</html>
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
Copyright 2008 Steven Barth <steven@midlink.org>
|
||||
Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
|
||||
Copyright 2012 David Menting <david@nut-bolt.nl>
|
||||
Copyright 2018 Lienol <lawlienol@gmail.com>
|
||||
Copyright 2018-2019 Lienol <lawlienol@gmail.com>
|
||||
Licensed to the public under the Apache License 2.0.
|
||||
-%>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user