diff options
| author | Zog | 2018-01-24 15:40:25 +0100 | 
|---|---|---|
| committer | cedricnjanga | 2018-02-06 11:11:33 -0800 | 
| commit | 123da9addd584e4fb86520cb54d8266a9869b8cf (patch) | |
| tree | eef9ab58c6536c6ee5e37cca7614b5fab7c29fa2 | |
| parent | 154c26a3849b8c90b66045df0a7d06d64de521ad (diff) | |
| download | chouette-core-123da9addd584e4fb86520cb54d8266a9869b8cf.tar.bz2 | |
Refs #3542; Small css fix
| -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  | 
