From 9df541f95f12d2fad5c9911008882b7ff35a9514 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 7 Sep 2010 16:04:56 -0500 Subject: Implement package difference filtering This is done as client-side JS which makes the page nice and fast. Minor versions can be excluded, as can packages in [multilib]. In addition, architecture filtering is in place so you can limit the subset of shown packages to those in any, both, one or the other. Signed-off-by: Dan McGee --- media/archweb.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'media') diff --git a/media/archweb.css b/media/archweb.css index e5e5e6e0..f417e5ee 100644 --- a/media/archweb.css +++ b/media/archweb.css @@ -175,7 +175,6 @@ table.results th.headerSortUp { background-color: #e4eeff; background-image: url table.results .flagged { color: red; } /* pkglist: layout */ -div#pkglist-search { margin-bottom: 1.5em; } div#pkglist-about { margin-top: 1.5em; } /* pkglist: results navigation */ @@ -184,11 +183,11 @@ div#pkglist-about { margin-top: 1.5em; } .pkglist-nav .prev { margin-right: 1em; } .pkglist-nav .next { margin-right: 1em; } -/* pkglist: search fields */ -#pkglist-search h3 { font-size: 1em; margin-top:0; } -#pkglist-search div { float: left; margin-right: 1.65em; font-size: 0.85em; } -#pkglist-search legend { display: none; } -#pkglist-search label { width: auto; display: block; font-weight: normal; } +/* search fields and other filter selections */ +.filter-criteria h3 { font-size: 1em; margin-top:0; } +.filter-criteria div { float: left; margin-right: 1.65em; font-size: 0.85em; } +.filter-criteria legend { display: none; } +.filter-criteria label { width: auto; display: block; font-weight: normal; } /* pkgdetails: details links that float on the right */ #pkgdetails #detailslinks { float: right; } -- cgit v1.2.3-54-g00ecf