diff options
author | Dan McGee <dan@archlinux.org> | 2010-09-03 00:51:00 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-09-03 00:51:00 -0500 |
commit | 2dc0cafbb47fa67fde5ebe7876fb7566d660904a (patch) | |
tree | 33640193919fccf94b0c78d0ae45e4bc81c73cb6 /media | |
parent | 8bd28385043ea146b76eadbc021db7e7c92c0be1 (diff) |
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 <dan@archlinux.org>
Diffstat (limited to 'media')
-rw-r--r-- | media/archweb.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/media/archweb.css b/media/archweb.css index 247bb00d..179cd3bb 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 */ |