diff options
author | Siri Reiter <siri@jones.dk> | 2016-02-24 22:50:44 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2016-02-24 22:50:44 +0100 |
commit | b4edb8c7e6b587b98bf461d3427058f49996357f (patch) | |
tree | cb501ceb75475029b5b8dbac58e49cc85eb3bf79 /style.scss | |
parent | 6029b96bd9e0cb58f7736839905ad5cfc1001103 (diff) |
Move actions list to top left in pageheader.
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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; } } |