mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
enroll dialog layout
we were squeezing the buttons in the middle of the page. This patch shrinks the two boxes on either side and centers the buttons.
This commit is contained in:
parent
bc27191db6
commit
902bd906a5
@ -710,13 +710,13 @@ table.scrollable tbody {
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 25.0em;
|
||||
width: 23.0em;
|
||||
}
|
||||
|
||||
.adder-dialog-buttons {
|
||||
position: absolute;
|
||||
top: 1.5em;
|
||||
left: 25em;
|
||||
left: 23.35em;
|
||||
right: 25;
|
||||
bottom: 0;
|
||||
text-align: center;
|
||||
@ -728,7 +728,7 @@ table.scrollable tbody {
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
width: 25em;
|
||||
width: 23em;
|
||||
}
|
||||
|
||||
.adder-dialog-internal {
|
||||
|
Loading…
Reference in New Issue
Block a user