From 4708e70c612a797b5d15774149ed589996d0c2e3 Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Sat, 5 Apr 2008 20:17:27 +0000 Subject: Improve database listing page. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@645171 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/style/layout.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'share/www/style') diff --git a/share/www/style/layout.css b/share/www/style/layout.css index 37bf0c79..75ae2660 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -159,7 +159,8 @@ ul.suggest-dropdown li.selected { cursor: pointer; background: Highlight; #footer { background: #ddd; border-top: 1px solid #bbb; color: #000; font-size: 80%; opacity: .7; padding: 5px 10px; position: absolute; right: 0; - bottom: 0; height: 10px; width: 190px; text-align: right; + bottom: 0; height: 1.3em; width: 190px; text-align: right; + white-space: nowrap; } #view { position: absolute; left: 0; right: 210px; top: 0; bottom: 0; height: 100%; @@ -274,6 +275,13 @@ ul.suggest-dropdown li.selected { cursor: pointer; background: Highlight; #viewcode.expanded label { background-position: 0 -96px; } #viewcode.expanded textarea, #viewcode.expanded div.bottom { display: block; } +/* Database table */ + +#databases thead th.size, #databases thead th.count, #databases thead th.seq, +#databases tbody td.size, #databases tbody td.count, #databases tbody td.seq { + text-align: right; +} + /* Documents table */ #documents thead th { width: 50%; } -- cgit v1.2.3