a bit of restyling. Replace some images with icons. Simplify note form

This commit is contained in:
Dmitriy Zaporozhets 2013-01-31 11:22:06 +02:00
parent 315fd7d746
commit 130f60d55b
14 changed files with 50 additions and 80 deletions

View file

@ -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();
});
}