From 3288805d2ddeb827d3d25a4a62d74bcdbafa4bb9 Mon Sep 17 00:00:00 2001 From: Callan Barrett Date: Mon, 22 Dec 2008 23:32:57 +0900 Subject: New search bar, toggle advanced options new style Signed-off-by: Callan Barrett Signed-off-by: Loui Chang --- web/html/css/arch.css | 13 +- web/html/css/fonts.css | 10 +- web/template/pkg_search_form.php | 300 ++++++++++++++++----------------------- 3 files changed, 139 insertions(+), 184 deletions(-) (limited to 'web') diff --git a/web/html/css/arch.css b/web/html/css/arch.css index bc629e8..37997c0 100644 --- a/web/html/css/arch.css +++ b/web/html/css/arch.css @@ -452,4 +452,15 @@ textarea.vLargeTextField { border-collapse: separate; border-spacing: 0 15px; } - +#search_box { + margin: 5px; + text-align: center; + font-size: 11px; +} +#advanced li { + background-color: #f3f3f3; + list-style: none; + display: inline; + padding: 15px; + text-decoration: none; +} \ No newline at end of file diff --git a/web/html/css/fonts.css b/web/html/css/fonts.css index bf5268f..de70d76 100644 --- a/web/html/css/fonts.css +++ b/web/html/css/fonts.css @@ -61,11 +61,11 @@ span.warning /* Content Text */ font-size: 12px; } /* Font Attribute Change (#6c83b0)*/ -span.blue { color: #6c83b0; } -span.white { color: #fff; } -span.black { color: #000; } -span.green { color: #6db06d; } -span.link +.blue { color: #6c83b0; } +.white { color: #fff; } +.black { color: #000; } +.green { color: #6db06d; } +.link { color: #6c83b0; font-weight: bold; diff --git a/web/template/pkg_search_form.php b/web/template/pkg_search_form.php index f74e736..70797e4 100644 --- a/web/template/pkg_search_form.php +++ b/web/template/pkg_search_form.php @@ -1,188 +1,132 @@
-
- - + - +
- - + +
- - - - - - - - - - -
- - - - - -
- -
- - - - - -
- -
- - - - - -
- " maxlength='35' /> -
- - - - - -
- -
- - - - - -
- -
- - - - - -
- -
- - - - - -
- -
-
- - - - - -
- - - -
-
-
+ +
-- cgit v1.2.3-54-g00ecf