From 5b64b1d54ec002f760ad31373aa2184c8f127536 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Fri, 18 Jan 2008 00:12:25 -0500 Subject: Some CSS tweaks. Add a results class. --- funcweb/funcweb/static/css/style.css | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'funcweb') diff --git a/funcweb/funcweb/static/css/style.css b/funcweb/funcweb/static/css/style.css index 77e6c7e..b320cb6 100644 --- a/funcweb/funcweb/static/css/style.css +++ b/funcweb/funcweb/static/css/style.css @@ -527,6 +527,16 @@ background-position:100% -24px; padding: 0.5ex 2ex; } +#results +{ + border: 1px solid #DDDDDD; + background: #F2F5F6; + font-size: 1.50ex; + width: 450px; + height: 400px; + overflow: auto; + display: none; +} .content p.note { @@ -650,16 +660,16 @@ background-position:100% -24px; } #col1 { - width: 200px; + width: 150px; height: 100%; } #col2 { - width: 200px; + width: 150px; } #col3 { - width: 200px; + width: 150px; } #col4 { -- cgit