media 65
Home | Login | Register | Order Products | Password Reset |

Media 65 Technologies | Beta 0.6 |
User Name:  Password:

Password Reset
Close

HomeMambo Knowledgebase › Free Guide To Mambo Css


  1. Free Guide To Mambo Css
  2. General settings
  3. Layout settings
  4. Navigation section
  5. Standard module table
  6. Content - sections & categories
  7. Form section
  8. Tabbed editing

Standard module table

 

STANDARD MODULE TABLE


This sections covers the standard module formatting it’s a good place to add and edit any new module formatting.
table.moduletable
/* ##################### STANDARD MODULE TABLE  #################*/	
table.moduletable {
width: 100%;
padding: 0px;
margin: 0px;
}

table.moduletable th {
background: #2F3E57;
height: 18px;
color: #FFFFFF;
}

table.moduletable td {height: 18px;}

/* Add here Custom Modules */

/* End Custom Modules */

/* ##################### END STANDARD MODULE TABLE #################*/
^Top