diff options
| author | Zog | 2018-03-09 16:04:31 +0100 | 
|---|---|---|
| committer | Zog | 2018-03-09 16:04:31 +0100 | 
| commit | fafeb75c2aaa7f462047ad3d27a6c19ba6abcad5 (patch) | |
| tree | 3fcdb6d01674fcdaf22ef5f10fde02c642b0a214 /app/assets | |
| parent | 523d3e418539cfe6af98bdcbae82d1f7d3fdd3c0 (diff) | |
| download | chouette-core-fafeb75c2aaa7f462047ad3d27a6c19ba6abcad5.tar.bz2 | |
Refs #6042; Add detailed view for purchazse windows6042-detailed_purchase_windows
Diffstat (limited to 'app/assets')
| -rw-r--r-- | app/assets/stylesheets/modules/_vj_collection.sass | 29 | 
1 files changed, 25 insertions, 4 deletions
| diff --git a/app/assets/stylesheets/modules/_vj_collection.sass b/app/assets/stylesheets/modules/_vj_collection.sass index d9079daa2..3ff0828ea 100644 --- a/app/assets/stylesheets/modules/_vj_collection.sass +++ b/app/assets/stylesheets/modules/_vj_collection.sass @@ -88,10 +88,12 @@    .table-2entries .t2e-head -    .detailed-timetables +    .detailed-timetables, .detailed-purchase-windows +      &:after +        left: 0        .fa          margin-right: 5px -    .detailed-timetables-bt +    .detailed-timetables-bt, .detailed-purchase-windows-bt        text-decoration: none        .fa          margin-right: 5px @@ -117,7 +119,7 @@        top: 50%        margin-top: -8px -  .detailed-timetables +  .detailed-timetables, .detailed-purchase-windows      padding-top: 10px      text-align: left      margin-bottom: -5px @@ -129,6 +131,13 @@        a          text-decoration: none          border: none +        white-space: nowrap +        overflow: hidden +        text-overflow: ellipsis +        display: inline-block +        margin: 0 +        line-height: 1em +        max-width: 100%        &:before          position: absolute          left: 0px @@ -147,7 +156,19 @@          padding-top: 8px          font-weight: bold -  .t2e-item-list .detailed-timetables > div +  .detailed-purchase-windows +    margin-bottom: 12px +    position: relative +    &:after +      position: absolute +      left: -8px +      bottom: 0 +      right: -8px +      content: "" +      border-top: 1px solid $lightgrey + +  .t2e-item-list .detailed-timetables > div, +  .t2e-item-list .detailed-purchase-windows > div,      border-left: none      &:after        top: 50% | 
