diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-01-05 22:52:34 +0100 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-01-05 22:52:34 +0100 |
commit | 07e4d397ba5c71d7a843d370ee1db0f8e6d53070 (patch) | |
tree | 392ad960613b971aa21c019595968bb354dd689e /web/html/css/arch.css | |
parent | 36b44f371bd240fe448d7a22f7295581c9b35633 (diff) | |
download | aur-07e4d397ba5c71d7a843d370ee1db0f8e6d53070.tar.gz aur-07e4d397ba5c71d7a843d370ee1db0f8e6d53070.tar.xz |
Change layout of search form.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/html/css/arch.css')
-rw-r--r-- | web/html/css/arch.css | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/web/html/css/arch.css b/web/html/css/arch.css index 37997c03..ffa16ba1 100644 --- a/web/html/css/arch.css +++ b/web/html/css/arch.css @@ -452,15 +452,12 @@ textarea.vLargeTextField { border-collapse: separate; border-spacing: 0 15px; } -#search_box { - margin: 5px; - text-align: center; + +#advanced-search li { font-size: 11px; -} -#advanced li { - background-color: #f3f3f3; list-style: none; display: inline; - padding: 15px; + padding-right: 15px; text-decoration: none; -}
\ No newline at end of file +} + |