Revision a891045c
Von Hans P. Schlaepfer vor fast 4 Jahren hinzugefügt
css/less/main_overrides.less | ||
---|---|---|
1 |
/* ------------------------------------------------------------- */ |
|
2 |
/* MAIN OVERRIDES (main_overrides.less) */ |
|
3 |
/* ------------------------------------------------------------- */ |
|
4 |
|
|
5 |
|
|
1 | 6 |
// ---------------------------------------------------------------------------- |
2 | 7 |
// |
3 | 8 |
// MAIN-OVERRIDE |
... | ... | |
23 | 28 |
&>.buttons { |
24 | 29 |
padding-left: 0 !important; |
25 | 30 |
} |
26 |
|
|
27 | 31 |
.select-item, |
28 | 32 |
.form-addition, |
29 | 33 |
.input-panel{ |
30 | 34 |
// PENDENT: noch austesten, falls im .wrapper oder nicht, sonst Ausrichtung noch in anderen containern festlegen |
31 | 35 |
margin-left: 0 !important; |
32 | 36 |
} |
33 |
.tbl-list { |
|
34 |
margin-left: 0.2em; |
|
35 |
caption { padding-left: 0 ; } |
|
36 |
} |
|
37 | 37 |
& > .col { |
38 | 38 |
margin-right: 1.6em ; |
39 | 39 |
& > .tbl-horizontal { |
... | ... | |
41 | 41 |
} |
42 | 42 |
} |
43 | 43 |
& > .tbl-horizontal { |
44 |
float: left; |
|
45 |
margin-right: 1.6em ; |
|
44 |
// float: left;
|
|
45 |
// margin-right: 1.6em ;
|
|
46 | 46 |
} |
47 |
} |
|
48 |
#content .ui-tabs-panel div.wrapper:first-child { margin-top: 2.0em ; } |
|
47 |
.tbl-list { |
|
48 |
//margin-left: 0.2em; |
|
49 |
caption { padding-left: 0 ; } |
|
50 |
} |
|
51 |
} // /.wrapper |
|
49 | 52 |
|
50 |
.ui-tabs-panel{ |
|
51 | 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{ |
|
52 | 64 |
& > div.select-item { |
53 |
margin: 1.8em 2.0em 0.8em 1.0em !important;
|
|
65 |
margin: 1.8em 2.0em 0.8em @margin-from-panel-left !important;
|
|
54 | 66 |
} |
55 | 67 |
& > div.form-addition { |
56 |
margin-left: 0 !important !important;
|
|
68 |
margin-left: 0 !important ; |
|
57 | 69 |
} |
58 |
} |
|
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 |
|
|
59 | 81 |
|
60 | 82 |
.ui-dialog-content, |
61 | 83 |
.ui-widget-content { |
62 |
|
|
63 | 84 |
.select-item{ |
64 | 85 |
margin: 1em 1em 1.0em 0; |
65 | 86 |
} |
66 | 87 |
.buttons{ |
67 | 88 |
padding: 1.0em 1.0em 1.0em 0; |
68 | 89 |
} |
69 |
|
|
70 |
|
|
71 | 90 |
} |
Auch abrufbar als: Unified diff
css/less -> Geaenderte & Neue Less-Dateien