Better UI for projects list on dahboard

This commit is contained in:
randx 2012-06-12 22:04:57 +03:00
parent 5f5cd2be13
commit 9ef9c58f55

View file

@ -373,8 +373,8 @@ p.time {
h4 { h4 {
font-size:14px; font-size:14px;
padding:2px 10px; padding:2px 10px;
color:#888; color:#666;
border-bottom:1px solid #eee; border-bottom:1px solid #f1f1f1;
} }
a:last-child h4 { border:none; } a:last-child h4 { border:none; }
@ -382,6 +382,7 @@ p.time {
h4 { h4 {
color:#111; color:#111;
background:$hover; background:$hover;
border-color:#CCC;
.ico.project { .ico.project {
background-position:-209px -21px; background-position:-209px -21px;
} }