comments submit on enter. design touchup
This commit is contained in:
parent
108bf9d99e
commit
060767e794
2 changed files with 7 additions and 9 deletions
|
|
@ -47,9 +47,9 @@ $(document).ready(function(){
|
|||
}
|
||||
);
|
||||
|
||||
$("#publisher textarea").keydown( function(e) {
|
||||
$("#publisher textarea, .comment textarea").keydown( function(e) {
|
||||
if (e.keyCode == 13) {
|
||||
$("#publisher form").submit();
|
||||
$(this).closest("form").submit();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -248,7 +248,6 @@ li.message
|
|||
:background #eee
|
||||
|
||||
.content
|
||||
:max-width 610px
|
||||
:margin
|
||||
:top -4px
|
||||
:padding
|
||||
|
|
@ -450,16 +449,13 @@ ul.comment_set
|
|||
:top 1em
|
||||
:padding 0
|
||||
:list-style none
|
||||
:max-width 610px
|
||||
:background
|
||||
:color rgba(10,81,109,0.05)
|
||||
|
||||
textarea
|
||||
:width 100%
|
||||
|
||||
li.comment
|
||||
:margin
|
||||
:bottom 0.5em
|
||||
:background
|
||||
:color rgba(10,81,109,0.05)
|
||||
:padding 0.6em
|
||||
:border
|
||||
:bottom 1px solid #ddd
|
||||
|
|
@ -468,8 +464,10 @@ ul.comment_set
|
|||
:color #777
|
||||
:margin
|
||||
:top -2px
|
||||
:bottom -2px
|
||||
:padding
|
||||
:left 45px
|
||||
:right 20px
|
||||
.from
|
||||
a
|
||||
:color #444
|
||||
|
|
@ -477,7 +475,7 @@ ul.comment_set
|
|||
:size 12px
|
||||
|
||||
:line
|
||||
:height 18px
|
||||
:height 16px
|
||||
|
||||
div.time
|
||||
:color #bbb
|
||||
|
|
|
|||
Loading…
Reference in a new issue