Clean the header/text when the page is first loaded
This commit is contained in:
@@ -153,3 +153,20 @@
|
|||||||
&:hover
|
&:hover
|
||||||
color: $color-text-dark-primary
|
color: $color-text-dark-primary
|
||||||
border-color: $color-text-dark-primary
|
border-color: $color-text-dark-primary
|
||||||
|
|
||||||
|
#item-details
|
||||||
|
height: 100%
|
||||||
|
display: flex
|
||||||
|
flex-direction: column
|
||||||
|
|
||||||
|
.item-details-empty
|
||||||
|
display: flex
|
||||||
|
align-items: center
|
||||||
|
justify-content: center
|
||||||
|
width: 100%
|
||||||
|
height: 100%
|
||||||
|
color: rgba($color-text-dark-hint, .5)
|
||||||
|
cursor: default
|
||||||
|
font:
|
||||||
|
size: 2em
|
||||||
|
weight: 100
|
||||||
|
@@ -64,9 +64,11 @@
|
|||||||
|
|
||||||
#col_right
|
#col_right
|
||||||
.col_header
|
.col_header
|
||||||
span.header_text Shot details
|
span.header_text
|
||||||
#status-bar
|
#status-bar
|
||||||
#item-details
|
#item-details
|
||||||
|
.item-details-empty
|
||||||
|
| Select a Shot or Task
|
||||||
|
|
||||||
| {% endblock %}
|
| {% endblock %}
|
||||||
| {% block footer_scripts %}
|
| {% block footer_scripts %}
|
||||||
|
@@ -26,12 +26,11 @@
|
|||||||
|
|
||||||
#col_right
|
#col_right
|
||||||
.col_header
|
.col_header
|
||||||
span.header_text Task Details
|
span.header_text
|
||||||
#status-bar
|
#status-bar
|
||||||
#item-details
|
#item-details
|
||||||
#task-view
|
.item-details-empty
|
||||||
| {{ tasks | count }} tasks so far.
|
| Select a Task
|
||||||
a(href="javascript:task_create(undefined, '{{ project.url }}', 'None');") Create a new one!
|
|
||||||
| {% endblock %}
|
| {% endblock %}
|
||||||
|
|
||||||
| {% block footer_scripts %}
|
| {% block footer_scripts %}
|
||||||
|
Reference in New Issue
Block a user