mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix association adder dialog table-body position
https://fedorahosted.org/freeipa/ticket/3904
This commit is contained in:
committed by
Martin Kosek
parent
046560220a
commit
266a39de7f
@@ -470,10 +470,6 @@ div[name=settings].facet-group li a {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.search-table > a:link, a:visted {
|
||||
color:black;
|
||||
}
|
||||
|
||||
.search-table thead tr th {
|
||||
padding: 0 6px;
|
||||
background-color:#f6f6f6;
|
||||
@@ -845,8 +841,8 @@ table.scrollable tbody {
|
||||
.adder-dialog tbody {
|
||||
position: absolute;
|
||||
bottom: 32px;
|
||||
left: 3px;
|
||||
right: 4px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 31px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user