diff --git a/dashboard/app/build/ui.html b/dashboard/app/build/ui.html index a3cd1a0231..96fa6ea7ec 100644 --- a/dashboard/app/build/ui.html +++ b/dashboard/app/build/ui.html @@ -122,9 +122,11 @@ {{with $.Pagination}}
- newer - older - latest +
{{end}} diff --git a/dashboard/app/static/style.css b/dashboard/app/static/style.css index 858adea1f6..4741513517 100644 --- a/dashboard/app/static/style.css +++ b/dashboard/app/static/style.css @@ -186,7 +186,7 @@ table thead tr { font-size: 83%; } -.build .desc, .build .date, .build .user { +.build .desc, .build .time, .build .user { white-space: nowrap; } @@ -205,7 +205,6 @@ table thead tr { /* pagination */ .paginate nav { - text-align: center; padding: 0.5em; margin: 10px 0; }