Fixed taskboard style

pull/6827/head
Nicolai Moraru 10 years ago committed by Alex Coles
parent fe645d236f
commit 554cd68a24
  1. 20
      app/assets/stylesheets/backlogs/taskboard.css.sass

@ -74,7 +74,7 @@
.swimlane .swimlane
min-width: 105px min-width: 105px
/* width + (2*margin) + (2*padding) + (2*border) of .work_package /* width + (2*margin) + (2*padding) + (2*border) of .work_package
padding: 5px padding: 5px 0 0 5px
width: 105px width: 105px
/* Must be the same as min-width /* Must be the same as min-width
#board_header #board_header
@ -89,10 +89,12 @@
font-weight: bold font-weight: bold
text-align: center text-align: center
vertical-align: middle vertical-align: middle
padding-top: 0
padding-bottom: 0
line-height: 30px
&:first-child &:first-child
min-width: 231px min-width: 241px
padding: 6px 10px 6px 10px width: 241px
width: 231px
&:last-child &:last-child
border-right: none border-right: none
.board .board
@ -140,12 +142,12 @@
width: 190px width: 190px
.story .story
.subject .subject
height: 52px height: 42px
line-height: 13px line-height: 13px
margin-top: 0 margin-top: 0
overflow: hidden overflow: hidden
padding: 2px padding: 2px
width: 186px width: 180px
&.closed .subject &.closed .subject
text-decoration: line-through text-decoration: line-through
.work_package, .placeholder .work_package, .placeholder
@ -308,7 +310,7 @@
.story-bar .story-bar
@include story-header @include story-header
text-align: right text-align: right
width: 187px width: 180px
clear: both clear: both
.id .id
float: right float: right
@ -323,7 +325,7 @@
.id .id
@include story-header @include story-header
text-align: right text-align: right
width: 82px width: 75px
a a
opacity: 1.0 opacity: 1.0
filter: alpha(opacity = 100) filter: alpha(opacity = 100)
@ -331,7 +333,7 @@
background-color: transparent background-color: transparent
.subject.editable .subject.editable
font-size: 1rem - rem-calc(3px) font-size: 1rem - rem-calc(3px)
height: 52px height: 42px
line-height: 13px line-height: 13px
margin-top: 0 margin-top: 0
overflow: hidden overflow: hidden

Loading…
Cancel
Save