a bit of restyling. Replace some images with icons. Simplify note form
This commit is contained in:
parent
315fd7d746
commit
130f60d55b
14 changed files with 50 additions and 80 deletions
|
@ -20,12 +20,12 @@ var NoteList = {
|
|||
|
||||
if(NoteList.reversed) {
|
||||
var form = $(".js-main-target-form");
|
||||
form.find(".buttons, .note_options").hide();
|
||||
form.find(".note-form-actions").hide();
|
||||
var textarea = form.find(".js-note-text");
|
||||
textarea.css("height", "40px");
|
||||
textarea.on("focus", function(){
|
||||
textarea.css("height", "80px");
|
||||
form.find(".buttons, .note_options").show();
|
||||
form.find(".note-form-actions").show();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue