clear link in date input
This commit is contained in:
@@ -51,4 +51,9 @@
|
||||
.editableform .editable-date {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.editable-clear {
|
||||
float: right;
|
||||
font-size: 0.9em;
|
||||
}
|
@@ -418,8 +418,8 @@ Editableform is linked with one of input types, e.g. 'text' or 'select'.
|
||||
$.fn.editableform.loading = '<div class="editableform-loading"></div>';
|
||||
|
||||
//buttons
|
||||
$.fn.editableform.buttons = '<button type="submit">Ok</button>'+
|
||||
'<button type="button">Cancel</button>';
|
||||
$.fn.editableform.buttons = '<button type="submit">ok</button>'+
|
||||
'<button type="button">cancel</button>';
|
||||
|
||||
//error class attahced to control-group
|
||||
$.fn.editableform.errorGroupClass = null;
|
||||
|
Reference in New Issue
Block a user