2012-02-26 23:41:53 +01:00
|
|
|
/**
|
|
|
|
* Notes
|
|
|
|
*
|
|
|
|
*/
|
2012-02-27 18:05:27 +01:00
|
|
|
#notes-list,
|
|
|
|
#new_notes_list {
|
2011-11-12 12:04:43 +01:00
|
|
|
display:block;
|
|
|
|
list-style:none;
|
|
|
|
margin:0px;
|
|
|
|
padding:0px;
|
|
|
|
}
|
|
|
|
|
2012-02-27 18:05:27 +01:00
|
|
|
#new_notes_list li:last-child{
|
|
|
|
border-bottom:1px solid #aaa;
|
|
|
|
}
|
|
|
|
|
2011-11-12 12:04:43 +01:00
|
|
|
.issue_notes {
|
|
|
|
.note_content {
|
|
|
|
float:left;
|
|
|
|
width:400px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Note textare */
|
|
|
|
#note_note {
|
|
|
|
height:100px;
|
|
|
|
width:97%;
|
|
|
|
font-size:14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#new_note {
|
|
|
|
#note_note {
|
|
|
|
height:25px;
|
|
|
|
}
|
|
|
|
.attach_holder {
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-02-24 21:19:47 +01:00
|
|
|
.note .delete-note {
|
|
|
|
display:none;
|
|
|
|
float:right;
|
|
|
|
}
|
2012-02-06 01:15:45 +01:00
|
|
|
.note:hover .delete-note { display:block; }
|
|
|
|
.note {padding: 10px 0; border-bottom: 1px solid #eee; overflow: hidden; display: block;}
|
|
|
|
.note img{float: left; margin-right: 10px;}
|
|
|
|
.note span.note-title{display: block;}
|
|
|
|
.note span.note-title{margin-bottom: 10px}
|
|
|
|
.note span.note-author{color: #999; font-weight: normal; font-style: italic;}
|
|
|
|
.note span.note-author strong{font-weight: bold; font-style: normal;}
|
2012-02-12 18:47:37 +01:00
|
|
|
.note p { color:$style_color; }
|
|
|
|
.note .note-author { color: $style_color;}
|
2011-11-27 14:12:48 +01:00
|
|
|
|
|
|
|
.note .note-title { margin-left:55px; }
|
2011-12-28 00:29:53 +01:00
|
|
|
|
|
|
|
p.notify_controls input{
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.notify_controls span{
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
2012-02-06 01:15:45 +01:00
|
|
|
|
|
|
|
tr.line_notes_row {
|
|
|
|
border-bottom:1px solid #DDD;
|
2012-02-24 21:19:47 +01:00
|
|
|
&.reply {
|
|
|
|
background:#eee;
|
|
|
|
|
|
|
|
td {
|
|
|
|
padding:7px 10px;
|
|
|
|
}
|
|
|
|
a.line_note_reply_link {
|
|
|
|
@include round-borders-all(4px);
|
|
|
|
border-color:#aaa;
|
|
|
|
background: #bbb;
|
|
|
|
padding: 3px 20px;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
}
|
2012-02-06 01:15:45 +01:00
|
|
|
ul {
|
|
|
|
margin:0;
|
|
|
|
li {
|
|
|
|
padding:0;
|
|
|
|
border:none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-02-13 23:20:23 +01:00
|
|
|
.line_notes_row, .per_line_form { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
|
|
|
|
|
|
|
|
.per_line_form {
|
|
|
|
background:#f5f5f5;
|
2012-04-10 19:06:17 +02:00
|
|
|
border-top:1px solid #eee;
|
2012-02-13 23:20:23 +01:00
|
|
|
form { margin: 0; }
|
|
|
|
td {
|
|
|
|
border-bottom:1px solid #ddd;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
td .line_note_link {
|
|
|
|
position:absolute;
|
|
|
|
margin-left:-70px;
|
|
|
|
margin-top:-10px;
|
|
|
|
z-index:10;
|
|
|
|
background: url("comment_add.png") no-repeat left 0;
|
|
|
|
width:32px;
|
|
|
|
height:32px;
|
|
|
|
|
|
|
|
opacity: 0.0;
|
|
|
|
filter: alpha(opacity=0);
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
opacity: 1.0;
|
|
|
|
filter: alpha(opacity=100);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.diff_file_content tr.line_holder:hover > td { background: $hover !important; }
|
|
|
|
.diff_file_content tr.line_holder:hover > td .line_note_link {
|
|
|
|
opacity: 1.0;
|
|
|
|
filter: alpha(opacity=100);
|
|
|
|
}
|