Updated Branches: refs/heads/trunk bd6779848 -> c8a6cbd38
AMBARI-3084. align middle the caret on host component expander. (Jeff Sposetti 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/c8a6cbd3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/c8a6cbd3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/c8a6cbd3 Branch: refs/heads/trunk Commit: c8a6cbd38b52d50f280726949b5396e3ff182f69 Parents: bd67798 Author: Yusaku Sako <[email protected]> Authored: Fri Sep 6 11:13:10 2013 -0700 Committer: Yusaku Sako <[email protected]> Committed: Fri Sep 6 11:13:10 2013 -0700 ---------------------------------------------------------------------- ambari-web/app/styles/application.less | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/c8a6cbd3/ambari-web/app/styles/application.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less index f893db0..7f6f451 100644 --- a/ambari-web/app/styles/application.less +++ b/ambari-web/app/styles/application.less @@ -2693,6 +2693,7 @@ table.graphs { .caret { vertical-align: middle; margin-right: 5px; + margin-bottom: 2px; &.right { border-left: 4px solid #000000; border-top: 4px solid transparent;
