Tweaks to read-only details on shots and tasks
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.attract-box
|
||||
margin: 10px
|
||||
padding: 0 10px 10px
|
||||
padding: 10px
|
||||
+container-box
|
||||
|
||||
&.with-status
|
||||
@@ -11,6 +11,7 @@
|
||||
font-size: 1.6em
|
||||
h2.item-name
|
||||
padding-left: 5px
|
||||
margin-top: 10px
|
||||
|
||||
.item-description
|
||||
padding: 10px 5px
|
||||
@@ -55,27 +56,28 @@
|
||||
.table.item-properties
|
||||
.table-body
|
||||
text-shadow: 1px 1px 0 white
|
||||
// background-color: darken(white, 2%)
|
||||
|
||||
.table-row
|
||||
.table-cell
|
||||
padding: 7px 10px
|
||||
vertical-align: top
|
||||
border: none
|
||||
color: $color-text-dark-primary
|
||||
@include status-color-property(color, '', 'dark')
|
||||
|
||||
&:first-child
|
||||
width: 100px
|
||||
width: 120px
|
||||
text-align: right
|
||||
font-weight: bold
|
||||
padding-right: 10px
|
||||
border-right: thin solid $color-background-dark
|
||||
color: $color-text-dark-primary
|
||||
// background-color: darken(white, 3%)
|
||||
white-space: nowrap
|
||||
|
||||
&.properties-assignees
|
||||
.table-cell span
|
||||
display: block
|
||||
&.properties-status
|
||||
cursor: help
|
||||
|
||||
|
||||
#task-add
|
||||
|
Reference in New Issue
Block a user