summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
authorLuke Macken <lmacken@redhat.com>2008-01-18 00:12:25 -0500
committerLuke Macken <lmacken@redhat.com>2008-01-18 00:12:25 -0500
commit5b64b1d54ec002f760ad31373aa2184c8f127536 (patch)
treebba2253d365818b88d664a2bfb8f9e94d18cd9fa /funcweb
parent411980a5058b3286ee12b3ed168fc40461b24e44 (diff)
downloadthird_party-func-5b64b1d54ec002f760ad31373aa2184c8f127536.tar.gz
third_party-func-5b64b1d54ec002f760ad31373aa2184c8f127536.tar.xz
third_party-func-5b64b1d54ec002f760ad31373aa2184c8f127536.zip
Some CSS tweaks. Add a results class.
Diffstat (limited to 'funcweb')
-rw-r--r--funcweb/funcweb/static/css/style.css16
1 files changed, 13 insertions, 3 deletions
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 {