]> wagnertech.de Git - mfinanz.git/blob - css/design40/less/main_overrides.less
date error in mapping
[mfinanz.git] / css / design40 / less / main_overrides.less
1 /* ------------------------------------------------------------- */
2 /* MAIN OVERRIDES (main_overrides.less)                          */
3 /* ------------------------------------------------------------- */
4
5
6 // ----------------------------------------------------------------------------
7 //
8 // MAIN-OVERRIDE
9 //
10 // ----------------------------------------------------------------------------
11 // DESCRIPTION:
12 // Overrides some properties of some selectors
13 // This can be useful if some selectors are placed in special containers
14 //
15 //
16 //
17 // CONTENTS:
18 // - Overrides withing .wrapper
19 // -
20 // ----------------------------------------------------------------------------
21
22
23 // --------------------------------------
24 // WRAPPER
25 // --------------------------------------
26 // Elements within .wrapper
27 .wrapper {
28   &>.buttons {
29     padding-left:  0 !important;
30   }
31   .select-item,
32   .form-addition,
33   .input-panel{
34     // PENDENT: noch austesten, falls im .wrapper oder nicht, sonst Ausrichtung noch in anderen containern festlegen
35     margin-left:  0 !important;
36   }
37   & > .col {
38     margin-right: 1.6em ;
39     & > .tbl-horizontal {
40       margin-right: 0 !important ;
41     }
42   }
43   & > .tbl-horizontal {
44 //    float: left;
45 //    margin-right: 1.6em ;
46   }
47   .tbl-list {
48     //margin-left: 0.2em;
49     caption { padding-left: 0 ; }
50   }
51 } // /.wrapper
52
53
54
55
56
57 // --------------------------------------
58 // TABS
59 // --------------------------------------
60 #content .ui-tabs-panel div.wrapper:first-child { margin-top: 1.5em ; }
61
62
63 .ui-tabs-panel{
64   & > div.select-item {
65     margin: 1.8em 2.0em 0.8em @margin-from-panel-left !important;
66   }
67   & > div.form-addition {
68     margin-left: 0 !important ;
69   }
70 } // /.ui-tabs-panel
71
72
73
74
75 // --------------------------------------
76 // UI-DIALOG
77 // --------------------------------------
78 .ui-dialog-content { background: #ffffff; }
79 .ui-widget-content {background: transparent;}
80
81
82 .ui-dialog-content,
83 .ui-widget-content {
84   .select-item{
85     margin: 1em 1em 1.0em 0;
86   }
87   .buttons{
88     padding: 1.0em 1.0em 1.0em 0;
89   }
90 }
91
92
93
94
95 // --------------------------------------
96 // CK-EDITOR
97 // --------------------------------------
98 // revert to default styles for ck-editor
99 .ck.ck-editor__editable_inline {
100   ul {
101     padding: revert;
102     list-style: revert;
103   }
104 }