Geht ohne Weiteres durch den Modulsufix
Beispiel
Modulsufix -boder kannst Du jetzt im Backend einem einzelnen Modul zuordnen.
Code:
table.moduletable
{
display:block;
}
table.moduletable th
{
font-size:14px;
text-transform:uppercase;
text-align:left;
padding-left: 5px;
color:#666666;
height: 20px;
}
table.moduletable td
{
color:#666666;
padding-left: 5px;
}
table.moduletable-border
{
width: 200px;
border: 1px solid #000000;
}
table.moduletable-border th
{
background-image:url(../images/modulbg.gif);
font-size:14px;
text-transform:uppercase;
text-align:left;
padding-left: 5px;
color:#ffffff;;
height: 20px;
}
table.moduletable-border td
{
color:#666666;
padding-left: 5px;
}
Lesezeichen