clear button padding 25 --> 20
This commit is contained in:
parent
02a961ed85
commit
569fc40dbb
src/inputs
@ -44,7 +44,7 @@ $(function(){
|
||||
if (this.options.clear) {
|
||||
this.$clear = $('<span class="editable-clear-x"></span>');
|
||||
this.$input.after(this.$clear)
|
||||
.css('padding-right', 25)
|
||||
.css('padding-right', 20)
|
||||
.keyup($.proxy(this.toggleClear, this))
|
||||
.parent().css('position', 'relative');
|
||||
|
||||
|
@ -10,7 +10,8 @@ Textarea input
|
||||
$(function(){
|
||||
$('#comments').editable({
|
||||
url: '/post',
|
||||
title: 'Enter comments'
|
||||
title: 'Enter comments',
|
||||
rows: 10
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user