AMBARI-20446 Clock widget is not displayed. (ababiichuk)

Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/75f1a29e
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/75f1a29e
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/75f1a29e

Branch: refs/heads/branch-feature-AMBARI-12556
Commit: 75f1a29e6c99cdbaf39a9e6afa6ba97fc81b1209
Parents: 1fc4144
Author: ababiichuk <ababiic...@hortonworks.com>
Authored: Tue Mar 14 18:49:01 2017 +0200
Committer: ababiichuk <ababiic...@hortonworks.com>
Committed: Tue Mar 14 18:49:01 2017 +0200

----------------------------------------------------------------------
 ambari-web/app/styles/application.less | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/75f1a29e/ambari-web/app/styles/application.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/application.less 
b/ambari-web/app/styles/application.less
index 151e404..2112c51 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -69,16 +69,6 @@ ul.typeahead.dropdown-menu {
   overflow: visible;
   padding-bottom: @footer-height;
   min-width: 980px;
-
-   .clock-view {
-     top: 10px;
-     left: 4px;
-     position: fixed;
-     color: red;
-     font-weight: bold;
-     padding: 4px;
-     background-color: rgba(0, 0, 0, 0.6);
-  }
 }
 
 footer {
@@ -2661,3 +2651,13 @@ a.abort-icon:hover {
     text-transform: none;
   }
 }
+
+.clock-view {
+  bottom: 10px;
+  right: 4px;
+  position: fixed;
+  color: red;
+  font-weight: bold;
+  padding: 4px;
+  background-color: rgba(0, 0, 0, 0.6);
+}

Reply via email to