diff options
author | John Christopher Anderson <jchris@apache.org> | 2010-06-16 00:07:25 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2010-06-16 00:07:25 +0000 |
commit | b3775dbe371acffea4ea44503cfdddc79278eca7 (patch) | |
tree | 0b5de9727a5408d3e11d6f9731af7a8474e6207a /share/www/style | |
parent | 8f6a0089ee04ff7e95d1650ab1a2b7ddc0fcaca6 (diff) |
indicate which test is running in the top of the test runner
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@955097 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/style')
-rw-r--r-- | share/www/style/layout.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/www/style/layout.css b/share/www/style/layout.css index 5cb558c5..b8725f4a 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -229,6 +229,7 @@ body.fullwidth #wrap { margin-right: 0; } margin: 0 0 .5em; padding: 5px 5px 5px 3px; } #toolbar li { display: inline; } +#toolbar li.current {float:right;} #toolbar button { background: transparent 2px 2px no-repeat; border: none; color: #666; margin: 0; padding: 2px 1em 2px 22px; cursor: pointer; font-size: 95%; line-height: 16px; |