From 0c6bb50dd4774cd6b8a949b9951c5621873be1fe Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Wed, 4 Nov 2015 14:24:09 -0800 Subject: [PATCH] Tower 3.0 footer footer with copyright and logo --- awx/ui/client/src/footer/footer.block.less | 37 ++++++++++++++++++++++ awx/ui/templates/ui/index.html | 9 +++++- 2 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 awx/ui/client/src/footer/footer.block.less diff --git a/awx/ui/client/src/footer/footer.block.less b/awx/ui/client/src/footer/footer.block.less new file mode 100644 index 0000000000..b1f65d44b8 --- /dev/null +++ b/awx/ui/client/src/footer/footer.block.less @@ -0,0 +1,37 @@ +/** @define DashboardCounts */ + +.Footer { + height: 40px; + background-color: #d7d7d7; + color: #848992; + width: 100%; + z-index: 1040; + position: fixed; + right: 0; + left: 0; + bottom: 0; +} + +.Footer-logo { + float: left; + height: 40px; + width: 250px; +} + +.Footer-logoImage { + height: 40px; + width: 250px; +} + +.Footer-copyright{ + float: right; + font-size: 12px; + margin-right: 20px; + margin-top: 10px; +} +.Footer-link:hover{ + color: #ffffff; +} +.Footer-link{ + color: #848992; +} diff --git a/awx/ui/templates/ui/index.html b/awx/ui/templates/ui/index.html index 82ec76318a..8154266d46 100644 --- a/awx/ui/templates/ui/index.html +++ b/awx/ui/templates/ui/index.html @@ -247,7 +247,14 @@ --> - +