From 8f667725683292ff3e6f69528e766c6be89bf9ac Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Wed, 8 Nov 2017 13:14:54 +0100 Subject: Place actions upper right (not floating lower left). --- local.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/local.scss b/local.scss index ac146c0..d4222cb 100644 --- a/local.scss +++ b/local.scss @@ -121,9 +121,9 @@ div#branding-tagline a { } div.pageheader div.actions { - z-index: 1; - position: fixed; - bottom: 2em; + position: absolute; + top: 1em; + right: 1em; ul { border-bottom: 0; padding: 0 0 0.7em 1em; -- cgit v1.2.3