From 30eddf57c8de433e8ea02b9e552c8e1744a505a7 Mon Sep 17 00:00:00 2001 From: wei <> Date: Sun, 7 May 2006 03:34:25 +0000 Subject: Add search to quickstart demo. --- demos/quickstart/themes/PradoSoft/style.css | 33 +++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'demos/quickstart/themes/PradoSoft') diff --git a/demos/quickstart/themes/PradoSoft/style.css b/demos/quickstart/themes/PradoSoft/style.css index df8d1e19..38ef5375 100644 --- a/demos/quickstart/themes/PradoSoft/style.css +++ b/demos/quickstart/themes/PradoSoft/style.css @@ -332,3 +332,36 @@ dd margin-bottom: 0.75em; } +.quicksearch .search .searchBox +{ + width: 25em; +} + +.quicksearch .search +{ + text-align: center; + padding: 2em; +} + +.searchItem +{ + margin-top: 20px; + margin-left: 20px; + margin-right: 20px; +} + +.searchItemBody +{ + margin-top: 0em; + font-size: 0.9em; +} + +.searchItemLink +{ + font-size: 1.05em; +} + +.searchterm +{ + font-weight: bold; +} \ No newline at end of file -- cgit v1.2.3