Revision a891045c
Von Hans P. Schlaepfer vor fast 4 Jahren hinzugefügt
css/less/jquery.chartpicker.less | ||
---|---|---|
1 | 1 |
/* ------------------------------------------------------------- */ |
2 |
/* Chart-Picker */ |
|
3 |
/* */ |
|
4 |
/* Entnommen aus main.less, gehoert ev. zu Autocomplete */ |
|
2 |
/* JQUERY CHART-PICKER (jquery.chartpicker.less) */ |
|
5 | 3 |
/* ------------------------------------------------------------- */ |
6 | 4 |
|
7 | 5 |
|
8 |
/* ------------------------------------------- */ |
|
9 |
/* Picker */ |
|
10 |
/* ------------------------------------------- */ |
|
11 |
.chart_picker, |
|
12 |
.part_picker { |
|
13 |
display: inline-block; |
|
14 |
|
|
15 |
&:before{ |
|
16 |
display: inline-block; |
|
17 |
vertical-align: middle; |
|
18 |
height: 100%; |
|
19 |
} |
|
20 |
|
|
21 |
} |
|
22 |
|
|
23 |
span.chart_picker, |
|
24 |
span.part_picker { |
|
25 |
white-space: nowrap ; |
|
26 |
|
|
27 |
input { |
|
28 |
/* padding-right: 20px; */ |
|
29 |
box-sizing: border-box; |
|
30 |
-moz-box-sizing: border-box; |
|
31 |
-webkit-box-sizing: border-box; |
|
32 |
} |
|
33 |
|
|
34 |
} |
|
35 | 6 |
|
36 |
div.part_picker_part, |
|
37 |
div.chart_picker_chart { |
|
38 |
padding: 5px; |
|
39 |
margin: 5px; |
|
40 |
border: 1px; |
|
41 |
border-color: darkgray; |
|
42 |
border-style: solid; |
|
43 |
-webkit-border-radius: 4px; |
|
44 |
-moz-border-radius: 4px; |
|
45 |
border-radius: 4px; |
|
46 |
background-color: white; |
|
47 |
cursor: pointer; |
|
48 | 7 |
|
49 |
&:hover { |
|
50 |
color: #000; |
|
51 |
text-decoration: underline; |
|
52 |
} |
|
53 |
|
|
54 |
} |
|
55 | 8 |
|
56 | 9 |
|
57 | 10 |
|
58 |
/* ------------------------------------------- */ |
|
59 |
/* Bloecke */ |
|
60 |
/* ------------------------------------------- */ |
|
61 |
|
|
11 |
// ------------------------------------------- |
|
12 |
// Bloecke |
|
13 |
// ------------------------------------------- |
|
62 | 14 |
|
63 | 15 |
div.cpc_block, |
64 | 16 |
div.ppp_block { |
... | ... | |
67 | 19 |
width: 350px; |
68 | 20 |
} |
69 | 21 |
|
70 |
/* --------------------- */ |
|
71 |
/* PPP-Block */ |
|
72 |
/* --------------------- */ |
|
73 | 22 |
|
23 |
// --------------------- |
|
24 |
// PPP-Block |
|
25 |
// --------------------- |
|
74 | 26 |
div.ppp_block { |
75 | 27 |
|
76 |
span.ppp_block_number{ |
|
77 |
float:left; |
|
78 |
} |
|
28 |
span.ppp_block_number { float: left; } |
|
79 | 29 |
|
80 | 30 |
span.ppp_block_description { |
81 |
float:right; |
|
82 |
margin-left:1em; |
|
83 |
font-weight:bold; |
|
31 |
float: right;
|
|
32 |
margin-left: 1em;
|
|
33 |
font-weight: bold;
|
|
84 | 34 |
} |
85 |
|
|
86 | 35 |
} |
87 | 36 |
|
88 |
/* --------------------- */ |
|
89 |
/* CPC-Block */ |
|
90 |
/* --------------------- */ |
|
37 |
|
|
38 |
// --------------------- |
|
39 |
// CPC-Block |
|
40 |
// --------------------- |
|
91 | 41 |
|
92 | 42 |
div.cpc_block { |
93 | 43 |
|
94 |
span.cpc_block_number { |
|
95 |
float:left; |
|
96 |
} |
|
44 |
span.cpc_block_number { float: left; } |
|
97 | 45 |
|
98 | 46 |
span.cpc_block_description { |
99 | 47 |
float:left; |
100 | 48 |
margin-left:1em; |
101 | 49 |
font-weight:bold; |
102 | 50 |
} |
103 |
|
|
104 |
span.cpc_block_balance { |
|
105 |
float:right; |
|
106 |
} |
|
107 |
|
|
108 |
span.cpc_line_balance { |
|
109 |
display:none; |
|
110 |
} |
|
111 |
|
|
51 |
span.cpc_block_balance { float: right; } |
|
52 |
span.cpc_line_balance { display: none; } |
|
112 | 53 |
span.cpc_block_second_row {} |
113 |
|
|
114 |
|
|
115 | 54 |
} |
116 | 55 |
|
117 | 56 |
|
118 | 57 |
|
119 | 58 |
|
120 |
/* ------------------------------------------- */
|
|
121 |
/* Linien */
|
|
122 |
/* ------------------------------------------- */
|
|
59 |
// -------------------------------------------
|
|
60 |
// Linien
|
|
61 |
// -------------------------------------------
|
|
123 | 62 |
|
124 |
/* --------------------- */
|
|
125 |
/* PPP-Linie */
|
|
126 |
/* --------------------- */
|
|
63 |
// ---------------------
|
|
64 |
// PPP-Linie
|
|
65 |
// ---------------------
|
|
127 | 66 |
div.ppp_line{ |
128 | 67 |
|
129 | 68 |
span.ppp_block_description { |
130 | 69 |
margin-left:1em; |
131 | 70 |
font-weight:bold; |
132 | 71 |
} |
133 |
|
|
134 | 72 |
} |
135 | 73 |
|
136 |
/* --------------------- */
|
|
137 |
/* CPC-Linie */
|
|
138 |
/* --------------------- */
|
|
74 |
// ---------------------
|
|
75 |
// CPC-Linie
|
|
76 |
// ---------------------
|
|
139 | 77 |
div.cpc_line { |
140 | 78 |
|
141 | 79 |
span.cpc_block_description { |
142 | 80 |
margin-left:1em; |
143 | 81 |
font-weight:bold; |
144 | 82 |
} |
145 |
|
|
146 |
span.cpc_block_second_row { |
|
147 |
display:none; |
|
148 |
} |
|
83 |
span.cpc_block_second_row { display: none; } |
|
149 | 84 |
|
150 | 85 |
} |
151 | 86 |
|
152 | 87 |
|
153 |
/* ------------------------------------------------------------- */
|
|
154 |
/* Diverses */
|
|
155 |
/* ------------------------------------------------------------- */
|
|
88 |
// -------------------------------------------------------------
|
|
89 |
// Diverses
|
|
90 |
// -------------------------------------------------------------
|
|
156 | 91 |
|
157 | 92 |
.customer-vendor-picker-undefined, |
158 | 93 |
.chartpicker-undefined, |
... | ... | |
162 | 97 |
font-style: italic; |
163 | 98 |
} |
164 | 99 |
|
165 |
|
|
166 | 100 |
span.cpc_popup_button, |
167 | 101 |
span.ppp_popup_button { |
168 | 102 |
display: inline-block; |
Auch abrufbar als: Unified diff
css/less -> Geaenderte & Neue Less-Dateien