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 87 margin:5px 0px;
88 88 padding:0px;
89 89 li {
90   - padding: 5px;
  90 + padding: 5px 0;
91 91 border-bottom: 1px solid #EEE;
92 92 overflow: hidden;
93 93 display: block;
... ...
app/assets/stylesheets/notes.css.scss
... ... @@ -33,8 +33,7 @@
33 33 #notes-list .note .delete-note { display:none; }
34 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 37 body.project-page #notes-list .note img{float: left; margin-right: 10px;}
39 38 body.project-page #notes-list .note span.note-title{display: block;}
40 39 body.project-page #notes-list .note span.note-title{margin-bottom: 10px}
... ...
app/assets/stylesheets/projects.css.scss
... ... @@ -30,9 +30,10 @@
30 30 .file_stats {
31 31 span {
32 32 img {
33   - width:18px;
  33 + width:14px;
34 34 float:left;
35 35 margin-right: 6px;
  36 + padding:2px 0;
36 37 }
37 38 }
38 39 }
... ...