File modules/template_engine/components/html/component_group/group.css
Last commit: Fri Dec 6 23:29:56 2024 +0100 Jan Dankert UI: Cleaner profile dialog in navigation menu.
1 .or-group { 2 margin: 1em 0 4em; 3 } 4 .or-group-title { 5 margin: 0.5em 0; 6 font-size: 1.1em; 7 font-weight: normal; 8 } 9 .or-group-value { 10 border: 1px solid; 11 border-radius: 0.4em; 12 padding: 1em; 13 } 14
Downloadmodules/template_engine/components/html/component_group/group.css
History Fri, 6 Dec 2024 23:29:56 +0100 Jan Dankert UI: Cleaner profile dialog in navigation menu. Sun, 13 Oct 2024 13:17:32 +0200 Jan Dankert New Minifier for CSS and JS: Leave JS Linebreaks as they are (for better debugging); Exploded CSS files (instead of a combined one), LESS is necessary but should be avoided in the future.