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.
This commit is contained in:
Petr Vobornik
2011-09-23 17:49:46 +02:00
committed by Endi S. Dewata
parent dfc704de25
commit d8f8613e99
2 changed files with 9 additions and 23 deletions

View File

@@ -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 {