Commit da3e34c0fdc4de47e6192b8d75ce60be7d89b6d4
1 parent
5134aa97
Exists in
master
and in
4 other branches
per-line comments css fixes
Showing
2 changed files
with
20 additions
and
11 deletions
Show diff stats
app/assets/stylesheets/commits.css.scss
app/assets/stylesheets/notes.css.scss
| ... | ... | @@ -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 | 43 | .note .note-title { margin-left:55px; } |
| ... | ... | @@ -49,3 +49,15 @@ p.notify_controls input{ |
| 49 | 49 | p.notify_controls span{ |
| 50 | 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 | + | ... | ... |