Images refactored, Feed icon replaced, Fixed comment form focus
Before Width: | Height: | Size: 801 B |
Before Width: | Height: | Size: 789 B |
Before Width: | Height: | Size: 823 B |
Before Width: | Height: | Size: 556 B |
Before Width: | Height: | Size: 778 B After Width: | Height: | Size: 781 B |
Before Width: | Height: | Size: 599 B After Width: | Height: | Size: 674 B |
Before Width: | Height: | Size: 257 B |
BIN
app/assets/images/rss_ui.png
Normal file
After Width: | Height: | Size: 812 B |
|
@ -32,9 +32,9 @@ init:
|
|||
$("#submit_note").removeAttr("disabled");
|
||||
})
|
||||
|
||||
$("#note_note").live("click", function(){
|
||||
$("#note_note").live("focus", function(){
|
||||
$(this).css("height", "100px");
|
||||
$('.attach_holder').show();
|
||||
$('.note_advanced_opts').show();
|
||||
});
|
||||
|
||||
$("#note_attachment").change(function(e){
|
||||
|
|
|
@ -420,6 +420,8 @@ a.project-update.titled {
|
|||
cursor: move;
|
||||
height: 70%;
|
||||
overflow: hidden;
|
||||
background:white;
|
||||
border: 1px solid $style_color;
|
||||
}
|
||||
|
||||
|
||||
|
@ -960,3 +962,10 @@ li.note {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.rss-icon {
|
||||
img {
|
||||
width:24px;
|
||||
vertical-align:top;
|
||||
}
|
||||
}
|
||||
|
|