diff --git a/package/lienol/luci-theme-bootstrap-mc/Makefile b/package/lienol/luci-theme-bootstrap-mc/Makefile index de89c295e8..ff67a4dc02 100644 --- a/package/lienol/luci-theme-bootstrap-mc/Makefile +++ b/package/lienol/luci-theme-bootstrap-mc/Makefile @@ -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 diff --git a/package/lienol/luci-theme-bootstrap-mc/htdocs/luci-static/bootstrap_blue/cascade.css b/package/lienol/luci-theme-bootstrap-mc/htdocs/luci-static/bootstrap_blue/cascade.css index 486e86df09..8604d47b6e 100644 --- a/package/lienol/luci-theme-bootstrap-mc/htdocs/luci-static/bootstrap_blue/cascade.css +++ b/package/lienol/luci-theme-bootstrap-mc/htdocs/luci-static/bootstrap_blue/cascade.css @@ -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 { diff --git a/package/lienol/luci-theme-bootstrap-mc/htdocs/luci-static/bootstrap_purple/cascade.css b/package/lienol/luci-theme-bootstrap-mc/htdocs/luci-static/bootstrap_purple/cascade.css index 8e8d3374d7..2e3416a8f6 100644 --- a/package/lienol/luci-theme-bootstrap-mc/htdocs/luci-static/bootstrap_purple/cascade.css +++ b/package/lienol/luci-theme-bootstrap-mc/htdocs/luci-static/bootstrap_purple/cascade.css @@ -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 { diff --git a/package/lienol/luci-theme-bootstrap-mc/luasrc/view/themes/bootstrap_blue/footer.htm b/package/lienol/luci-theme-bootstrap-mc/luasrc/view/themes/bootstrap_blue/footer.htm index a821c31364..93012da5e2 100644 --- a/package/lienol/luci-theme-bootstrap-mc/luasrc/view/themes/bootstrap_blue/footer.htm +++ b/package/lienol/luci-theme-bootstrap-mc/luasrc/view/themes/bootstrap_blue/footer.htm @@ -2,7 +2,7 @@ Copyright 2008 Steven Barth Copyright 2008 Jo-Philipp Wich Copyright 2012 David Menting - Copyright 2018 Lienol + Copyright 2018-2019 Lienol Licensed to the public under the Apache License 2.0. -%> @@ -53,4 +53,3 @@ } - diff --git a/package/lienol/luci-theme-bootstrap-mc/luasrc/view/themes/bootstrap_blue/header.htm b/package/lienol/luci-theme-bootstrap-mc/luasrc/view/themes/bootstrap_blue/header.htm index 8bd1cc6391..391f42ccd8 100644 --- a/package/lienol/luci-theme-bootstrap-mc/luasrc/view/themes/bootstrap_blue/header.htm +++ b/package/lienol/luci-theme-bootstrap-mc/luasrc/view/themes/bootstrap_blue/header.htm @@ -2,7 +2,7 @@ Copyright 2008 Steven Barth Copyright 2008 Jo-Philipp Wich Copyright 2012 David Menting - Copyright 2018 Lienol + Copyright 2018-2019 Lienol Licensed to the public under the Apache License 2.0. -%> diff --git a/package/lienol/luci-theme-bootstrap-mc/luasrc/view/themes/bootstrap_purple/footer.htm b/package/lienol/luci-theme-bootstrap-mc/luasrc/view/themes/bootstrap_purple/footer.htm index a821c31364..93012da5e2 100644 --- a/package/lienol/luci-theme-bootstrap-mc/luasrc/view/themes/bootstrap_purple/footer.htm +++ b/package/lienol/luci-theme-bootstrap-mc/luasrc/view/themes/bootstrap_purple/footer.htm @@ -2,7 +2,7 @@ Copyright 2008 Steven Barth Copyright 2008 Jo-Philipp Wich Copyright 2012 David Menting - Copyright 2018 Lienol + Copyright 2018-2019 Lienol Licensed to the public under the Apache License 2.0. -%> @@ -53,4 +53,3 @@ } - diff --git a/package/lienol/luci-theme-bootstrap-mc/luasrc/view/themes/bootstrap_purple/header.htm b/package/lienol/luci-theme-bootstrap-mc/luasrc/view/themes/bootstrap_purple/header.htm index 8bd1cc6391..391f42ccd8 100644 --- a/package/lienol/luci-theme-bootstrap-mc/luasrc/view/themes/bootstrap_purple/header.htm +++ b/package/lienol/luci-theme-bootstrap-mc/luasrc/view/themes/bootstrap_purple/header.htm @@ -2,7 +2,7 @@ Copyright 2008 Steven Barth Copyright 2008 Jo-Philipp Wich Copyright 2012 David Menting - Copyright 2018 Lienol + Copyright 2018-2019 Lienol Licensed to the public under the Apache License 2.0. -%>