Styling of bar left/right anchors

[ci skip]
pull/5456/head
Oliver Günther 8 years ago
parent 33dcfbdb11
commit 508e28f71c
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 18
      app/assets/stylesheets/content/work_packages/timelines/elements/_bar.sass

@ -21,25 +21,21 @@
max-width: 20%
height: 100%
.leftDateDisplay
.leftDateDisplay,
.rightDateDisplay
position: absolute
background-color: #f4f4f4
border: 1px solid #d4d4d4
border-radius: 5px
top: -5px
left: -85px
padding: 0 5px 0 5px
padding: 2px 5px
top: 0px
font-size: 10px
.leftDateDisplay
left: -85px
.rightDateDisplay
position: absolute
background-color: #f4f4f4
border: 1px solid #d4d4d4
border-radius: 5px
top: -5px
right: -85px
padding: 0 5px 0 5px
font-size: 10px
&.-readonly
cursor: not-allowed !important

Loading…
Cancel
Save