Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
72:editor_tables [2019/02/18 18:00] – [Use CSS Styles for Tables] ext-bkkr72:editor_tables [2020/09/11 15:42] aakr
Line 14: Line 14:
   - Select new formating options for your table.   - Select new formating options for your table.
       - //Notice: The **Rows**  and **Columns**  can be changed with the table context menu.//       - //Notice: The **Rows**  and **Columns**  can be changed with the table context menu.//
 +==== Adding a Table to Process Description ====
 +
 +TBD:
 +
 +Tables with images: Images are only scaled down if a table width is specified
 +
 +If a table contains images and the table does not fit into the browser window, it is shown in the mobile view:
 +
 +TBD Mobile Table View
 +
 +If you want the images to be scaled down in this case, specify a specific table width, e.g. 100%. To specify the table width… TBD
 +
 ==== Delete a Table ==== ==== Delete a Table ====
  
Line 34: Line 46:
 .stages_description .minimal_table_style tr h3, .stages_description .minimal_table_style tr h3,
 .stages_description .minimal_table_style tr img {} .stages_description .minimal_table_style tr img {}
 +
 </code> </code>
  
Line 74: Line 87:
  color: #669;  color: #669;
 } }
 +
 </code> </code>
  
Line 110: Line 124:
  color: #669;  color: #669;
 } }
 +
 </code> </code>