Style when there are thumbnails available
TODO: Once we have the user-space, we show or not .has-thumbnail
This commit is contained in:
@@ -93,3 +93,4 @@ $screen-md-max: $screen-lg-min - 1
|
||||
$sidebar-width: 50px
|
||||
|
||||
$shots-list-thumbnail-width: 100px
|
||||
$shots-list-thumbnail-height: 60px
|
||||
|
@@ -96,7 +96,7 @@
|
||||
|
||||
.progress
|
||||
margin-bottom: 0
|
||||
h4
|
||||
h3
|
||||
margin-top: 0
|
||||
font-weight: normal
|
||||
|
||||
|
@@ -32,6 +32,10 @@
|
||||
|
||||
.table-body
|
||||
display: table-row-group
|
||||
&.has-thumbnails
|
||||
.table-cell a,
|
||||
.table-cell a.task-link
|
||||
height: $shots-list-thumbnail-height
|
||||
|
||||
.table-row
|
||||
position: relative
|
||||
@@ -45,6 +49,7 @@
|
||||
|
||||
@include status-color-property(background-color, ' .shot-status', '')
|
||||
|
||||
|
||||
.table-cell
|
||||
text-align: center
|
||||
border-left: thin solid transparent
|
||||
@@ -65,6 +70,9 @@
|
||||
padding: 5px 10px
|
||||
color: $color-text-dark-primary
|
||||
|
||||
span
|
||||
margin: auto 0
|
||||
|
||||
&.task-type
|
||||
position: relative
|
||||
height: 100%
|
||||
|
Reference in New Issue
Block a user