From 0193f6280ce311c86e097ed38ad5802d3dcf7734 Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Tue, 3 Jun 2008 15:16:29 +0000 Subject: Futon: fixes for IE6/7 compatibility, some minor polish for the map/reduce code editor, updated logo to match the version used elsewhere. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@662823 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/style/layout.css | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) (limited to 'share/www/style') diff --git a/share/www/style/layout.css b/share/www/style/layout.css index 6f84aaae..2ff012c7 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -113,8 +113,7 @@ table.listing tbody.footer #paging select { font-size: 90%; padding: 0; } /* Resizer grippies */ div.grippie { background: #e9e9e9 url(../image/grippie.gif) 50% 50% no-repeat; - border: 1px solid #aaa; border-top: none; cursor: row-resize; - min-height: 10px; + border: 1px solid #aaa; border-top: none; min-height: 10px; } /* Suggest results */ @@ -134,7 +133,7 @@ ul.suggest-dropdown li.selected { cursor: pointer; background: Highlight; #wrap { padding: 0 20px 3em; } -#logo { position: absolute; top: 20px; right: 20px; } +#logo { position: absolute; top: 20px; right: 18px; } #nav { color: #333; font-size: 110%; font-weight: bold; list-style: none; margin: 0; overflow: auto; padding: 0; position: absolute; top: 185px; @@ -164,8 +163,7 @@ 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: 1.3em; width: 190px; text-align: right; - white-space: nowrap; + bottom: 0; min-height: 1.3em; width: 190px; text-align: right; } #view { position: absolute; left: 0; right: 210px; top: 0; bottom: 0; height: 100%; @@ -256,7 +254,7 @@ 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 3px no-repeat; +#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; } @@ -264,12 +262,11 @@ ul.suggest-dropdown li.selected { cursor: pointer; background: Highlight; padding: 2px 2px 0 0; } #viewcode .top a:link, #viewcode .top a:visited { color: #999; } -#viewcode table { border-collapse: separate; border-spacing: 0; +#viewcode table { border: none; border-collapse: separate; border-spacing: 0; margin: 0; table-layout: fixed; width: 100%; max-width: 100%; } -#viewcode table td.splitter { background: #e9e9e9; cursor: col-resize; - width: 4px; -} +#viewcode table td { border: none; padding: 0; } +#viewcode table td.splitter { background: #e9e9e9; width: 4px; } #viewcode table td.map { border-right: 1px solid #ccc; } #viewcode table td.reduce { border-left: 1px solid #ccc; } #viewcode .code label { font-size: 90%; color: #999; padding: 0 .5em; @@ -277,9 +274,9 @@ ul.suggest-dropdown li.selected { cursor: pointer; background: Highlight; } #viewcode .code textarea { border: none; border-top: 1px solid #ccc; color: #333; margin: 0; min-height: 50px; padding: .4em 0 0; resize: none; - width: 100%; + width: 100%; overflow: auto; } -#viewcode .code textarea:focus { background: #e9e9ff; } +#viewcode .code textarea:focus { background: #e9f4ff; } #viewcode .bottom { border-bottom: none; clear: left; padding: 1px 3px; } #viewcode .bottom button { font-size: 90%; margin: 0 1em 0 0; padding-left: 2em; padding-right: 2em; @@ -292,8 +289,9 @@ ul.suggest-dropdown li.selected { cursor: pointer; background: Highlight; } #viewcode .bottom button.save { font-weight: bold; } #viewcode .grippie { background-position: 50% 50%; } +#viewcode.collapsed { background: #e9e9e9; } #viewcode.collapsed .top { border-bottom: none; } -#viewcode.collapsed .top span { background-position: 0 -96px; } +#viewcode.collapsed .top span { background-position: 0 3px; } #viewcode.collapsed table, #viewcode.collapsed .bottom { display: none; } /* Database table */ -- cgit v1.2.3