Most Powerful Open Source ERP

Guideline Reserved CSS Classes Should Not Be Used Or Overloaded

To ensure the UI stays consistent.
  • Last Update:2019-07-15
  • Version:001
  • Language:en

Reserved CSS Classes Should Not Be Used Or Overloaded

The following classes are used by 'XHTML Style' to define specific page blocks. This list must be provided to custom style Web designers to prevent them from using an existing ID for a different page element.

.actions      // Action tabs
.wrapper      // A group of widgets
.document     // The document and associated controls
.content      // The document content as such
.dialog_box   // The dialog and dialog controls
.list_dialog  // The dialog content as such

The following recommended class names are used to associated a class to a group in an ERP5 Form. They are recommended names for layout design.

.column       // A widget area to place in a column
.left         // A widget area to place in a left column
.right        // A widget area to place in a right column