diff --git a/src/styles/_dashboard.sass b/src/styles/_dashboard.sass index 341859c..9a80dc8 100644 --- a/src/styles/_dashboard.sass +++ b/src/styles/_dashboard.sass @@ -88,7 +88,7 @@ /* Dashboard specific styles */ .dashboard .d-stats - padding: 0 20px + padding: 0 10px .d-stats-card +container-box diff --git a/src/styles/_shots.sass b/src/styles/_shots.sass index f268357..49a9487 100644 --- a/src/styles/_shots.sass +++ b/src/styles/_shots.sass @@ -37,14 +37,15 @@ position: relative &.active - border-color: $color-background-dark - background-color: $color-background-light + background-color: $color-background-active + .table-cell + border-bottom-color: darken($color-background-active, 15%) .table-cell:last-child box-shadow: inset -5px 0 0 $color-primary &.not-in-edit - +stripes(rgba($color-background, .2), rgba($color-background, .5), -45deg, 25px) + +stripes(rgba($color-background, .1), rgba($color-background, .5), 90deg, 28px) .table-cell &.shot-name a @@ -62,9 +63,10 @@ &.shot-thumbnail img opacity: .5 - &:hover, &.active - +stripes(rgba($color-background, .3), rgba($color-background, .8), -45deg, 25px) + &.active + +stripes(white, rgba($color-background-active, .8), 90deg, 28px) + &:hover, &.active .table-cell &.shot-thumbnail img opacity: 1 @@ -75,11 +77,8 @@ opacity: 1 border: none - - @include status-color-property(background-color, ' .shot-status', '') - .table-cell text-align: center border-left: thin solid transparent diff --git a/src/templates/attract/tasks/for_user.jade b/src/templates/attract/tasks/for_user.jade index 3088d1f..5210320 100644 --- a/src/templates/attract/tasks/for_user.jade +++ b/src/templates/attract/tasks/for_user.jade @@ -1,6 +1,6 @@ | {% extends 'attract/layout.html' %} | {% block bodyattrs %}{{ super() }} data-context='task'{% endblock %} -| {% block page_title %}Tasks for you{% endblock %} +| {% block page_title %}Tasks for You{% endblock %} | {% block body %} #col_main | {% from "attract/tasks/task_list_for_user.html" import task_list_for_user %}