From 4cdfe671150352d82e28a237642cd52c0f0cf0a0 Mon Sep 17 00:00:00 2001 From: Luka Murn Date: Thu, 7 Jun 2018 15:57:59 +0200 Subject: [PATCH] Fix protocol management filter display (css) --- app/assets/stylesheets/themes/scinote.scss | 25 +++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index 241622476..335ef0415 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -500,12 +500,27 @@ a[data-toggle="tooltip"] { } } -.protocols-datatable table { - tbody tr.selected { - & > td:nth-child(3), td:nth-child(4) { - color: $color-emperor; - & a { +.protocols-datatable { + .dataTables_wrapper { + margin-top: 15px; + clear: both; + + .dataTables_length { + float: left; + } + + .dataTables_filter { + float: right; + } + } + + table { + tbody tr.selected { + & > td:nth-child(3), td:nth-child(4) { color: $color-emperor; + & a { + color: $color-emperor; + } } } }