summaryrefslogtreecommitdiffstats
path: root/ogcp/static
diff options
context:
space:
mode:
authorDaniel GarcĂ­a Moreno <danigm@soleta.eu>2021-06-01 11:44:09 +0200
committerOpenGnSys Support Team <soporte-og@soleta.eu>2021-06-01 18:25:49 +0200
commitd4150080e3820e1f92137f5fc5c0985d366f29d7 (patch)
treee2240bbdddb38d7b217f0eedb43c473352cedb1d /ogcp/static
parent3cfdfa3b12660a2e61801771e06f55348c7cf970 (diff)
Use AdminLTE in base.html
This patch adds the css and js sources from the AdminLTE template to the base template so it can be used in all templates. There's also some flexbox bootstrap classes [1] to place the footer at the bootom always, even when there's no content to fill the page. [1] https://getbootstrap.com/docs/4.6/utilities/flex/
Diffstat (limited to 'ogcp/static')
-rw-r--r--ogcp/static/css/soleta.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/ogcp/static/css/soleta.css b/ogcp/static/css/soleta.css
index d9a775b..d748f5b 100644
--- a/ogcp/static/css/soleta.css
+++ b/ogcp/static/css/soleta.css
@@ -1,3 +1,8 @@
.state--opg {
background-color: rgb(252, 222, 66);
}
+
+html, body {
+ width: 100%;
+ height: 100% !important;
+}