diff options
| author | Zog | 2018-02-27 12:26:19 +0100 | 
|---|---|---|
| committer | Zog | 2018-02-27 12:26:39 +0100 | 
| commit | f8609e6c8a4f460473991875df398e4509b09434 (patch) | |
| tree | e6db924b87c9fc5de462485da9888bb1f56f0ada | |
| parent | fbbbdab2d532aba185cabe0292c08dc13f5c8067 (diff) | |
| download | chouette-core-f8609e6c8a4f460473991875df398e4509b09434.tar.bz2 | |
Small css fix on referential overviews
| -rw-r--r-- | app/assets/stylesheets/components/_referential_overview.sass | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/app/assets/stylesheets/components/_referential_overview.sass b/app/assets/stylesheets/components/_referential_overview.sass index 0beb8ab67..fc48411a3 100644 --- a/app/assets/stylesheets/components/_referential_overview.sass +++ b/app/assets/stylesheets/components/_referential_overview.sass @@ -22,7 +22,7 @@        box-shadow: 0 0 10px rgba(0,0,0,0.5)        z-index: 1    .time-travel -    padding-top: 4px +    padding-top: 3px      padding-bottom: 4px      a.btn:first-child        margin-right: 1px @@ -61,7 +61,7 @@          border-color: $grey          width: auto          flex: 1 1 -        padding: 4px 11px 5px +        padding: 6px 11px          .input-group-btn            right: 10px          &.togglable | 
