[extensions-web] Format "Active"/"Rejected" correctly in the versions table
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web] Format "Active"/"Rejected" correctly in the versions table
- Date: Mon, 28 Nov 2011 01:39:00 +0000 (UTC)
commit f1e6007aea0179d798f3bbbbcf1e25aff53f6ce7
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Sun Nov 27 20:38:47 2011 -0500
Format "Active"/"Rejected" correctly in the versions table
sweettooth/static/css/review.css | 10 ----------
sweettooth/static/css/sweettooth.css | 10 ++++++++++
2 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/sweettooth/static/css/review.css b/sweettooth/static/css/review.css
index 458e866..c79eb83 100644
--- a/sweettooth/static/css/review.css
+++ b/sweettooth/static/css/review.css
@@ -146,16 +146,6 @@ span.changed {
font-size: larger;
}
-.rejected, .reject {
- color: #c00 !important;
- font-weight: bold;
-}
-
-.active, .approve {
- color: #0a0 !important;
- font-weight: bold;
-}
-
#approve {
clear: right;
}
diff --git a/sweettooth/static/css/sweettooth.css b/sweettooth/static/css/sweettooth.css
index 68e7786..c81a48e 100644
--- a/sweettooth/static/css/sweettooth.css
+++ b/sweettooth/static/css/sweettooth.css
@@ -377,6 +377,16 @@ li.extension:last-child {
display: table-cell;
}
+.rejected, .reject {
+ color: #c00 !important;
+ font-weight: bold;
+}
+
+.active, .approve {
+ color: #0a0 !important;
+ font-weight: bold;
+}
+
#error_report input[name=can_contact] {
margin-left: 1em;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]