Commit da3e34c0fdc4de47e6192b8d75ce60be7d89b6d4

Authored by Dmitriy Zaporozhets
1 parent 5134aa97

per-line comments css fixes

app/assets/stylesheets/commits.css.scss
@@ -113,9 +113,6 @@ ul.bordered-list li:last-child { border:none } @@ -113,9 +113,6 @@ ul.bordered-list li:last-child { border:none }
113 } 113 }
114 114
115 115
116 -tr.line_notes_row {  
117 - border-bottom:1px solid #DDD;  
118 -}  
119 116
120 /** FLASH **/ 117 /** FLASH **/
121 #flash_container { 118 #flash_container {
app/assets/stylesheets/notes.css.scss
@@ -30,14 +30,14 @@ @@ -30,14 +30,14 @@
30 } 30 }
31 } 31 }
32 32
33 -#notes-list .note .delete-note { display:none; }  
34 -#notes-list .note:hover .delete-note { display:block; }  
35 -#notes-list .note {padding: 10px 0; border-bottom: 1px solid #eee; overflow: hidden; display: block;}  
36 -#notes-list .note img{float: left; margin-right: 10px;}  
37 -#notes-list .note span.note-title{display: block;}  
38 -#notes-list .note span.note-title{margin-bottom: 10px}  
39 -#notes-list .note span.note-author{color: #999; font-weight: normal; font-style: italic;}  
40 -#notes-list .note span.note-author strong{font-weight: bold; font-style: normal;} 33 +.note .delete-note { display:none; }
  34 +.note:hover .delete-note { display:block; }
  35 +.note {padding: 10px 0; border-bottom: 1px solid #eee; overflow: hidden; display: block;}
  36 +.note img{float: left; margin-right: 10px;}
  37 +.note span.note-title{display: block;}
  38 +.note span.note-title{margin-bottom: 10px}
  39 +.note span.note-author{color: #999; font-weight: normal; font-style: italic;}
  40 +.note span.note-author strong{font-weight: bold; font-style: normal;}
41 41
42 42
43 .note .note-title { margin-left:55px; } 43 .note .note-title { margin-left:55px; }
@@ -49,3 +49,15 @@ p.notify_controls input{ @@ -49,3 +49,15 @@ p.notify_controls input{
49 p.notify_controls span{ 49 p.notify_controls span{
50 font-weight: 700; 50 font-weight: 700;
51 } 51 }
  52 +
  53 +tr.line_notes_row {
  54 + border-bottom:1px solid #DDD;
  55 + ul {
  56 + margin:0;
  57 + li {
  58 + padding:0;
  59 + border:none;
  60 + }
  61 + }
  62 +}
  63 +