summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2011-08-31 14:42:33 +0200
committerEndi S. Dewata <edewata@redhat.com>2011-08-31 19:37:06 +0000
commit887f02a4879d010278b3e64eae2525382172fb4c (patch)
tree47e50a07f5df6814fdd49c96f5a024b6adab2bcc
parent01dcfe4b3e303f59c04deb0f5f1e4c85cee69df3 (diff)
downloadfreeipa-887f02a4879d010278b3e64eae2525382172fb4c.tar.gz
freeipa-887f02a4879d010278b3e64eae2525382172fb4c.tar.xz
freeipa-887f02a4879d010278b3e64eae2525382172fb4c.zip
Attributes table not scrollable
https://fedorahosted.org/freeipa/ticket/1739 The attributes table (IPA.attributes_widget) used in Permissions, Self-Service Permissions, and Delegations is supposed to be short but scrollable. In Firefox 3.6 it works fine, but in Firefox 6.0 it appears as a long non-scrollable table which makes it more difficult to use.
-rw-r--r--install/ui/ipa.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index 705e9a11e..e341b4112 100644
--- a/install/ui/ipa.css
+++ b/install/ui/ipa.css
@@ -1035,12 +1035,17 @@ span.main-separator{
}
+.aci-attribute-table thead{
+ display: block;
+}
+
.aci-attribute-table tbody{
- width: 20em;
+ width: 100%;
height:10em;
overflow:auto;
border-bottom: 1px solid #8a8a8a;
+ display: block;
}
.aci-attribute-table th.aci-attribute-column{