commit.short_id as model method. Styled inline comment form

This commit is contained in:
randx 2012-07-27 11:22:05 +03:00
parent 67ef96ea5f
commit 0590aa9d60
7 changed files with 46 additions and 23 deletions

View file

@ -33,7 +33,7 @@ init:
})
$("#note_note").live("focus", function(){
$(this).css("height", "100px");
$(this).css("height", "80px");
$('.note_advanced_opts').show();
});

View file

@ -24,8 +24,8 @@
/* Note textare */
#note_note {
height:100px;
width:97%;
height:80px;
width:99%;
font-size:14px;
}
@ -100,8 +100,25 @@ tr.line_notes_row {
td {
border-bottom:1px solid #ddd;
}
.actions {
.note_actions {
margin:0;
padding-top: 10px;
.buttons {
float:left;
width:300px;
}
.options {
.labels {
float:left;
padding-left:10px;
label {
padding: 6px 0;
margin: 0;
width:120px;
}
}
}
}
}