[damned-lies/newtheme] Fixed table for releases comparison page
- From: Tom Tryfonidis <tomtryf src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies/newtheme] Fixed table for releases comparison page
- Date: Wed, 22 Aug 2012 22:51:06 +0000 (UTC)
commit 405972838878bb30509b085274ca231a0db47ea5
Author: Tom Tryfonidis <tomtryf gmail com>
Date: Thu Aug 23 01:47:50 2012 +0300
Fixed table for releases comparison page
https://bugzilla.gnome.org/show_bug.cgi?id=681167
media/newcss/template.css | 9 +++++++++
templates/release_compare.html | 4 ++--
2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/media/newcss/template.css b/media/newcss/template.css
index 931d195..8428433 100644
--- a/media/newcss/template.css
+++ b/media/newcss/template.css
@@ -403,6 +403,15 @@ table.stats tfoot {
background: -webkit-linear-gradient(top, #f4f4f4, #fff);
background: linear-gradient(top, #f4f4f4, #fff);
}
+td.supported {
+ color: #ffffff;
+ background-color: green;
+}
+td.partially {
+ background-color: orange;
+}
+td.not_supported {
+}
/* Compact text stats */
diff --git a/templates/release_compare.html b/templates/release_compare.html
index 8f88c33..ce33d9b 100644
--- a/templates/release_compare.html
+++ b/templates/release_compare.html
@@ -15,11 +15,11 @@ $(document).ready(function()
{% endblock %}
{% block content %}
-<div class="mainpage">
+<div class="maxwidth">
<h1>{% trans "Releases Comparison" %}</h1>
-<table class="tablesorter" id="stats">
+<table class="stats" id="stats">
<thead>
<tr>
<th class="header">{% trans "Languages" %}</th>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]