From f6507e21f87f962c7e7731123450914aa12e227d Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Wed, 22 Jul 2009 09:03:40 +0000 Subject: Change document creation in Futon so that it no longer prompts for a document ID, but simply opens the document page for an empty (and unsaved) document, and allows you to modify the ID. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@796635 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/style/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/www/style') diff --git a/share/www/style/layout.css b/share/www/style/layout.css index 473d62d8..ec49c7eb 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -211,7 +211,7 @@ ul.suggest-dropdown li.selected { cursor: pointer; background: Highlight; #toolbar li { display: inline; } #toolbar button { background: transparent 2px 2px no-repeat; border: none; color: #666; margin: 0; padding: 2px 1em 2px 22px; cursor: pointer; - font-size: 95%; font-weight: bold; line-height: 16px; + font-size: 95%; line-height: 16px; } #toolbar button:hover { background-position: 2px -30px; color: #000; } #toolbar button:active { background-position: 2px -62px; color: #000; } -- cgit v1.2.3