Updated Branches: refs/heads/branch-1.2.5 896621132 -> c145371be
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/c145371b Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/c145371b Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/c145371b Branch: refs/heads/branch-1.2.5 Commit: c145371be581b849a30f5d67849ead28d0f3f374 Parents: 8966211 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:25 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/c145371b/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{
