Przeglądaj źródła

HUE-5103 [core] Add little blue footer to login page

Romain Rigaux 9 lat temu
rodzic
commit
1b2daef
1 zmienionych plików z 12 dodań i 0 usunięć
  1. 12 0
      desktop/core/src/desktop/templates/login.mako

+ 12 - 0
desktop/core/src/desktop/templates/login.mako

@@ -30,6 +30,14 @@ ${ commonheader(_("Welcome to Hue"), "login", user, "50px", True, True) | n,unic
     background-color: #FAFAFA;
     padding-top: 150px;
   }
+
+  .footer {
+    position: fixed;
+    bottom: 0;
+    background-color: #338BB8;
+    height: 6px;
+    width: 100%;
+  }
 </style>
 
 <div class="navigator">
@@ -122,6 +130,10 @@ ${ commonheader(_("Welcome to Hue"), "login", user, "50px", True, True) | n,unic
   ${ _('Hue and the Hue logo are trademarks of Cloudera, Inc.') }
 </div>
 
+
+<div class="footer"></div>
+
+
 <script>
   $(document).ready(function () {
     $("form").on("submit", function () {