summaryrefslogtreecommitdiff
path: root/share/www/style
diff options
context:
space:
mode:
authorChristopher Lenz <cmlenz@apache.org>2008-04-05 20:17:27 +0000
committerChristopher Lenz <cmlenz@apache.org>2008-04-05 20:17:27 +0000
commit4708e70c612a797b5d15774149ed589996d0c2e3 (patch)
tree0e8cb8758f529ced20cfb64ec46ad8a05b246eb9 /share/www/style
parentc2ffeee2ad21a49a9c6d153aa89067505f1f1e26 (diff)
Improve database listing page.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@645171 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/style')
-rw-r--r--share/www/style/layout.css10
1 files changed, 9 insertions, 1 deletions
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%; }