Styling tweaks for assets
This commit is contained in:
@@ -16,6 +16,11 @@ body
|
|||||||
nav.sidebar .navbar-item.shots
|
nav.sidebar .navbar-item.shots
|
||||||
+sidebar-button-active
|
+sidebar-button-active
|
||||||
|
|
||||||
|
&[data-context="asset"]
|
||||||
|
overflow: hidden // columns scroll independently
|
||||||
|
nav.sidebar .navbar-item.assets
|
||||||
|
+sidebar-button-active
|
||||||
|
|
||||||
&[data-context="dashboard"]
|
&[data-context="dashboard"]
|
||||||
nav.sidebar .navbar-item.attract
|
nav.sidebar .navbar-item.attract
|
||||||
+sidebar-button-active
|
+sidebar-button-active
|
||||||
|
@@ -27,8 +27,10 @@
|
|||||||
a(href="{{ url_for('attract.shots.perproject.index', project_url=proj.url) }}") {{ proj.name }}
|
a(href="{{ url_for('attract.shots.perproject.index', project_url=proj.url) }}") {{ proj.name }}
|
||||||
|
|
||||||
span.pull-right
|
span.pull-right
|
||||||
a(href="{{ url_for('attract.shots.perproject.index', project_url=proj.url) }}") Shots
|
a(href="{{ url_for('attract.shots.perproject.index', project_url=proj.url) }}") Shots
|
||||||
| |
|
| |
|
||||||
|
a(href="{{ url_for('attract.assets.perproject.index', project_url=proj.url) }}") Assets
|
||||||
|
| |
|
||||||
a(href="{{ url_for('attract.tasks.perproject.index', project_url=proj.url) }}") Tasks
|
a(href="{{ url_for('attract.tasks.perproject.index', project_url=proj.url) }}") Tasks
|
||||||
.progress
|
.progress
|
||||||
| {% for status, percentage in summary.percentages() %}
|
| {% for status, percentage in summary.percentages() %}
|
||||||
|
@@ -35,15 +35,15 @@ html(lang="en")
|
|||||||
title='Attract')
|
title='Attract')
|
||||||
i.pi-attract
|
i.pi-attract
|
||||||
| {% if project %}
|
| {% if project %}
|
||||||
li
|
|
||||||
a.navbar-item.tasks(href="{{ url_for('attract.tasks.perproject.index', project_url=project.url) }}",
|
|
||||||
title='Tasks for project {{ project.name }}') T
|
|
||||||
li
|
li
|
||||||
a.navbar-item.shots(href="{{ url_for('attract.shots.perproject.index', project_url=project.url) }}",
|
a.navbar-item.shots(href="{{ url_for('attract.shots.perproject.index', project_url=project.url) }}",
|
||||||
title='Shots for project {{ project.name }}') S
|
title='Shots for project {{ project.name }}') S
|
||||||
li
|
li
|
||||||
a.navbar-item.shots(href="{{ url_for('attract.assets.perproject.index', project_url=project.url) }}",
|
a.navbar-item.assets(href="{{ url_for('attract.assets.perproject.index', project_url=project.url) }}",
|
||||||
title='Assets for project {{ project.name }}') A
|
title='Assets for project {{ project.name }}') A
|
||||||
|
li
|
||||||
|
a.navbar-item.tasks(href="{{ url_for('attract.tasks.perproject.index', project_url=project.url) }}",
|
||||||
|
title='Tasks for project {{ project.name }}') T
|
||||||
| {% else %}
|
| {% else %}
|
||||||
| {% if current_user.is_authenticated %}
|
| {% if current_user.is_authenticated %}
|
||||||
li
|
li
|
||||||
|
Reference in New Issue
Block a user