diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-11-24 13:14:03 -0500 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-11-24 13:14:03 -0500 |
commit | 2f0a1911be2d8a6c5106faddd6a3bf30c064c8c7 (patch) | |
tree | ad6be376666e948122925ba14793c620c5553705 /web | |
parent | 6c327efaf3342120aec2f8031fc0e1270380399c (diff) | |
download | aurweb-2f0a1911be2d8a6c5106faddd6a3bf30c064c8c7.tar.xz |
Change legend style and default font size.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web')
-rw-r--r-- | web/html/css/arch.css | 2 | ||||
-rw-r--r-- | web/html/css/containers.css | 6 | ||||
-rw-r--r-- | web/template/pkg_search_results.php | 5 |
3 files changed, 9 insertions, 4 deletions
diff --git a/web/html/css/arch.css b/web/html/css/arch.css index 121a748..de871be 100644 --- a/web/html/css/arch.css +++ b/web/html/css/arch.css @@ -4,7 +4,7 @@ body { min-width: 600px; color: #555; font-family: "DejaVu Sans", sans-serif; - font-size: 14px; + font-size: 12px; } /* Divs */ #title { diff --git a/web/html/css/containers.css b/web/html/css/containers.css index c7a9973..fd3bea2 100644 --- a/web/html/css/containers.css +++ b/web/html/css/containers.css @@ -153,6 +153,12 @@ td.data2 { padding-left: .3em; text-align: left; } +#legend span { + padding: 1px; + margin-left: .3em; + border: solid 1px #888; + text-align: left; +} td.text { color: #000; font-size: 12px; diff --git a/web/template/pkg_search_results.php b/web/template/pkg_search_results.php index b4415d7..b7015ce 100644 --- a/web/template/pkg_search_results.php +++ b/web/template/pkg_search_results.php @@ -86,10 +86,9 @@ for ($i = 0; $row = mysql_fetch_assoc($result); $i++) { <table width='100%'> <tr> <td align='left'> - <div> - <span class='f3'><?php echo __('Legend') ?> + <div id="legend"> + <span class='f3'><?php echo __('Legend') ?></span> <span class="outofdate"><?php print __('Out of Date') ?></span> - </span> </div> <?php if ($SID): ?> <div> |