summaryrefslogtreecommitdiffstats
path: root/extensions/UserProfile/web
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-12-12 05:59:26 +0100
committerByron Jones <bjones@mozilla.com>2013-12-12 05:59:26 +0100
commit531b87fa858e2777523cd67d74d5579d9749260a (patch)
tree9b867d021313e2e8e534127a48b1b5c4bc25baac /extensions/UserProfile/web
parent071dc9b89305dbeeb3c91a179eee04ee5187289f (diff)
downloadbugzilla-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')
-rw-r--r--extensions/UserProfile/web/styles/user_profile.css4
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;
+}