From 2c925582f8bd4f6e062dbddabbd424ddfd69debb Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 31 Oct 2013 13:44:10 +0800 Subject: Bug 920026: show reminder of pending review, feedback, and needinfo requests in the header --- extensions/Review/web/styles/badge.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 extensions/Review/web/styles/badge.css (limited to 'extensions/Review/web/styles') diff --git a/extensions/Review/web/styles/badge.css b/extensions/Review/web/styles/badge.css new file mode 100644 index 000000000..8b0791f12 --- /dev/null +++ b/extensions/Review/web/styles/badge.css @@ -0,0 +1,19 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this file, + * You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This Source Code Form is "Incompatible With Secondary Licenses", as + * defined by the Mozilla Public License, v. 2.0. */ + +#badge { + background-color: #c00; + font-size: small; + font-weight: bold; + padding: 0 5px; + border-radius: 10px; + margin: 0 5px; +} + +#badge a { + color: #fff !important; +} -- cgit v1.2.3-24-g4f1b