dashboard/projects page project selection ui improved

This commit is contained in:
Dmitriy Zaporozhets 2012-04-01 00:23:34 +03:00
parent 1ed831846d
commit 6ed5d9bc11

View file

@ -855,8 +855,6 @@ p.time {
.dashboard_category { .dashboard_category {
margin-bottom:30px; margin-bottom:30px;
h3 a { h3 a {
color:#474D57; color:#474D57;
@ -864,6 +862,7 @@ p.time {
text-decoration:underline; text-decoration:underline;
} }
} }
.dashboard_block { .dashboard_block {
width:840px; width:840px;
margin:auto; margin:auto;
@ -871,9 +870,17 @@ p.time {
.dash_project_item { .dash_project_item {
margin-bottom:10px; margin-bottom:10px;
border:none; border:none;
padding:0px 5px;
&:hover { &:hover {
background:none; background:$hover;
h4 { color:#2FA0BB; } //border-left:4px solid $styled_border_color;
h4 {
color:#111;
.ico.project {
background-position:-209px -21px;
}
}
} }
h4 { h4 {
@ -933,7 +940,6 @@ p.time {
} }
.leftbar { .leftbar {
h5, .title { h5, .title {
padding:5px 10px; padding:5px 10px;
} }
@ -949,7 +955,7 @@ p.time {
a:hover { a:hover {
h4 { h4 {
color:#111; color:#111;
border-right:4px solid $styled_border_color; background:$hover;
.ico.project { .ico.project {
background-position:-209px -21px; background-position:-209px -21px;
} }
@ -1073,7 +1079,8 @@ p.time {
.arrow{ .arrow{
float: right; float: right;
background: #E3E5EA; background: #E3E5EA;
padding: 10px; padding: 5px;
margin-top:5px;
border-radius: 5px; border-radius: 5px;
text-shadow: none; text-shadow: none;
color: #999; color: #999;