Commit da424d9406c1f69394cbaf051841208127e18e00

Authored by gitlabhq
1 parent 6a2c7d80

css fixes

app/assets/images/blueprint_add.png

4.44 KB | W: | H:

518 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
app/assets/images/blueprint_delete.png

4.4 KB | W: | H:

469 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
app/assets/images/blueprint_info.png

4.41 KB | W: | H:

749 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
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
@@ -30,9 +30,10 @@ @@ -30,9 +30,10 @@
30 .file_stats { 30 .file_stats {
31 span { 31 span {
32 img { 32 img {
33 - width:18px; 33 + width:14px;
34 float:left; 34 float:left;
35 margin-right: 6px; 35 margin-right: 6px;
  36 + padding:2px 0;
36 } 37 }
37 } 38 }
38 } 39 }