From 6b50a563730467a419fe42800ad33b5f5eb385a0 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 1 Apr 2014 13:27:52 -0400 Subject: Fixed pagination controls. The pagination controls have been fixed to resemble the UXD design. The page jump control is now located between the first/previous buttons and the next/last buttons. Ticket #848 --- base/server/share/webapps/pki/css/pki-ui.css | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'base/server') diff --git a/base/server/share/webapps/pki/css/pki-ui.css b/base/server/share/webapps/pki/css/pki-ui.css index 3743c0c87..042f6033d 100644 --- a/base/server/share/webapps/pki/css/pki-ui.css +++ b/base/server/share/webapps/pki/css/pki-ui.css @@ -155,19 +155,24 @@ table tfoot tr th { float: right; } -.pki-table-actions span[name="info"] { +.pki-table-actions .pki-table-info { line-height: 26px; margin: 4px; display: inline-block; + float: left; } -table span[name="page-controls"] { +.pki-table-actions .pki-page-controls { float: right; } -table span[name="page-jump"] { - margin: 0 8px 0 0; - float: right; +.pki-table-actions .pki-page-controls .pagination { + float: left; +} + +.pki-table-actions .pki-page-controls .pki-page-jump { + margin: 0 10px 0 10px; + float: left; } #content { -- cgit