Commit da424d9406c1f69394cbaf051841208127e18e00
1 parent
6a2c7d80
Exists in
master
and in
4 other branches
css fixes
Showing
6 changed files
with
4 additions
and
4 deletions
Show diff stats
app/assets/images/blueprint_add.png
app/assets/images/blueprint_delete.png
app/assets/images/blueprint_info.png
app/assets/stylesheets/commits.css.scss
@@ -87,7 +87,7 @@ ul.bordered-list { | @@ -87,7 +87,7 @@ ul.bordered-list { | ||
87 | margin:5px 0px; | 87 | margin:5px 0px; |
88 | padding:0px; | 88 | padding:0px; |
89 | li { | 89 | li { |
90 | - padding: 5px; | 90 | + padding: 5px 0; |
91 | border-bottom: 1px solid #EEE; | 91 | border-bottom: 1px solid #EEE; |
92 | overflow: hidden; | 92 | overflow: hidden; |
93 | display: block; | 93 | display: block; |
app/assets/stylesheets/notes.css.scss
@@ -33,8 +33,7 @@ | @@ -33,8 +33,7 @@ | ||
33 | #notes-list .note .delete-note { display:none; } | 33 | #notes-list .note .delete-note { display:none; } |
34 | #notes-list .note:hover .delete-note { display:block; } | 34 | #notes-list .note:hover .delete-note { display:block; } |
35 | 35 | ||
36 | -body.project-page #notes-list .note {padding: 10px; border-bottom: 1px solid #eee; overflow: hidden; display: block;} | ||
37 | -body.project-page #notes-list .note {padding: 10px; border-bottom: 1px solid #eee; overflow: hidden; display: block;} | 36 | +body.project-page #notes-list .note {padding: 10px 0; border-bottom: 1px solid #eee; overflow: hidden; display: block;} |
38 | body.project-page #notes-list .note img{float: left; margin-right: 10px;} | 37 | body.project-page #notes-list .note img{float: left; margin-right: 10px;} |
39 | body.project-page #notes-list .note span.note-title{display: block;} | 38 | body.project-page #notes-list .note span.note-title{display: block;} |
40 | body.project-page #notes-list .note span.note-title{margin-bottom: 10px} | 39 | body.project-page #notes-list .note span.note-title{margin-bottom: 10px} |
app/assets/stylesheets/projects.css.scss