From 90e7006858d50d0447f412a24b39a92c42a8bf48 Mon Sep 17 00:00:00 2001 From: Thorge Petersen <petersen@rz.uni-kiel.de> Date: Wed, 2 Nov 2022 09:48:53 +0100 Subject: [PATCH] Workaround row margin --- ckanext/odsh/fanstatic/odsh.css | 2 ++ ckanext/odsh/fanstatic/odsh_header.css | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ckanext/odsh/fanstatic/odsh.css b/ckanext/odsh/fanstatic/odsh.css index 76b0cff2..afbc5bea 100644 --- a/ckanext/odsh/fanstatic/odsh.css +++ b/ckanext/odsh/fanstatic/odsh.css @@ -1545,6 +1545,7 @@ body { .odsh-dataset-heading .dataset-stars { margin-bottom: 5px; + margin-left: auto; } .notes { @@ -2104,6 +2105,7 @@ body { .topline { margin-bottom: 25px; + margin-right: 0; } @media (max-width: 767px) { diff --git a/ckanext/odsh/fanstatic/odsh_header.css b/ckanext/odsh/fanstatic/odsh_header.css index 47b5cf5c..dda4f87a 100644 --- a/ckanext/odsh/fanstatic/odsh_header.css +++ b/ckanext/odsh/fanstatic/odsh_header.css @@ -23,7 +23,8 @@ } .row { - margin-left: 0px; + margin-left: 0; + margin-right: 0; } .span3.span-navigation { -- GitLab