Clean the header/text when the page is first loaded
This commit is contained in:
@@ -153,3 +153,20 @@
|
||||
&:hover
|
||||
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_header
|
||||
span.header_text Shot details
|
||||
span.header_text
|
||||
#status-bar
|
||||
#item-details
|
||||
.item-details-empty
|
||||
| Select a Shot or Task
|
||||
|
||||
| {% endblock %}
|
||||
| {% block footer_scripts %}
|
||||
|
@@ -26,12 +26,11 @@
|
||||
|
||||
#col_right
|
||||
.col_header
|
||||
span.header_text Task Details
|
||||
span.header_text
|
||||
#status-bar
|
||||
#item-details
|
||||
#task-view
|
||||
| {{ tasks | count }} tasks so far.
|
||||
a(href="javascript:task_create(undefined, '{{ project.url }}', 'None');") Create a new one!
|
||||
.item-details-empty
|
||||
| Select a Task
|
||||
| {% endblock %}
|
||||
|
||||
| {% block footer_scripts %}
|
||||
|
Reference in New Issue
Block a user