1
1
/* Colums START> */
2
2
.cf_column {
3
- min-height : 20 px ;
3
+ min-height : 18 px ;
4
4
margin-bottom : 0 ;
5
5
}
6
6
@@ -73,22 +73,24 @@ input[type="number"]::-webkit-inner-spin-button {
73
73
.gui_box {
74
74
border : 1px solid # ccc ;
75
75
border-radius : 4px ;
76
- background-color : # FFFFFF ;
76
+ background-color : # ccc ;
77
77
float : left;
78
78
width : calc (100% - 2px );
79
+ margin-top : 10px ;
79
80
margin-bottom : 10px ;
80
81
font-family : 'open_sansregular' , Arial, serif;
81
82
}
82
83
83
84
.gui_box_titlebar {
84
- background-color : # e4e4e4 ;
85
+ background-color : # 808080 ;
85
86
border-radius : 3px 3px 0 0 ;
86
- font-size : 13 px ;
87
+ font-size : 14 px ;
87
88
width : 100% ;
88
89
height : 27px ;
89
90
padding-bottom : 0 ;
90
91
float : left;
91
- margin-bottom : 7px ;
92
+ color : white;
93
+ margin-bottom : 0px ;
92
94
font-family : 'open_sanssemibold' , Arial, serif;
93
95
}
94
96
@@ -101,8 +103,9 @@ input[type="number"]::-webkit-inner-spin-button {
101
103
}
102
104
103
105
.spacer_box {
104
- padding : 10px ;
105
- margin-bottom : 3px ;
106
+ padding : 0px ;
107
+ padding-left : 5px ;
108
+ margin-bottom : 0px ;
106
109
}
107
110
108
111
.spacer_box_title {
@@ -133,36 +136,42 @@ input[type="number"]::-webkit-inner-spin-button {
133
136
border-top-right-radius : 3px ;
134
137
}
135
138
136
- .header-dialog .parameter label {
137
- background-color : # 828885 ;
139
+ /* Parameter box titles */
140
+ .header-dialog .parameter th {
141
+ background-color : # b0b0b0 ;
138
142
padding : 4px ;
139
143
border-left : 0 solid # ccc ;
140
144
border-bottom : 1px solid # ccc ;
141
- font-weight : normal;
142
- color : white;
145
+ font-weight : bold;
146
+ font-size : 14px ;
147
+ color : # 505050 ;
143
148
text-align : left;
144
- width : 100% ;
145
149
}
146
150
147
- .header-dialog .parameter th {
148
- background-color : # 828885 ;
149
- padding : 4px ;
151
+ /* Parameter box other text and boxes */
152
+ .header-dialog .parameter label {
153
+ background-color : # d8d8d8 ;
154
+ padding : 0px ;
150
155
border-left : 0 solid # ccc ;
151
156
border-bottom : 1px solid # ccc ;
152
- font-weight : bold;
153
- color : white;
154
- text-align : left;
157
+ font-weight : normal;
158
+ font-size : 13px ;
159
+ color : # 505050 ;
160
+ text-align : center;
161
+ width : 100% ;
162
+ }
163
+
164
+ /* Parameter box other rows */
165
+ .header-dialog .cf tr {
166
+ background-color : # d8d8d8 ;
167
+ text-align : center;
155
168
}
156
169
157
170
.header-dialog .modal-dialog {
158
171
width : 75% ;
159
172
min-width : 954px ;
160
173
}
161
174
162
- .header-dialog .cf tr {
163
- background-color : # DEDEDE ;
164
- }
165
-
166
175
.header-dialog .cf th {
167
176
border-right : solid 1px silver;
168
177
height : 19px ;
@@ -190,11 +199,13 @@ input[type="number"]::-webkit-inner-spin-button {
190
199
border : 1px solid silver;
191
200
border-radius : 3px ;
192
201
}
193
-
202
+ /* display text for drop down elements*/
194
203
.header-dialog .cf select {
195
204
margin : 4px ;
196
205
width : calc (100% - 10px );
197
206
border : 1px solid silver;
207
+ background-color : # FFFFFF ;
208
+ color : black;
198
209
}
199
210
200
211
.header-dialog .parameter th : nth-child (2 ) {
@@ -226,7 +237,6 @@ input[type="number"]::-webkit-inner-spin-button {
226
237
227
238
.header-dialog .parameter td + input {
228
239
padding : 1px ;
229
- background-color : red;
230
240
border-bottom : 0 solid # ccc ;
231
241
}
232
242
@@ -256,8 +266,9 @@ input[type="number"]::-webkit-inner-spin-button {
256
266
border-right : none;
257
267
}
258
268
269
+ /* for labels in PID rows */
259
270
.header-dialog table : not (.parameter ) tr td : first-child {
260
- text-align : left ;
271
+ text-align : center ;
261
272
padding-left : 5px ;
262
273
}
263
274
@@ -273,18 +284,20 @@ input[type="number"]::-webkit-inner-spin-button {
273
284
}
274
285
275
286
.header-dialog table tr td {
276
- text-align : left ;
287
+ text-align : center ;
277
288
padding-left : 0 ;
278
289
}
279
290
291
+ /* numeric inputs in tables */
280
292
.header-dialog table input {
281
293
display : block;
282
294
width : calc (100% - 4px );
283
- height : 20 px ;
284
- line-height : 20 px ;
295
+ height : 18 px ;
296
+ line-height : 18 px ;
285
297
text-align : right;
286
298
border : 0 solid # ccc ;
287
299
border-radius : 0 ;
300
+ background-color : # F5F5F5 ;
288
301
}
289
302
290
303
.header-dialog .missing {
@@ -311,8 +324,8 @@ input[type="number"]::-webkit-inner-spin-button {
311
324
312
325
.header-dialog .controller select {
313
326
width : calc (100% - 10px );
314
- height : 20 px ;
315
- line-height : 20 px ;
327
+ height : 18 px ;
328
+ line-height : 18 px ;
316
329
}
317
330
318
331
.header-dialog .profile {
@@ -325,7 +338,7 @@ input[type="number"]::-webkit-inner-spin-button {
325
338
.header-dialog .profile .head {
326
339
display : block;
327
340
text-align : left;
328
- line-height : 20 px ;
341
+ line-height : 18 px ;
329
342
border-bottom : 1px solid # ccc ;
330
343
background-color : # 828885 ;
331
344
color : white;
@@ -337,8 +350,8 @@ input[type="number"]::-webkit-inner-spin-button {
337
350
.header-dialog .profile select {
338
351
width : 100% ;
339
352
padding-left : calc (100% - 35px );
340
- height : 20 px ;
341
- line-height : 20 px ;
353
+ height : 18 px ;
354
+ line-height : 18 px ;
342
355
}
343
356
344
357
.header-dialog .pid_tuning .name {
@@ -368,19 +381,20 @@ input[type="number"]::-webkit-inner-spin-button {
368
381
.header-dialog .cbox-description {
369
382
width : 80% ;
370
383
}
371
-
384
+ /* color = text in parameter boxes*/
372
385
.header-dialog .parameter {
373
386
float : right;
374
387
width : calc (100% - 2px );
375
388
margin-top : 10px ;
376
389
/* padding-left: 0; */
377
390
}
378
391
392
+ /*drop-down names display text*/
379
393
html : not (.isCF ) .cf-only ,
380
394
html : not (.isBF ) .bf-only {
381
395
/*display:none;*/
382
396
/*visibility:hidden;*/
383
- opacity : 0.25 ;
397
+ /* opacity:0.25;*/
384
398
}
385
399
/*
386
400
html:not(.isBF28) .bf-only {
@@ -404,6 +418,15 @@ html:not(.isBF28) .bf-only {
404
418
width : calc (100% - 5px );
405
419
}
406
420
421
+ .pid_labels th {
422
+ text-align : center;
423
+ }
424
+
425
+ .pid_labels th label {
426
+ font-weight : normal;
427
+ font-size : 12px ;
428
+ }
429
+
407
430
.pid_mode {
408
431
width : 100% ;
409
432
height : 25px ;
@@ -414,7 +437,7 @@ html:not(.isBF28) .bf-only {
414
437
padding : 8px 0 0 5px ;
415
438
font-size : 12px ;
416
439
border-bottom : 1px solid # ccc ;
417
- color : # 828282 ;
440
+ color : # 202020 ;
418
441
font-family : 'open_sans' , Arial, serif;
419
442
background : # D6D6D6 linear-gradient (315deg , rgba (255 , 255 , 255 , .2 ) 10% , transparent 10% , transparent 20% ,
420
443
rgba (255 , 255 , 255 , .2 ) 20% , rgba (255 , 255 , 255 , .2 ) 30% , transparent 30% , transparent 40% ,
@@ -429,7 +452,8 @@ html:not(.isBF28) .bf-only {
429
452
background-color : # 828885 ;
430
453
border-top-left-radius : 3px ;
431
454
border-top-right-radius : 3px ;
432
- height : 20px ;
455
+ height : 18px ;
456
+ padding : 30px ;
433
457
}
434
458
435
459
.pid_titlebar td : first-child {
@@ -484,8 +508,8 @@ html:not(.isBF28) .bf-only {
484
508
.header-dialog .number input {
485
509
width : 50px ;
486
510
padding-left : 3px ;
487
- height : 20 px ;
488
- line-height : 20 px ;
511
+ height : 18 px ;
512
+ line-height : 18 px ;
489
513
text-align : left;
490
514
border : 1px solid silver;
491
515
border-radius : 3px ;
@@ -509,8 +533,8 @@ html:not(.isBF28) .bf-only {
509
533
.header-dialog .static-features label {
510
534
/* width: 70px; */
511
535
/* padding-left: 3px; */
512
- height : 20 px ;
513
- line-height : 20 px ;
536
+ height : 18 px ;
537
+ line-height : 18 px ;
514
538
text-align : left;
515
539
border : 0 solid silver;
516
540
border-radius : 3px ;
@@ -523,8 +547,8 @@ html:not(.isBF28) .bf-only {
523
547
.header-dialog .features span ,
524
548
.header-dialog .static-features span {
525
549
padding-right : 3px ;
526
- height : 20 px ;
527
- line-height : 20 px ;
550
+ height : 18 px ;
551
+ line-height : 18 px ;
528
552
text-align : left;
529
553
border : 0 solid silver;
530
554
border-radius : 3px ;
@@ -537,7 +561,7 @@ html:not(.isBF28) .bf-only {
537
561
font-style : normal;
538
562
font-family : 'open_sansregular' , Arial, sans-serif;
539
563
line-height : 19px ;
540
- color : # 7d7d7d ;
564
+ color : # 404040 ;
541
565
font-size : 11px ;
542
566
}
543
567
0 commit comments