From a4b645ec236b260e7dca50a5172c64afe2f07d56 Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Tue, 13 Jan 2009 10:18:15 +0000 Subject: As a follow-up to r733462, instead of making the last part of the breadcrumb a link to the raw JSON doc, add a little arrow thingy at the right side of the navigation bar for the same purpose, and also make it work for views from the database page. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@734091 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/style/layout.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'share/www/style') diff --git a/share/www/style/layout.css b/share/www/style/layout.css index 20aaaf82..67f9e430 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -27,7 +27,7 @@ body { background: #fff url(../image/bg.png) 100% 0 repeat-y; h1 { background: #333; border-right: 2px solid #111; border-bottom: 1px solid #333; color: #999; font: 125% normal Arial,Helvetica,sans-serif; - line-height: 1.8em; margin: 0 0 1em; padding: 0 0 0 1em; + line-height: 1.8em; margin: 0 0 1em; padding: 0 0 0 1em; position: relative; } h1 :link, h1 :visited, h1 strong { padding: .4em .5em; } h1 :link, h1 :visited { @@ -37,6 +37,10 @@ h1 :link, h1 :visited { } h1 strong { color: #fff; font-weight: normal; padding-right: 25px; } h1 strong a {color:#fff !important;background:none !important;} +h1 :link.raw, h1 :visited.raw { + background: url(../image/rarrow.png) 100% 50% no-repeat; position: absolute; + right: 20px; width: 35px; height: 100%; padding: 0; +} body.loading h1 strong { background: url(../image/spinner.gif) right center no-repeat; } -- cgit v1.2.3