https://bugzilla.wikimedia.org/show_bug.cgi?id=23904

           Summary: Different alternating row colours for tables
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: Semantic MediaWiki
        AssignedTo: [email protected]
        ReportedBy: [email protected]


In the SMW+ CSS I noticed:

/* even and odd in tables*/
#content .sortable .even,#content .smwtable .even{
background-color:#FFF;
}

#content .sortable .odd,#content .smwtable .odd{
background-color:#cde6ea;
}

But the values do not seem to be used.

Benjamin Langgut advised on the SMW mailing list that there is currently no
assignment of the 'even' and 'odd' classes to the TR element of tables created
with the SMWTableResultPrinter.

It would be great if this could be added as it would greatly enhance the look
of table query results. People keep telling me my sites look like Excel!

Thanks
Neill.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to