Updated Branches:
  refs/heads/trunk 4b2fa7be8 -> 5e9671675

AMBARI-2636. Dashboard Metrics legend size increased unexpectedly on mouseover 
from line space. (Xi Wang via yusaku)


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

Branch: refs/heads/trunk
Commit: 5e96716754a9406648e9d9796a316077f234aa96
Parents: 4b2fa7b
Author: Yusaku Sako <[email protected]>
Authored: Wed Jul 17 14:49:03 2013 -0700
Committer: Yusaku Sako <[email protected]>
Committed: Wed Jul 17 14:49:03 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/5e967167/ambari-web/app/styles/application.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/application.less 
b/ambari-web/app/styles/application.less
index f5b54d3..9b6f0bc 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -2055,8 +2055,6 @@ table.graphs {
     .thumbnails {
       margin-left: 8px;
     }
-    .sortable-placeholder {
-    }
     .row-fluid .span2p4 {
       width: 19.34%;
       *width: 19.34%;
@@ -2217,6 +2215,18 @@ table.graphs {
       .chart svg{
         margin-right: 20px;
       }
+      .rickshaw_legend{
+        padding-top: 3px;
+      }
+      .chart-legend {
+        top: 120px;
+        left:15px;
+        text-align: left;
+        z-index: 3;
+        ul >li{
+          max-height: 10px;
+        }
+      }
     }
     .cluster-metrics .alert {
       padding: 0px;
@@ -2232,19 +2242,6 @@ table.graphs {
       .caption{
         margin-left: -6px;
       }
-      .rickshaw_legend{
-        padding-top: 3px;
-      }
-      .chart-legend {
-        top: 120px;
-        left:15px;
-        text-align: left;
-        z-index: 3;
-        ul >li{
-          max-height: 10px;
-        }
-      }
-
     }
     .links .thumbnail{
       li{

Reply via email to