You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by at...@apache.org on 2015/01/22 13:14:59 UTC

ambari git commit: AMBARI-9259 Configs: the configs version control bar is not filling the width. (atkach)

Repository: ambari
Updated Branches:
  refs/heads/trunk 8ebade750 -> 0dbcee264


AMBARI-9259 Configs: the configs version control bar is not filling the width. (atkach)


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

Branch: refs/heads/trunk
Commit: 0dbcee2644a93e41bd0740b8d1a443d63a0e240b
Parents: 8ebade7
Author: Andrii Tkach <at...@hortonworks.com>
Authored: Thu Jan 22 13:33:15 2015 +0200
Committer: Andrii Tkach <at...@hortonworks.com>
Committed: Thu Jan 22 13:33:15 2015 +0200

----------------------------------------------------------------------
 ambari-web/app/styles/config_history_flow.less | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/0dbcee26/ambari-web/app/styles/config_history_flow.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/config_history_flow.less b/ambari-web/app/styles/config_history_flow.less
index 2f4265a..372ec69 100644
--- a/ambari-web/app/styles/config_history_flow.less
+++ b/ambari-web/app/styles/config_history_flow.less
@@ -186,6 +186,12 @@
   .version-info-bar-wrapper {
     position: fixed;
     z-index: 2;
+    width: 747px;
+  }
+  @media (min-width: 1200px) {
+    .version-info-bar-wrapper {
+      width: 960px;
+    }
   }
   .version-info-bar {
     background-image: -moz-linear-gradient(top, @top-nav-bg-color-from, @top-nav-bg-color-to);
@@ -202,7 +208,7 @@
     border-radius: 4px;
     margin: 5px 0;
     padding: 5px;
-    width: 747px;
+    width: 100%;
 
     .icon-remove-circle {
       color: #ffffff;