Updated Branches: refs/heads/trunk e10d85756 -> 6112685ba
AMBARI-3691 host detail page missing padding under tabs. (ababiichuk) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/6112685b Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/6112685b Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/6112685b Branch: refs/heads/trunk Commit: 6112685ba00ab7e038d2f3533459a84d0fde8cdb Parents: e10d857 Author: aBabiichuk <[email protected]> Authored: Tue Nov 5 13:40:40 2013 +0200 Committer: aBabiichuk <[email protected]> Committed: Tue Nov 5 13:40:40 2013 +0200 ---------------------------------------------------------------------- ambari-web/app/styles/application.less | 4 +++- ambari-web/app/templates/main/host/summary.hbs | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/6112685b/ambari-web/app/styles/application.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less index 49c985e..6ec0161 100644 --- a/ambari-web/app/styles/application.less +++ b/ambari-web/app/styles/application.less @@ -3252,7 +3252,9 @@ ul.filter { #user-auth-method select { width: 320px; } - +.host-block { + margin-top: 20px; +} /*start charts rack*/ .rack { width: 98%; http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/6112685b/ambari-web/app/templates/main/host/summary.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/main/host/summary.hbs b/ambari-web/app/templates/main/host/summary.hbs index 80179e7..47bceb6 100644 --- a/ambari-web/app/templates/main/host/summary.hbs +++ b/ambari-web/app/templates/main/host/summary.hbs @@ -16,7 +16,7 @@ * limitations under the License. }} -<div class="row-fluid"> +<div class="row-fluid host-block"> <div class="span12"> <div class="span6"> {{!components}}
