diff options
author | Callan Barrett <wizzomafizzo@gmail.com> | 2008-12-22 15:32:57 +0100 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2008-12-29 23:30:12 +0100 |
commit | 3288805d2ddeb827d3d25a4a62d74bcdbafa4bb9 (patch) | |
tree | d5378be9579e053d6fda6741bb84f42708822348 /web/html/css | |
parent | 520d1e2a3503ba9fd706babfe057f7ffc4a06eac (diff) | |
download | aur-3288805d2ddeb827d3d25a4a62d74bcdbafa4bb9.tar.gz aur-3288805d2ddeb827d3d25a4a62d74bcdbafa4bb9.tar.xz |
New search bar, toggle advanced options new style
Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/html/css')
-rw-r--r-- | web/html/css/arch.css | 13 | ||||
-rw-r--r-- | web/html/css/fonts.css | 10 |
2 files changed, 17 insertions, 6 deletions
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; |