From fad9d38acdcb2bf1e12f4991bb01e207d0cf64a5 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Tue, 25 Nov 2008 12:24:44 +0100 Subject: Split action items into global and per-page ones. --- .templates/page.tmpl | 18 ++++++++++++------ local.css | 9 +++++++-- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/.templates/page.tmpl b/.templates/page.tmpl index 8c2ca668..ae9347fb 100644 --- a/.templates/page.tmpl +++ b/.templates/page.tmpl @@ -36,23 +36,29 @@
+ + + + +
diff --git a/local.css b/local.css index b27c82c9..acf2b406 100644 --- a/local.css +++ b/local.css @@ -57,7 +57,6 @@ a { text-decoration: none; } - a:hover { border-bottom: 1px dotted blue; @@ -99,6 +98,13 @@ a:hover border-top: 1px solid #999999; } +.pageheader .actions .global +{ + max-width: 50%; + float: left; + margin-right: 40px; +} + .pageheader .actions ul { border: none; @@ -111,7 +117,6 @@ a:hover border: 1px solid #e7e7e7; border-top: 1px solid #999999; } - .pageheader .actions li:hover { background-color: #f0f0f0; -- cgit v1.2.3