From c7674acb22bd39ad32fb4697563f79b364449e20 Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Wed, 13 Jan 2016 14:23:06 -0500 Subject: [PATCH] Tweaked the list pagination styling to match more closely with the spec. --- awx/ui/client/legacy-styles/lists.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awx/ui/client/legacy-styles/lists.less b/awx/ui/client/legacy-styles/lists.less index 467a4ef13c..7a57df7c30 100644 --- a/awx/ui/client/legacy-styles/lists.less +++ b/awx/ui/client/legacy-styles/lists.less @@ -103,10 +103,11 @@ table, tbody { } .List-pagination { - margin-top: 10px; + margin-top: 20px; font-size: 12px; color: @list-pagin-text; text-transform: uppercase; + height: 22px; } .List-paginationPager {