From fba14eeafe223f8e4dafb39359556bb48c3d7d5f Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Thu, 7 Apr 2016 19:25:54 -0400 Subject: [PATCH] hover admin links top/right --- style.styl | 15 ++++++++------- template.html | 7 ++++--- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/style.styl b/style.styl index 2a4ee1f..5647d7f 100644 --- a/style.styl +++ b/style.styl @@ -25,7 +25,6 @@ columns = wfpl_columns({ name: 'centerer' margin: 15px width: centerer_width - position: relative child: { type: 'alternatives' full: { @@ -244,6 +243,9 @@ ckeditor('admin_pages', 'content', 'content_with_sidebar_main', columns['widths' ckeditor('admin_pages', 'sidebar_content', 'content_with_sidebar_sidebar_plain', columns['widths']['.centerer.with_sidebar > .sidebar.plain']) ckeditor('admin_pages', 'sidebar_content', 'content_with_sidebar_sidebar_bordered', columns['widths']['.centerer.with_sidebar > .sidebar.bordered']) +body > .centerer + position: relative + header#site_header margin-bottom: 15px @@ -284,13 +286,12 @@ footer #admin_links font-size: font_size_small - background: #fdd + background: rgba(255, 244, 244, 0.5) + border: 1px dotted #000 padding: 3px - margin-bottom: 15px - - - - + position: absolute + top: 0 + right: 0 // obsolete floating images (from pastable example code on admin_images) span.wfpl_ifl diff --git a/template.html b/template.html index f8be38a..2799716 100644 --- a/template.html +++ b/template.html @@ -15,6 +15,10 @@
+ + + + @@ -33,9 +37,6 @@
- - -
-- 1.7.10.4