Difference between revisions of "Styling cheatsheet"
Jump to navigation
Jump to search
old>Admin |
old>Admin |
||
Line 21: | Line 21: | ||
=== Item mode === | === Item mode === | ||
{| | |||
!content | |||
!class | |||
|- | |||
|Label for field | |||
|LB_[system fieldname] | |||
|- | |||
|Value of field / Input for field | |||
|VB_[system fieldname] | |||
|- | |||
|} | |||
== Other element styling == | == Other element styling == |
Revision as of 10:25, 6 March 2013
All pages are structured in the following CSS class structure
- TempusServaPage (root)
- menuList
- menuItem
- [tableForm|tableList|tableMaster] (content type)
- ...
- menuList
Content can easily be wrapped around the "TempusServaPage" by use of wrappers
Command bases styling
Menu mode
Simple / Standard
Advanced / Accordion
List mode
Item mode
content | class |
---|---|
Label for field | LB_[system fieldname] |
Value of field / Input for field | VB_[system fieldname] |