Shot list: collapse columns by clicking on the title

This commit is contained in:
2016-09-22 15:44:41 +02:00
parent 86ddd0ac14
commit 4b9b53a53c
3 changed files with 41 additions and 9 deletions

View File

@@ -119,6 +119,7 @@ select.input-transparent
.table
display: table
width: 100%
position: relative
.table-row
display: table-row
@@ -139,3 +140,13 @@ select.input-transparent
.table-cell
display: table-cell
border-bottom: thin solid $color-background-dark
.table-cell-spacer
background-color: $color-background-light
width: 6px
height: 100%
display: table-cell
border: 2px solid $color-background
border-top: none
border-bottom: none
cursor: e-resize