Revision: 2053
          http://mrbs.svn.sourceforge.net/mrbs/?rev=2053&view=rev
Author:   cimorrison
Date:     2011-10-02 16:38:32 +0000 (Sun, 02 Oct 2011)
Log Message:
-----------
Fixed zebra stripes for IE7/8

Modified Paths:
--------------
    mrbs/branches/datatables/web/jquery/datatables/css/mrbs-table.css

Modified: mrbs/branches/datatables/web/jquery/datatables/css/mrbs-table.css
===================================================================
--- mrbs/branches/datatables/web/jquery/datatables/css/mrbs-table.css   
2011-10-02 11:34:11 UTC (rev 2052)
+++ mrbs/branches/datatables/web/jquery/datatables/css/mrbs-table.css   
2011-10-02 16:38:32 UTC (rev 2053)
@@ -190,14 +190,23 @@
 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  * DataTables row classes
  */
-table.display.sub tr.odd, table.display.sub tbody tr:nth-child(2n+1) {
+ 
+table.display.sub tbody tr:nth-child(2n+1) {
   background-color: #ddffdd;
 }
 
-table.display.sub tr.even, table.display.sub tbody tr:nth-child(2n){
+table.display.sub tr.odd {
+  background-color: #ddffdd;
+}
+
+table.display.sub tbody tr:nth-child(2n){
   background-color: #eeffee;
 }
 
+table.display.sub tr.even {
+  background-color: #eeffee;
+}
+
 table.display tr.odd.gradeC {
   background-color: #ddddff;
 }
@@ -222,18 +231,26 @@
   background-color: #eee;
 }
 
-tr.odd, table.display tbody tr:nth-child(2n+1) {
+table.display tbody tr:nth-child(2n+1) {
   background-color: #E2E4FF;
 }
 
-tr.even, table.display tbody tr:nth-child(2n) {
+tr.odd {
+  background-color: #E2E4FF;
+}
+
+table.display tbody tr:nth-child(2n) {
   background-color: white;
 }
 
+tr.even {
+  background-color: white;
+}
 
 
 
 
+
 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  * Misc
  */

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to