From b01220cc38b2bcaeb35931bda1dc9a258ff3850b Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Fri, 27 May 2011 16:30:41 -0500 Subject: Added pagination for associations. The association facet has been modified to support pagination. The UI will show 20 members per page. There are buttons to go to a previous or next page. There is also an input text to jump directly to a certain page. Ticket #1011 --- install/ui/ipa.css | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'install/ui/ipa.css') diff --git a/install/ui/ipa.css b/install/ui/ipa.css index 826bd180b..cc96cb801 100644 --- a/install/ui/ipa.css +++ b/install/ui/ipa.css @@ -642,11 +642,26 @@ a.action-button-disabled { border: 1px solid #dfdfdf; } -.search-table tfoot tr td span{ +.search-table tfoot tr td { border-top: 1px solid #dfdfdf; margin-top: 1em; padding: 0.9em 0 0 1em; - display: block; +} + +.search-table span[name=summary] { + float: left; +} + +.search-table span[name=pagination] { + float: right; +} + +.search-table span[name=pagination] a { + cursor:pointer; +} + +.search-table span[name=pagination] input[name=current_page] { + width: 22px; } .aci-attribute-table tbody{ -- cgit