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 +++++----- 2 files changed, 17 insertions(+), 6 deletions(-) (limited to 'web/html/css') diff --git a/web/html/css/arch.css b/web/html/css/arch.css index bc629e80..37997c03 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 bf5268f2..de70d76d 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; -- cgit v1.2.3-24-g4f1b