diff options
author | Byron Jones <bjones@mozilla.com> | 2013-12-12 05:59:26 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-12-12 05:59:26 +0100 |
commit | 531b87fa858e2777523cd67d74d5579d9749260a (patch) | |
tree | 9b867d021313e2e8e534127a48b1b5c4bc25baac /extensions/UserProfile/web/styles | |
parent | 071dc9b89305dbeeb3c91a179eee04ee5187289f (diff) | |
download | bugzilla-531b87fa858e2777523cd67d74d5579d9749260a.tar.gz bugzilla-531b87fa858e2777523cd67d74d5579d9749260a.tar.xz |
Bug 928293: Add number of current reviews in queue on user profile
Diffstat (limited to 'extensions/UserProfile/web/styles')
-rw-r--r-- | extensions/UserProfile/web/styles/user_profile.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/UserProfile/web/styles/user_profile.css b/extensions/UserProfile/web/styles/user_profile.css index c261c24b6..ef1f71dd9 100644 --- a/extensions/UserProfile/web/styles/user_profile.css +++ b/extensions/UserProfile/web/styles/user_profile.css @@ -42,3 +42,7 @@ box-shadow: 2px 2px 5px #888; margin-bottom: 5px; } + +#what { + margin-top: 1em; +} |