Revision: 1978
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1978&view=rev
Author:   cimorrison
Date:     2011-09-21 15:28:40 +0000 (Wed, 21 Sep 2011)
Log Message:
-----------
Added zebra stripes to tables that haven't been converted into DataTables - 
probably because JavaScript is disabled.   (Only works on browsers supporting 
the :nth-child selector).

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-09-21 15:16:25 UTC (rev 1977)
+++ mrbs/branches/datatables/web/jquery/datatables/css/mrbs-table.css   
2011-09-21 15:28:40 UTC (rev 1978)
@@ -219,12 +219,11 @@
   background-color: #eee;
 }
 
-
-tr.odd {
+tr.odd, table.display tbody tr:nth-child(2n+1) {
   background-color: #E2E4FF;
 }
 
-tr.even {
+tr.even, table.display tbody tr:nth-child(2n) {
   background-color: white;
 }
 

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


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to