mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
parent
989556e499
commit
1bea7f858d
@ -1029,7 +1029,7 @@ table.scrollable tbody {
|
|||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
margin-top: 2px;
|
margin-top: 4px;
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1047,6 +1047,11 @@ table.scrollable tbody {
|
|||||||
width: 238px;
|
width: 238px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.combobox-widget-list a {
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.combobox-widget-list .search-icon {
|
.combobox-widget-list .search-icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
@ -96,14 +96,22 @@ input[type="radio"]:checked:disabled + label {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.controls .link-btn {
|
.controls {
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.controls a,
|
.link-btn {
|
||||||
.controls label {
|
display: inline-block;
|
||||||
padding-top: 3px;
|
}
|
||||||
margin-bottom: 3px;
|
|
||||||
|
a, label {
|
||||||
|
padding-top: 3px;
|
||||||
|
margin-bottom: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
// disable previous in combobox
|
||||||
|
.combobox-widget a {
|
||||||
|
padding: 0px;
|
||||||
|
margin: 0px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user