From 1d142d8437a77edfcf43ea8ab8cc694eed02dcf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sat, 28 Sep 2019 23:36:42 -0400 Subject: [PATCH] Re-position editor's content edit tabs .. to where it should always have been, and should not require ID-targeting to put it back, ugh. --- web/themes/custom/geofresco/src/global/overrides.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/themes/custom/geofresco/src/global/overrides.scss b/web/themes/custom/geofresco/src/global/overrides.scss index 874304f..7abc1c2 100644 --- a/web/themes/custom/geofresco/src/global/overrides.scss +++ b/web/themes/custom/geofresco/src/global/overrides.scss @@ -20,6 +20,11 @@ } */ +#block-geofresco-local-tasks { + position: relative; + top: -1.5rem; +} + .footer { background-image: url('/themes/custom/geofresco/images/grassland-wark-forest.jpg'); background-position: center;