From b4edb8c7e6b587b98bf461d3427058f49996357f Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Wed, 24 Feb 2016 22:50:44 +0100 Subject: Move actions list to top left in pageheader. --- style.scss | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/style.scss b/style.scss index f2dc101..140f756 100644 --- a/style.scss +++ b/style.scss @@ -127,18 +127,19 @@ body { } .pageheader .actions { + display: inline-block; position: absolute; - top: 6em; - left: 30em; - background-color: lightblue; + top: 0; + right: 2em; + background-color: transparent; ul { border-bottom: 0; padding: 0 0 0 15px; } a { - color: lightblue; + color: transparent; &:hover { - color: white; + color: lightblue; text-decoration: none; } } -- cgit v1.2.3