Commit 6ed5d9bc authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

dashboard/projects page project selection ui improved

parent 1ed83184
...@@ -855,8 +855,6 @@ p.time { ...@@ -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 { ...@@ -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 { ...@@ -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 { ...@@ -933,7 +940,6 @@ p.time {
} }
.leftbar { .leftbar {
h5, .title { h5, .title {
padding:5px 10px; padding:5px 10px;
} }
...@@ -949,7 +955,7 @@ p.time { ...@@ -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 { ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment