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% max-width: 20%
height: 100% height: 100%
.leftDateDisplay .leftDateDisplay,
.rightDateDisplay
position: absolute position: absolute
background-color: #f4f4f4 background-color: #f4f4f4
border: 1px solid #d4d4d4 border: 1px solid #d4d4d4
border-radius: 5px border-radius: 5px
top: -5px padding: 2px 5px
left: -85px top: 0px
padding: 0 5px 0 5px
font-size: 10px font-size: 10px
.leftDateDisplay
left: -85px
.rightDateDisplay .rightDateDisplay
position: absolute
background-color: #f4f4f4
border: 1px solid #d4d4d4
border-radius: 5px
top: -5px
right: -85px right: -85px
padding: 0 5px 0 5px
font-size: 10px
&.-readonly &.-readonly
cursor: not-allowed !important cursor: not-allowed !important

Loading…
Cancel
Save