summaryrefslogtreecommitdiff
path: root/share/www/style/layout.css
diff options
context:
space:
mode:
Diffstat (limited to 'share/www/style/layout.css')
-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%; }