summaryrefslogtreecommitdiffstats
path: root/install/ui/ipa.css
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2011-09-23 17:49:46 +0200
committerEndi S. Dewata <edewata@redhat.com>2011-09-26 14:58:06 +0000
commit09dc3562f2706184ae15ed36b1d874a00fe33e65 (patch)
tree7adab455ba2ae47c5ade8f2b2b80922cf7ad39ef /install/ui/ipa.css
parent5915e478ec81c7a2baa49700de976aa949e687e1 (diff)
downloadfreeipa-09dc3562f2706184ae15ed36b1d874a00fe33e65.tar.gz
freeipa-09dc3562f2706184ae15ed36b1d874a00fe33e65.tar.xz
freeipa-09dc3562f2706184ae15ed36b1d874a00fe33e65.zip
Fixed: Column header for attributes table should be full width
https://fedorahosted.org/freeipa/ticket/1841 The column header for the attributes table (IPA.attributes_widget) does not cover the entire width of the table. This problem appears in the adder dialog and details page for permissions, self-service permissions, and delegations.
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r--install/ui/ipa.css23
1 files changed, 5 insertions, 18 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index 7876da355..a838195c0 100644
--- a/install/ui/ipa.css
+++ b/install/ui/ipa.css
@@ -964,30 +964,17 @@ span.main-separator{
cursor: default;
}
-
-.aci-attribute-table {
-
-}
-
-.aci-attribute-table thead{
- display: block;
-}
-
-
-.aci-attribute-table tbody{
- width: 100%;
- height:10em;
- overflow:auto;
+.aci-attribute-table tbody {
border-bottom: 1px solid #8a8a8a;
- display: block;
+ height:10em;
}
-.aci-attribute-table th.aci-attribute-column{
- width: 20.5em;
+.aci-attribute-table .aci-attribute-column {
+ width: 200em; /* it will fit actual width */
}
.entity-views{
- list-style-type:none;
+ list-style-type:none;
}
.entity-views li {