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:
Petr Vobornik
2012-07-25 12:32:39 +02:00
parent 1c79e283b1
commit 17a6b3f29d
2 changed files with 28 additions and 12 deletions

View File

@@ -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;