Updated Branches: refs/heads/trunk 470c3436f -> 8056bb3db
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/8056bb3d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8056bb3d Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8056bb3d Branch: refs/heads/trunk Commit: 8056bb3db5c4dc761bf9d2f1efb4e730456e0841 Parents: 470c343 Author: Yusaku Sako <[email protected]> Authored: Fri Jan 3 15:48:40 2014 -0800 Committer: Yusaku Sako <[email protected]> Committed: Fri Jan 3 15:49:52 2014 -0800 ---------------------------------------------------------------------- ambari-web/app/styles/application.less | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/8056bb3d/ambari-web/app/styles/application.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less index 425a6d0..1c25d2d 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 {
