Updated Branches: refs/heads/branch-1.4.3 106deef1f -> e60a5f1a1
AMBARI-4220. Padding for config override properties. (sposetti via yusaku) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e60a5f1a Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e60a5f1a Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e60a5f1a Branch: refs/heads/branch-1.4.3 Commit: e60a5f1a1ca4713e80bf25f371a1ea6f82f57319 Parents: 106deef Author: Yusaku Sako <[email protected]> Authored: Fri Jan 3 15:48:40 2014 -0800 Committer: Yusaku Sako <[email protected]> Committed: Fri Jan 3 15:48:40 2014 -0800 ---------------------------------------------------------------------- ambari-web/app/styles/application.less | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/e60a5f1a/ambari-web/app/styles/application.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less index c274bac..0ddb705 100644 --- a/ambari-web/app/styles/application.less +++ b/ambari-web/app/styles/application.less @@ -648,6 +648,8 @@ h1 { .service-config-section{ .overridden-property{ background-color: rgba(211, 237, 247, 0.39); + padding: 5px; + margin-left: -5px; } } .entry-row {
