diff options
author | Christopher Lenz <cmlenz@apache.org> | 2009-07-21 21:32:59 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@apache.org> | 2009-07-21 21:32:59 +0000 |
commit | d82348e48cfbed9542613863d053fcd3ef981ff4 (patch) | |
tree | b793cef732576b598589acb77fc28fbea988ba3a /share/www/style | |
parent | 4fa38ad4e4245f27776b4269634a98212bbae3e8 (diff) |
Minor cosmetic cleanup for the custom test page: highight active navitem in sidebar, no toggle icon, resizable text area.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@796544 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/style')
-rw-r--r-- | share/www/style/layout.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/share/www/style/layout.css b/share/www/style/layout.css index 5de148c4..473d62d8 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -299,9 +299,11 @@ ul.suggest-dropdown li.selected { cursor: pointer; background: Highlight; padding: 0 .5em 2px; } #viewcode .top { border-bottom: 1px solid #ddd; color: #aaa; font-size: 95%; } -#viewcode .top span { background: url(../image/twisty.gif) 0 -96px no-repeat; - border: none; color: #666; cursor: pointer; display: block; font-size: 90%; - margin: 0; padding: 2px 0 0 15px; +#viewcode .top span { border: none; color: #666; cursor: pointer; + display: block; font-size: 90%; margin: 0; padding: 2px 0 0; +} +#viewcode .top span#view-toggle { + background: url(../image/twisty.gif) 0 -96px no-repeat; padding-left: 15px; } #viewcode .top a { float: right; font-size: 90%; line-height: 1.4em; padding: 2px 2px 0 0; |