new form template fixes

This commit is contained in:
vitalets
2012-11-26 13:01:04 +04:00
parent c9f2f31add
commit 999bbe25df
4 changed files with 34 additions and 26 deletions

@ -12,6 +12,11 @@
margin-left: 7px;
}
/*for jquery-ui buttons need set height to look more pretty*/
.editable-buttons button.ui-button {
height: 24px;
}
.editableform-loading {
background: url('img/loading.gif') center center no-repeat;
height: 25px;