mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-21 18:46:10 +10:00
Commits page styled better now
This commit is contained in:
@@ -227,3 +227,19 @@ img.lil_av {
|
||||
margin-bottom:20px;
|
||||
}
|
||||
|
||||
|
||||
.ui-box {
|
||||
margin-bottom: 40px;
|
||||
@include round-borders-all(4px);
|
||||
border-color:#ddd;
|
||||
|
||||
h5 {
|
||||
padding: 5px 10px;
|
||||
background:#f5f5f5;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
li {
|
||||
padding:10px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
- @commits.group_by { |c| c.committed_date.to_date }.each do |day, commits|
|
||||
%div{ :class => "commits-date ui-box ui-box-small ui-box-big" }
|
||||
.day-commits-table
|
||||
%h5.underlined= day.stamp("28 Aug, 2010")
|
||||
%br
|
||||
%ul.unstyled= render commits
|
||||
%div.ui-box
|
||||
%h5= day.stamp("28 Aug, 2010")
|
||||
%ul.unstyled= render commits
|
||||
|
||||
Reference in New Issue
Block a user