Commit f6f72d4b authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

per line comment improved

parent f4e3ec29
......@@ -148,16 +148,44 @@ ul.bordered-list li:last-child { border:none }
}
.per_line_form {
background: #79C3E0;
font-family: "Helvetica", sans-serif;
background: #2FA0BB;
td {
padding:0;
}
form {
width: 743px;
margin:5px;
width: 756px;
border: 1px solid #CCC;
padding: 20px;
background: white;
}
}
tr.line_notes_row {
font-family: "Helvetica", sans-serif;
&:hover {
background:none;
}
td {
margin:0px;
padding:0px;
border-bottom:1px solid #DEE2E3;
.hide-button {
color:#c33;
ul {
display:block;
list-style:none;
margin:0px;
padding:0px;
li {
border-top:1px solid #DEE2E3;
padding:10px;
}
}
}
}
......@@ -566,33 +566,6 @@ a.project-update.titled {
}
tr.line_notes_row {
&:hover {
background:none;
}
td {
margin:0px;
padding:0px;
border-bottom:1px solid #DEE2E3;
ul {
display:block;
list-style:none;
margin:0px;
padding:0px;
li {
border-top:1px solid #DEE2E3;
padding:10px;
.delete-note {
display:none;
}
}
}
}
}
.new-project-hodler {
padding:20px;
......
......@@ -34,4 +34,4 @@
.clear
%br
= f.submit 'Add note', :class => "grey-button", :id => "submit_note"
= f.submit 'Add note', :class => "positive-button", :id => "submit_note"
......@@ -21,9 +21,9 @@
.clear
%br
= f.submit 'Add note', :class => "grey-button", :id => "submit_note"
= f.submit 'Add note', :class => "positive-button", :id => "submit_note"
.right
= link_to "remove", "#", :class => "hide-button"
= link_to "Close", "#", :class => "grey-button hide-button"
:javascript
$(function(){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment