From 007a12f5c21672b99caeef3d9b45d2ce44f99067 Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Tue, 7 Mar 2017 18:18:09 +0200 Subject: [PATCH] UI: Add 'powered by' footer to dashboards --- ui/src/app/dashboard/dashboard.scss | 21 +++++++++++++++++++++ ui/src/app/dashboard/dashboard.tpl.html | 3 +++ 2 files changed, 24 insertions(+) diff --git a/ui/src/app/dashboard/dashboard.scss b/ui/src/app/dashboard/dashboard.scss index efc897e4d9..8f50ca295f 100644 --- a/ui/src/app/dashboard/dashboard.scss +++ b/ui/src/app/dashboard/dashboard.scss @@ -134,3 +134,24 @@ section.tb-dashboard-toolbar { @include transition(margin-top .3s cubic-bezier(.55,0,.55,.2) .2s); } } + +/***************************** + * dashboard powered by footer + ****************************/ + +section.tb-powered-by-footer { + position: absolute; + right: 25px; + bottom: 5px; + z-index: 3; + pointer-events: none; + span { + font-size: 12px; + a { + font-weight: bold; + text-decoration: none; + border: none; + pointer-events: all; + } + } +} diff --git a/ui/src/app/dashboard/dashboard.tpl.html b/ui/src/app/dashboard/dashboard.tpl.html index a9a3625ba3..26063b3383 100644 --- a/ui/src/app/dashboard/dashboard.tpl.html +++ b/ui/src/app/dashboard/dashboard.tpl.html @@ -292,4 +292,7 @@ +