diff options
Diffstat (limited to 'share/www/style')
-rw-r--r-- | share/www/style/layout.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/www/style/layout.css b/share/www/style/layout.css index c17c1942..0971c2ee 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -336,8 +336,8 @@ ul.suggest-dropdown li.selected { cursor: pointer; background: Highlight; /* Database table */ -#databases thead th.apps, #databases thead th.size, #databases thead th.count, #databases thead th.seq, -#databases thead th.apps, #databases tbody td.size, #databases tbody td.count, #databases tbody td.seq { +#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; } |