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

Last commit: Fri Dec 31 01:07:48 2021 +0100	dankert	Detect permission errors from API response.
1 /* 2 OpenRat Content Management System 3 Copyright (C) 2002-2010 Jan Dankert 4 5 This program is free software; you can redistribute it and/or 6 modify it under the terms of the GNU General Public License 7 as published by the Free Software Foundation; either version 2 8 of the License, or (at your option) any later version. 9 10 This program is distributed in the hope that it will be useful, 11 but WITHOUT ANY WARRANTY; without even the implied warranty of 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 GNU General Public License for more details. 14 15 You should have received a copy of the GNU General Public License 16 along with this program; if not, write to the Free Software 17 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 18 */ 19 20 21 /* Usage to this variable is safe to be removed */ 22 @color-overridden-by-theme: black; 23 24 .border-radius (@radius) { 25 border-radius: @radius; 26 -moz-border-radius: @radius; 27 -webkit-border-radius: @radius; 28 -khtml-border-radius: @radius; 29 } 30 31 .or { 32 33 &-view { 34 padding: 0.5em; 35 36 &-header { 37 font-size: 1.2em; 38 } 39 40 &--is-dirty { 41 // Only JS-Handling 42 } 43 44 /* Fortschrittsbalken, fuer alle Elemente verfuegbar. */ 45 46 &-central { 47 position: absolute; 48 top: 30%; 49 margin-left: 40%; 50 margin-right: 40%; 51 font-size: 3em; 52 } 53 } 54 }
Download modules/cms/ui/themes/default/style/openrat-view.less
History Fri, 31 Dec 2021 01:07:48 +0100 dankert Detect permission errors from API response. Wed, 10 Feb 2021 00:00:21 +0100 Jan Dankert Using only fullscreen views; Navigate to parent instead of complete breadcrumb. Sat, 21 Nov 2020 12:13:03 +0100 Jan Dankert Fix: Dirty marker. Tue, 10 Nov 2020 00:05:30 +0100 Jan Dankert a background color for view content. Mon, 9 Nov 2020 22:29:34 +0100 Jan Dankert UI-Refactoring: The navigation is now on the left side with full height.