From 17419dac386a091c57c190ee772279528336e218 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 11 Jan 2013 23:46:57 +0100 Subject: o Prettier build list. --- src/main/resources/webapp/apps/app.css | 10 +++++++++- .../resources/webapp/apps/frontPageApp/frontPageApp.js | 2 +- src/main/resources/webapp/apps/frontPageApp/person.html | 14 ++++---------- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/src/main/resources/webapp/apps/app.css b/src/main/resources/webapp/apps/app.css index 3088282..a53238d 100755 --- a/src/main/resources/webapp/apps/app.css +++ b/src/main/resources/webapp/apps/app.css @@ -21,7 +21,15 @@ } /* - * + * Common elements + */ + +table.text-baseline td { + vertical-align: baseline +} + +/* + * Other */ #content { diff --git a/src/main/resources/webapp/apps/frontPageApp/frontPageApp.js b/src/main/resources/webapp/apps/frontPageApp/frontPageApp.js index 6f80d0f..518fbbc 100755 --- a/src/main/resources/webapp/apps/frontPageApp/frontPageApp.js +++ b/src/main/resources/webapp/apps/frontPageApp/frontPageApp.js @@ -80,7 +80,7 @@ function PersonCtrl($scope, $routeParams, Person, Build, PagingTableService) { var personUuid = $routeParams.personUuid; $scope.mode = 'overview'; - $scope.builds = PagingTableService.create($scope, PagingTableService.defaultCallback(Build, {person: personUuid})); + $scope.builds = PagingTableService.create($scope, PagingTableService.defaultCallback(Build, {person: personUuid}), {count: 100}); $scope.setMode = function(mode) { $scope.mode = mode; diff --git a/src/main/resources/webapp/apps/frontPageApp/person.html b/src/main/resources/webapp/apps/frontPageApp/person.html index ba5c18d..cec5738 100755 --- a/src/main/resources/webapp/apps/frontPageApp/person.html +++ b/src/main/resources/webapp/apps/frontPageApp/person.html @@ -46,15 +46,6 @@

Recent builds

- - - @@ -68,7 +59,7 @@

Builds

-
{{build.timestamp | date:'medium'}}
+
@@ -79,6 +70,9 @@ + -- cgit v1.2.3
Date
{{build.timestamp | date:'medium'}} {{build.success}} + +