mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-12 01:01:55 -06:00
adder dialogs with external made the styles for the internal and external classes match the styles for available.
This commit is contained in:
parent
5eca488d6a
commit
d9ea7f077f
@ -944,19 +944,22 @@ table.scrollable tbody {
|
||||
}
|
||||
|
||||
.adder-dialog-internal {
|
||||
border: 1px solid black;
|
||||
background-color: #ffffff;
|
||||
border: none;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 4.5em;
|
||||
width: 25em;
|
||||
bottom: 0;
|
||||
width: 23em;
|
||||
padding-top: 1em;
|
||||
|
||||
}
|
||||
|
||||
.adder-dialog-external {
|
||||
border: 1px solid black;
|
||||
border: none;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 25em;
|
||||
width: 23em;
|
||||
height: 4em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user