summaryrefslogtreecommitdiffstats
path: root/install/ui/ipa.css
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2011-11-17 11:25:09 -0600
committerEndi S. Dewata <edewata@redhat.com>2011-12-06 22:07:44 +0000
commit6f0c16e4289dd1a68bfd673da52a511087d84b9a (patch)
tree7146fc84898d62efb30a2021689bb97bc57527f9 /install/ui/ipa.css
parent8f642bbe0885b4e6d375b705fcead6360d98b30f (diff)
downloadfreeipa-6f0c16e4289dd1a68bfd673da52a511087d84b9a.tar.gz
freeipa-6f0c16e4289dd1a68bfd673da52a511087d84b9a.tar.xz
freeipa-6f0c16e4289dd1a68bfd673da52a511087d84b9a.zip
Added support for radio buttons in table widget.
The table widget has been modified to support single-valued attribute using radio buttons needed by some facets in HBAC Test. The widget now uses 'pagination' flag to determine whether to show the pagination control. The test data has also been updated. Ticket #388
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r--install/ui/ipa.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index d9b547575..c1391a4ea 100644
--- a/install/ui/ipa.css
+++ b/install/ui/ipa.css
@@ -709,15 +709,15 @@ span.main-nav-off > a:visited {
margin-right: 4em;
}
-.search-table span[name=pagination] {
+.search-table .pagination-control {
float: right;
}
-.search-table span[name=pagination] a {
+.search-table .pagination-control a {
cursor:pointer;
}
-.search-table span[name=pagination] input[name=current_page] {
+.search-table .pagination-control input[name=current_page] {
width: 22px;
}