You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by on...@apache.org on 2014/01/24 16:31:48 UTC

git commit: AMBARI-4413. Hosts page: component expander label wrapping. (onechiporenko)

Updated Branches:
  refs/heads/trunk e42416421 -> ca103852f


AMBARI-4413. Hosts page: component expander label wrapping. (onechiporenko)


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

Branch: refs/heads/trunk
Commit: ca103852fd8889232ad20d2bc53bfd00f170dfd6
Parents: e424164
Author: Oleg Nechiporenko <on...@apache.org>
Authored: Fri Jan 24 17:28:50 2014 +0200
Committer: Oleg Nechiporenko <on...@apache.org>
Committed: Fri Jan 24 17:31:39 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/ca103852/ambari-web/app/styles/application.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less
index 50015c7..fca4a0e 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -2805,7 +2805,7 @@ table.graphs {
     .col2,
     td:first-child + td + td,
     th:first-child + th + th{
-      width: 19%;
+      width: 18%;
     }
     .col3, .col4,
     td:first-child + td + td + td,
@@ -2815,7 +2815,7 @@ table.graphs {
       width:1.5%;
       min-width:13px!important;
     }
-    .col5,.col6,.col7,.col8,.col9,.col10,
+    .col5,.col6,.col7,.col8,.col9,
     td:first-child + td + td + td + td + td,
     th:first-child + th + th + th + th + th,
     td:first-child + td + td + td + td + td + td,
@@ -2825,18 +2825,16 @@ table.graphs {
     td:first-child + td + td + td + td + td + td + td + td,
     th:first-child + th + th + th + th + th + th + th + th,
     td:first-child + td + td + td + td + td + td + td + td + td,
-    th:first-child + th + th + th + th + th + th + th + th + th,
-    td:first-child + td + td + td + td + td + td + td + td + td + td,
-    th:first-child + th + th + th + th + th + th + th + th + th + th,
-    td:first-child + td + td + td + td + td + td + td + td + td + td + td,
-    th:first-child + th + th + th + th + th + th + th + th + th + th + th{
-      width: 10%;
+    th:first-child + th + th + th + th + th + th + th + th + th{
+      width: 12%;
+      max-width: 12% !important;
     }
 
-    .col11,
-    td:first-child + td + td + td + td + td + td + td + td + td + td + td + td,
-    th:first-child + th + th + th + th + th + th + th + th + th + th + th + th{
-      width: 15%;
+    .col10,
+    td:first-child + td + td + td + td + td + td + td + td + td + td,
+    th:first-child + th + th + th + th + th + th + th + th + th + th{
+      width: 16%;
+      max-width: 16% !important;
     }
 
     td.name {