diff options
| author | jpl | 2017-03-31 14:45:32 +0200 |
|---|---|---|
| committer | jpl | 2017-03-31 14:45:32 +0200 |
| commit | 29bcf61cb5907f49fb1ee676899f81d056ca7fce (patch) | |
| tree | d88b046fc5cf434ea199834f2ff339a55fe00a24 /app | |
| parent | 8fa4640289fdb8dfa4b9b730a6383711b5503bbf (diff) | |
| download | chouette-core-29bcf61cb5907f49fb1ee676899f81d056ca7fce.tar.bz2 | |
Refs #3014: fixing ordering elements
Diffstat (limited to 'app')
| -rw-r--r-- | app/assets/stylesheets/components/_tables.sass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/assets/stylesheets/components/_tables.sass b/app/assets/stylesheets/components/_tables.sass index 246b0c812..11ea06a61 100644 --- a/app/assets/stylesheets/components/_tables.sass +++ b/app/assets/stylesheets/components/_tables.sass @@ -12,8 +12,9 @@ > a position: relative + display: block color: $darkgrey - padding-right: 18px + padding-right: 20px &:hover, &:focus text-decoration: none @@ -24,7 +25,7 @@ display: block height: 14px width: 8px - right: 0 + right: 10px top: 50% margin-top: -7px |
