Index: openacs-4/packages/acs-subsite/www/resources/site-master.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/resources/site-master.css,v diff -u -r1.9 -r1.10 --- openacs-4/packages/acs-subsite/www/resources/site-master.css 6 Jan 2004 16:26:50 -0000 1.9 +++ openacs-4/packages/acs-subsite/www/resources/site-master.css 7 Jan 2004 00:17:51 -0000 1.10 @@ -52,7 +52,7 @@ background-color: #616093; color: white; font-family: tahoma, verdana; - font-size: 85%; + font-size: 80%; } table.developer-toolbar td { padding-top: 3px; @@ -69,11 +69,27 @@ } table.developer-toolbar td a:hover { text-decoration: none; + background-color: #999999; + border: solid 1px #cccccc; +} +table.developer-toolbar #search { + font: 80% tahoma; + color: white; +} +table.developer-toolbar #search input { + font: 100% tahoma; +} +table.developer-toolbar td a.on { + background-color: #888888; + border: solid 1px #cccccc; +} +table.developer-toolbar td a:hover.on { background-color: #666666; border: solid 1px #999999; } + a.button { font: 85% arial; border: solid 1px black; @@ -427,7 +443,7 @@ list-style: circle url(/resources/acs-subsite/right.gif); } -div.developer-support { +#developer-support-footer { float: left; padding: 6px; border: solid 1px gray; @@ -446,3 +462,4 @@ border-top: 0px; padding: 6px 8px 6px 8px; } +