Better UI for projects list on dahboard
This commit is contained in:
parent
5f5cd2be13
commit
9ef9c58f55
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue