Forum


List Manager Support

List Manager support
Forums
Public write access is disabled. Please login

Table stripped style 04.09.2012 21:17

When you see a module-list of plugin-list in Joomla, the background switches each line (white, light blue, white, livht blue, …)

The Listmanager is all white.

Is there any possibility that we can do the same type of background?

If you have a long or wide list, it’s easier for the viewer to read the line with info.
Moonsoft Team
www.moonsoft.es

Re: Table stripped style 04.09.2012 21:21

Hello,
yes, the table is styled to separate even and odd lines, so if you place the right classes with your prefered background color you will get the stripped style required.

The stylesheet is located here:

joomla\modules\mod_listmanager\assets\css\default.css

and here are the classes to add, for even/odd lines and their last column attached.

.lm_trwhite .lm_td_dato{
background:#ff0000;
}
.lm_trwhite .lm_lasttd{
background:#00ff00;
}


.lm_trblack .lm_td_dato{
background:#eeeeee;
}
.lm_trblack .lm_lasttd{
background:#eeeeff;
}

Hope this helps, regards
Moonsoft Team
www.moonsoft.es
Are you satisfied with our products/services/support?
Please help us to keep improving, add a review at  joomla extensions site and  magento connect

Our clients' feedback