summaryrefslogtreecommitdiffstats
path: root/install/ui/ipa.css
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-05-27 16:30:41 -0500
committerAdam Young <ayoung@redhat.com>2011-05-31 17:24:08 -0400
commitb01220cc38b2bcaeb35931bda1dc9a258ff3850b (patch)
tree241e93cdcf757cab151cb2b70159811adaa685ab /install/ui/ipa.css
parentfd639bc88c2b811fda538988593dc8898ea5ab6d (diff)
downloadfreeipa-b01220cc38b2bcaeb35931bda1dc9a258ff3850b.tar.gz
freeipa-b01220cc38b2bcaeb35931bda1dc9a258ff3850b.tar.xz
freeipa-b01220cc38b2bcaeb35931bda1dc9a258ff3850b.zip
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
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r--install/ui/ipa.css19
1 files changed, 17 insertions, 2 deletions
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{