aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjpl2017-03-31 14:45:32 +0200
committerThomas Haddad2017-04-03 17:32:40 +0200
commitf88c9e03212ec70fa6c6f48cc66eddf38553f880 (patch)
treed88b046fc5cf434ea199834f2ff339a55fe00a24
parent325da8e535e01a368f916bcb016c5af0fbc9e0df (diff)
downloadchouette-core-f88c9e03212ec70fa6c6f48cc66eddf38553f880.tar.bz2
Refs #3014: fixing ordering elements
-rw-r--r--app/assets/stylesheets/components/_tables.sass5
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