File modules/cms/ui/themes/default/style/openrat-fieldset.min.css
Last commit: Mon Dec 9 21:34:43 2024 +0100 Jan Dankert Fix some UI errors.
1 @media only screen and (min-width: 65rem){.or-workbench-main .or-fieldset{flex-direction: row}.or-workbench-main .or-fieldset-label{font-size: 1em;flex: 1;width: auto;text-align: left}.or-workbench-main .or-fieldset-value{flex: 3;width: auto}}.or-fieldset{border: 0;display: flex;align-items: start;margin-top: 1em;flex-direction: column}.or-fieldset-label{font-size: 0.8em;text-align: right;padding-right: 1em;font-weight: normal;margin: 0}.or-fieldset-value > *{display: block;padding: 0}.or-fieldset-label{flex: 1;width: 100%;text-align: left}.or-fieldset-value{flex: 1;width: 100%}
Downloadmodules/cms/ui/themes/default/style/openrat-fieldset.min.css
History Mon, 9 Dec 2024 21:34:43 +0100 Jan Dankert Fix some UI errors. Sun, 8 Dec 2024 20:56:47 +0100 Jan Dankert New: Users are now able to store bookmarks. 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.