diff options
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 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; |