mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Unified buttons
Buttons in association dialog and action list have different style and behavior than buttons in dialogs. This patch unifies it by using jquery.button widget. https://fedorahosted.org/freeipa/ticket/2817
This commit is contained in:
@@ -1238,6 +1238,10 @@ table.scrollable tbody {
|
||||
width: 98%;
|
||||
}
|
||||
|
||||
.adder-dialog-buttons > div:first-child{
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
/* ---- Widgets ---- */
|
||||
|
||||
.text-widget input {
|
||||
@@ -1655,11 +1659,6 @@ form#login {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
/* TODO: replace with button */
|
||||
#content .facet-action-list div[name=apply] a.ui-state-default {
|
||||
padding: 3px 5px 1px 5px;
|
||||
}
|
||||
|
||||
.facet-action-list select {
|
||||
font-size: 11px;
|
||||
padding-left: 4px;
|
||||
|
||||
Reference in New Issue
Block a user