css fixes

This commit is contained in:
gitlabhq 2011-12-02 05:57:18 -05:00
parent 6a2c7d80cb
commit da424d9406
6 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 518 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 469 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 749 B

View file

@ -87,7 +87,7 @@ ul.bordered-list {
margin:5px 0px; margin:5px 0px;
padding:0px; padding:0px;
li { li {
padding: 5px; padding: 5px 0;
border-bottom: 1px solid #EEE; border-bottom: 1px solid #EEE;
overflow: hidden; overflow: hidden;
display: block; display: block;

View file

@ -33,8 +33,7 @@
#notes-list .note .delete-note { display:none; } #notes-list .note .delete-note { display:none; }
#notes-list .note:hover .delete-note { display:block; } #notes-list .note:hover .delete-note { display:block; }
body.project-page #notes-list .note {padding: 10px; border-bottom: 1px solid #eee; overflow: hidden; display: block;} body.project-page #notes-list .note {padding: 10px 0; border-bottom: 1px solid #eee; overflow: hidden; display: block;}
body.project-page #notes-list .note {padding: 10px; border-bottom: 1px solid #eee; overflow: hidden; display: block;}
body.project-page #notes-list .note img{float: left; margin-right: 10px;} body.project-page #notes-list .note img{float: left; margin-right: 10px;}
body.project-page #notes-list .note span.note-title{display: block;} body.project-page #notes-list .note span.note-title{display: block;}
body.project-page #notes-list .note span.note-title{margin-bottom: 10px} body.project-page #notes-list .note span.note-title{margin-bottom: 10px}

View file

@ -30,9 +30,10 @@
.file_stats { .file_stats {
span { span {
img { img {
width:18px; width:14px;
float:left; float:left;
margin-right: 6px; margin-right: 6px;
padding:2px 0;
} }
} }
} }