From 2dc0cafbb47fa67fde5ebe7876fb7566d660904a Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 3 Sep 2010 00:51:00 -0500 Subject: Add links to 'Versions Elsewhere' on package details page This will allow clicking through to a few more associated packages from a given package, including those for the other architecture and potentially in other repositories. The box floats to the right with the package actions, which have also been restyled slightly so the whole area is a bit more styled and set off from the rest of the page. This should allow us to close the current oldest bug open in the Arch bug tracker, FS#7787. I remember the days when every bug was a four-digit number... Signed-off-by: Dan McGee --- media/archweb.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'media/archweb.css') diff --git a/media/archweb.css b/media/archweb.css index 247bb00..179cd3b 100644 --- a/media/archweb.css +++ b/media/archweb.css @@ -192,9 +192,11 @@ div#pkglist-about { margin-top: 1.5em; } #pkglist-search legend { display: none; } #pkglist-search label { width: auto; display: block; font-weight: normal; } -/* pkgdetails: action list (svn entries, flag out-of-date) */ -#pkgdetails #actionlist { float: right; } -#pkgdetails #actionlist ul { list-style: none; padding: 0; font-size: 0.846em } +/* pkgdetails: details links that float on the right */ +#pkgdetails #detailslinks { float: right; } +#pkgdetails #detailslinks h4 { margin-top: 0; margin-bottom: 0.25em; } +#pkgdetails #detailslinks ul { list-style: none; padding: 0; margin-bottom: 0; font-size: 0.846em; } +#pkgdetails #detailslinks > div { padding: 0.5em; margin-bottom: 1em; background: #eee; border: 1px solid #bbb; } #pkgdetails #actionlist .flagged { color: red; font-size: 0.9em; font-style: italic; } /* pkgdetails: pkg info */ -- cgit v1.2.3-24-g4f1b