summaryrefslogtreecommitdiffstats
path: root/web/html
diff options
context:
space:
mode:
Diffstat (limited to 'web/html')
-rw-r--r--web/html/css/arch.css15
-rw-r--r--web/html/css/containers.css2
2 files changed, 16 insertions, 1 deletions
diff --git a/web/html/css/arch.css b/web/html/css/arch.css
index 09b22407..5da56d28 100644
--- a/web/html/css/arch.css
+++ b/web/html/css/arch.css
@@ -284,6 +284,21 @@ blockquote.code {
color: #333;
font-size: .95em;
}
+.pkg_search_results_footer {
+ overflow: auto;
+}
+.pkg_search_results_footer .legend_and_actions {
+ float: left;
+}
+.pkg_search_results_footer .legend {
+ margin-bottom: 3px;
+}
+.pkg_search_results_footer .page_links {
+ float: right;
+ margin: 0 0;
+ padding: 0 0;
+}
+
/* AUR Styles */
.pgbox {
diff --git a/web/html/css/containers.css b/web/html/css/containers.css
index 12362f60..67fd8c7d 100644
--- a/web/html/css/containers.css
+++ b/web/html/css/containers.css
@@ -153,7 +153,7 @@ td.data2 {
padding-left: .3em;
text-align: left;
}
-#legend span {
+.legend span {
padding: 1px;
margin-left: .3em;
border: solid 1px #888;