File modules/cms/ui/themes/default/style/openrat-fieldset.less

Last commit: Mon Dec 9 21:34:43 2024 +0100	Jan Dankert	Fix some UI errors.
1 2 @media only screen and (min-width: 65rem) { 3 4 .or-workbench-main { 5 .or-fieldset { 6 flex-direction: row; 7 8 &-label { 9 font-size: 1em; 10 flex:1; 11 width: auto; 12 text-align: left; 13 } 14 &-value { 15 flex:3; 16 width: auto; 17 } 18 19 } 20 21 } 22 } 23 24 25 .or { 26 27 &-fieldset { 28 29 border: 0; 30 display: flex; 31 align-items: start; 32 33 margin-top: 1em; 34 35 &-label { 36 font-size: 0.8em; 37 text-align: right; 38 padding-right: 1em; 39 font-weight: normal; 40 margin: 0; 41 } 42 43 &-value { 44 45 > * { 46 // display direct children as blocks 47 display: block; 48 padding: 0; 49 } 50 } 51 52 flex-direction: column; 53 54 &-label { 55 flex:1; 56 width: 100%; 57 text-align: left; 58 } 59 &-value { 60 flex:1; 61 width: 100%; 62 } 63 64 65 } 66 67 }
Download modules/cms/ui/themes/default/style/openrat-fieldset.less
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. Mon, 9 Nov 2020 22:29:34 +0100 Jan Dankert UI-Refactoring: The navigation is now on the left side with full height. Sun, 18 Oct 2020 01:30:49 +0200 Jan Dankert New component "fieldset" for better form layout.