diff options
| author | Zog | 2018-01-24 15:40:25 +0100 | 
|---|---|---|
| committer | Zog | 2018-02-02 14:32:10 +0100 | 
| commit | c086dded51711e0bd1ec852196cf66ea35a7e2b8 (patch) | |
| tree | fdd66161ec12034b5d0eeed634a80d105e52c94b | |
| parent | 8d9cbd95a09a321763570618538c2f1fcb450791 (diff) | |
| download | chouette-core-c086dded51711e0bd1ec852196cf66ea35a7e2b8.tar.bz2 | |
Refs #3542; Small css fix3542-referential-overview
| -rw-r--r-- | app/assets/stylesheets/components/_referential_overview.sass | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/app/assets/stylesheets/components/_referential_overview.sass b/app/assets/stylesheets/components/_referential_overview.sass index 2bd875f5e..0beb8ab67 100644 --- a/app/assets/stylesheets/components/_referential_overview.sass +++ b/app/assets/stylesheets/components/_referential_overview.sass @@ -182,7 +182,8 @@            height: 100%            transition: margin 0.5s            background: white -          box-shadow: 0 -10px 10px rgba(0,0,0,0.5) +          &:last-child +            box-shadow: 0 -10px 10px rgba(0,0,0,0.5)            .week-span              left: 15px              top: 15px | 
