Return-Path: X-Original-To: apmail-aurora-commits-archive@minotaur.apache.org Delivered-To: apmail-aurora-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9BBA310BD2 for ; Sat, 5 Apr 2014 00:06:20 +0000 (UTC) Received: (qmail 87071 invoked by uid 500); 5 Apr 2014 00:05:45 -0000 Delivered-To: apmail-aurora-commits-archive@aurora.apache.org Received: (qmail 86795 invoked by uid 500); 5 Apr 2014 00:05:36 -0000 Mailing-List: contact commits-help@aurora.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.incubator.apache.org Delivered-To: mailing list commits@aurora.incubator.apache.org Received: (qmail 86625 invoked by uid 99); 5 Apr 2014 00:05:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Apr 2014 00:05:32 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 05 Apr 2014 00:05:25 +0000 Received: (qmail 85410 invoked by uid 99); 5 Apr 2014 00:04:50 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Apr 2014 00:04:50 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A989C94377D; Sat, 5 Apr 2014 00:04:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mansu@apache.org To: commits@aurora.incubator.apache.org Date: Sat, 05 Apr 2014 00:05:31 -0000 Message-Id: In-Reply-To: <5fdaab79d57e42c185ff60c632bdc6f2@git.apache.org> References: <5fdaab79d57e42c185ff60c632bdc6f2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [45/50] [abbrv] git commit: Fixed task status layout. X-Virus-Checked: Checked by ClamAV on apache.org Fixed task status layout. Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/f6d57a3b Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/f6d57a3b Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/f6d57a3b Branch: refs/heads/mansu/job_page Commit: f6d57a3beb4703342419fed48b2a927db5be8a78 Parents: e17bacd Author: Suman Karumuri Authored: Fri Apr 4 11:21:17 2014 -0700 Committer: Suman Karumuri Committed: Fri Apr 4 11:21:17 2014 -0700 ---------------------------------------------------------------------- .../org/apache/aurora/scheduler/http/ui/css/app.css | 8 ++++---- .../resources/org/apache/aurora/scheduler/http/ui/job.html | 2 +- .../resources/org/apache/aurora/scheduler/http/ui/role.html | 2 +- .../org/apache/aurora/scheduler/http/ui/taskStatus.html | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/f6d57a3b/src/main/resources/org/apache/aurora/scheduler/http/ui/css/app.css ---------------------------------------------------------------------- diff --git a/src/main/resources/org/apache/aurora/scheduler/http/ui/css/app.css b/src/main/resources/org/apache/aurora/scheduler/http/ui/css/app.css index ab8fd85..3a26e7d 100644 --- a/src/main/resources/org/apache/aurora/scheduler/http/ui/css/app.css +++ b/src/main/resources/org/apache/aurora/scheduler/http/ui/css/app.css @@ -25,10 +25,6 @@ ul.breadcrumb { border-bottom: 0px; } -.summaryTable { - margin-left: 0px; -} - .summaryButton { margin-bottom: 10px; } @@ -36,3 +32,7 @@ ul.breadcrumb { .schedulingStatus { border-bottom: 1px #aaaaaa dashed; } + +.noMarginLeft { + margin-left: 0px; +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/f6d57a3b/src/main/resources/org/apache/aurora/scheduler/http/ui/job.html ---------------------------------------------------------------------- diff --git a/src/main/resources/org/apache/aurora/scheduler/http/ui/job.html b/src/main/resources/org/apache/aurora/scheduler/http/ui/job.html index e83674f..372c362 100644 --- a/src/main/resources/org/apache/aurora/scheduler/http/ui/job.html +++ b/src/main/resources/org/apache/aurora/scheduler/http/ui/job.html @@ -28,7 +28,7 @@ {{summaryButtonText}}
-
+
-
+
http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/f6d57a3b/src/main/resources/org/apache/aurora/scheduler/http/ui/taskStatus.html ---------------------------------------------------------------------- diff --git a/src/main/resources/org/apache/aurora/scheduler/http/ui/taskStatus.html b/src/main/resources/org/apache/aurora/scheduler/http/ui/taskStatus.html index 121dfe8..9f0cc4a 100644 --- a/src/main/resources/org/apache/aurora/scheduler/http/ui/taskStatus.html +++ b/src/main/resources/org/apache/aurora/scheduler/http/ui/taskStatus.html @@ -1,5 +1,5 @@ -
+