From e05e90e517a4ee6c5a710bf6b289a956b1363cd9 Mon Sep 17 00:00:00 2001 From: "Damien F. Katz" Date: Mon, 22 Jun 2009 19:10:48 +0000 Subject: Added 'Jump to Document' in the database.htmlscreen. Would like maybe to see in the future about making it limit input to only existing doc ids, and perhaps only show on the 'All documents' view. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@787354 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/style/layout.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'share/www/style') diff --git a/share/www/style/layout.css b/share/www/style/layout.css index 7cf89e3b..d6e66d0a 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -274,6 +274,13 @@ ul.suggest-dropdown li.selected { cursor: pointer; background: Highlight; visibility: hidden; } +/* Document quick jump */ + +#jumpto { float: right; padding: 5px 10px 5px 5px; line-height: 16px; + font-weight: bold; color: #666; font-size: 90%; } + +#jumpto input { font-size: 90%; } + /* View selector */ #switch { color: #666; float: right; font-size: 90%; font-weight: bold; -- cgit v1.2.3