Updated Branches: refs/heads/trunk 64553564d -> e826f78e6
AMBARI-4540. Customize Services: Remove icon and label breaks up into multiple lines. (xiwang via yusaku) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e826f78e Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e826f78e Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e826f78e Branch: refs/heads/trunk Commit: e826f78e624a7525bc5df38e0b1d46095074db29 Parents: 6455356 Author: Yusaku Sako <[email protected]> Authored: Wed Feb 5 14:37:45 2014 -0800 Committer: Yusaku Sako <[email protected]> Committed: Wed Feb 5 14:37:45 2014 -0800 ---------------------------------------------------------------------- ambari-web/app/styles/application.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/e826f78e/ambari-web/app/styles/application.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less index 03344d9..5d7b014 100644 --- a/ambari-web/app/styles/application.less +++ b/ambari-web/app/styles/application.less @@ -665,8 +665,10 @@ h1 { color: #008000; } .action{ - margin-left: 7px; - margin-right: 3px; + margin-left: 3px; + margin-right: 1px; + font-size: 13px; + white-space: nowrap; } .control-group { margin: 0px;
