Commit 9ef9c58f55e2613910623e66205df402f2a89f14
1 parent
5f5cd2be
Exists in
master
and in
4 other branches
Better UI for projects list on dahboard
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/common.scss
| @@ -373,8 +373,8 @@ p.time { | @@ -373,8 +373,8 @@ p.time { | ||
| 373 | h4 { | 373 | h4 { |
| 374 | font-size:14px; | 374 | font-size:14px; |
| 375 | padding:2px 10px; | 375 | padding:2px 10px; |
| 376 | - color:#888; | ||
| 377 | - border-bottom:1px solid #eee; | 376 | + color:#666; |
| 377 | + border-bottom:1px solid #f1f1f1; | ||
| 378 | } | 378 | } |
| 379 | a:last-child h4 { border:none; } | 379 | a:last-child h4 { border:none; } |
| 380 | 380 | ||
| @@ -382,6 +382,7 @@ p.time { | @@ -382,6 +382,7 @@ p.time { | ||
| 382 | h4 { | 382 | h4 { |
| 383 | color:#111; | 383 | color:#111; |
| 384 | background:$hover; | 384 | background:$hover; |
| 385 | + border-color:#CCC; | ||
| 385 | .ico.project { | 386 | .ico.project { |
| 386 | background-position:-209px -21px; | 387 | background-position:-209px -21px; |
| 387 | } | 388 | } |