From: Frédéric Péters Date: Sun, 12 Jan 2020 08:48:14 +0000 (+0100) Subject: style: move actions to top left X-Git-Tag: v2022~41 X-Git-Url: https://git.0d.be/?p=chloro.git;a=commitdiff_plain;h=bb5cfdf8081d0b511878c79c8511a37c4666b31d style: move actions to top left --- diff --git a/chloro/phyll/static/css/style.scss b/chloro/phyll/static/css/style.scss index 9513ffc..d6cee3e 100644 --- a/chloro/phyll/static/css/style.scss +++ b/chloro/phyll/static/css/style.scss @@ -47,10 +47,11 @@ header { div.actions { position: absolute; - top: 1rem; - right: 1rem; + top: 0.5rem; + left: 1rem; + z-index: 100; a { - margin-left: 1rem; + margin-right: 1rem; } }