aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjpl2017-03-31 14:45:32 +0200
committerjpl2017-03-31 14:45:32 +0200
commit29bcf61cb5907f49fb1ee676899f81d056ca7fce (patch)
treed88b046fc5cf434ea199834f2ff339a55fe00a24
parent8fa4640289fdb8dfa4b9b730a6383711b5503bbf (diff)
downloadchouette-core-29bcf61cb5907f49fb1ee676899f81d056ca7fce.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