Divisions/Sections
Each module view contains several divisions/section using the <div> tag.
The entire module is wrapped with a division using the classes of 'module', the module title, and the view name such as <div class="module blog showall-headlines>
Any module level commands such as add a new item or manage etc... is wrapped in <div class="module-actions">
Any item level commands such as edit, delete, etc... is wrapped in <div class="item-actions">
Each item is wrapped in an element using the "item" class which may include div, li, or other tags such as <div class="item">
The main content of an item (the body) is wrapped in <div class="bodycopy">
Loading Help