diff options
author | Dan McGee <dan@archlinux.org> | 2012-02-02 18:29:35 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-02-07 00:47:21 -0600 |
commit | b2cfd30094b07546bbbdd2c83499cfd3d03f2161 (patch) | |
tree | d2a86ecad4fa30a1b3e0712528eb97e088025b11 /sitestatic/archweb.css | |
parent | 087aca5cceb2dc8ac4625eb61f95b57b704bd30f (diff) |
Show the latest flag request on package details if out of date
This only shows up for logged in users, but might be helpful for
developers browsing around the site, especially if they did not receive
the email themselves, or in the case of orphan packages.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'sitestatic/archweb.css')
-rw-r--r-- | sitestatic/archweb.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css index 46fd7844..d653d98c 100644 --- a/sitestatic/archweb.css +++ b/sitestatic/archweb.css @@ -728,6 +728,11 @@ div#pkglist-about { padding: 0.25em 0 0.25em 1.5em; } + #pkgdetails #pkginfo .userdata { + font-size: 0.85em; + padding: 0.5em; + } + /* pkgdetails: flag package */ form#flag-pkg-form label { width: 10em; |