File modules/cms/ui/themes/default/style/openrat-fieldset.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) { 2 .or-workbench-main .or-fieldset { 3 flex-direction: row; 4 } 5 .or-workbench-main .or-fieldset-label { 6 font-size: 1em; 7 flex: 1; 8 width: auto; 9 text-align: left; 10 } 11 .or-workbench-main .or-fieldset-value { 12 flex: 3; 13 width: auto; 14 } 15 } 16 .or-fieldset { 17 border: 0; 18 display: flex; 19 align-items: start; 20 margin-top: 1em; 21 flex-direction: column; 22 } 23 .or-fieldset-label { 24 font-size: 0.8em; 25 text-align: right; 26 padding-right: 1em; 27 font-weight: normal; 28 margin: 0; 29 } 30 .or-fieldset-value > * { 31 display: block; 32 padding: 0; 33 } 34 .or-fieldset-label { 35 flex: 1; 36 width: 100%; 37 text-align: left; 38 } 39 .or-fieldset-value { 40 flex: 1; 41 width: 100%; 42 } 43
Download modules/cms/ui/themes/default/style/openrat-fieldset.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.