Skip to content

Commit ae842fc

Browse files
committed
extensive rearrangement
1 parent 55bf187 commit ae842fc

File tree

3 files changed

+1177
-1076
lines changed

3 files changed

+1177
-1076
lines changed

css/header_dialog.css

Lines changed: 68 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Colums START> */
22
.cf_column {
3-
min-height: 20px;
3+
min-height: 18px;
44
margin-bottom: 0;
55
}
66

@@ -73,22 +73,24 @@ input[type="number"]::-webkit-inner-spin-button {
7373
.gui_box {
7474
border: 1px solid #ccc;
7575
border-radius: 4px;
76-
background-color: #FFFFFF;
76+
background-color: #ccc;
7777
float: left;
7878
width: calc(100% - 2px);
79+
margin-top: 10px;
7980
margin-bottom: 10px;
8081
font-family: 'open_sansregular', Arial, serif;
8182
}
8283

8384
.gui_box_titlebar {
84-
background-color: #e4e4e4;
85+
background-color: #808080;
8586
border-radius: 3px 3px 0 0;
86-
font-size: 13px;
87+
font-size: 14px;
8788
width: 100%;
8889
height: 27px;
8990
padding-bottom: 0;
9091
float: left;
91-
margin-bottom: 7px;
92+
color: white;
93+
margin-bottom: 0px;
9294
font-family: 'open_sanssemibold', Arial, serif;
9395
}
9496

@@ -101,8 +103,9 @@ input[type="number"]::-webkit-inner-spin-button {
101103
}
102104

103105
.spacer_box {
104-
padding: 10px;
105-
margin-bottom: 3px;
106+
padding: 0px;
107+
padding-left: 5px;
108+
margin-bottom: 0px;
106109
}
107110

108111
.spacer_box_title {
@@ -133,36 +136,42 @@ input[type="number"]::-webkit-inner-spin-button {
133136
border-top-right-radius: 3px;
134137
}
135138

136-
.header-dialog .parameter label {
137-
background-color: #828885;
139+
/* Parameter box titles */
140+
.header-dialog .parameter th {
141+
background-color: #b0b0b0;
138142
padding: 4px;
139143
border-left: 0 solid #ccc;
140144
border-bottom: 1px solid #ccc;
141-
font-weight: normal;
142-
color: white;
145+
font-weight: bold;
146+
font-size: 14px;
147+
color: #505050;
143148
text-align: left;
144-
width:100%;
145149
}
146150

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;
150155
border-left: 0 solid #ccc;
151156
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;
155168
}
156169

157170
.header-dialog .modal-dialog {
158171
width:75%;
159172
min-width:954px;
160173
}
161174

162-
.header-dialog .cf tr {
163-
background-color: #DEDEDE;
164-
}
165-
166175
.header-dialog .cf th {
167176
border-right: solid 1px silver;
168177
height: 19px;
@@ -190,11 +199,13 @@ input[type="number"]::-webkit-inner-spin-button {
190199
border: 1px solid silver;
191200
border-radius: 3px;
192201
}
193-
202+
/* display text for drop down elements*/
194203
.header-dialog .cf select {
195204
margin: 4px;
196205
width: calc(100% - 10px);
197206
border: 1px solid silver;
207+
background-color: #FFFFFF;
208+
color: black;
198209
}
199210

200211
.header-dialog .parameter th:nth-child(2) {
@@ -226,7 +237,6 @@ input[type="number"]::-webkit-inner-spin-button {
226237

227238
.header-dialog .parameter td+input {
228239
padding: 1px;
229-
background-color:red;
230240
border-bottom: 0 solid #ccc;
231241
}
232242

@@ -256,8 +266,9 @@ input[type="number"]::-webkit-inner-spin-button {
256266
border-right: none;
257267
}
258268

269+
/* for labels in PID rows */
259270
.header-dialog table:not(.parameter) tr td:first-child {
260-
text-align: left;
271+
text-align: center;
261272
padding-left: 5px;
262273
}
263274

@@ -273,18 +284,20 @@ input[type="number"]::-webkit-inner-spin-button {
273284
}
274285

275286
.header-dialog table tr td {
276-
text-align: left;
287+
text-align: center;
277288
padding-left: 0;
278289
}
279290

291+
/* numeric inputs in tables */
280292
.header-dialog table input {
281293
display: block;
282294
width: calc(100% - 4px);
283-
height: 20px;
284-
line-height: 20px;
295+
height: 18px;
296+
line-height: 18px;
285297
text-align: right;
286298
border: 0 solid #ccc;
287299
border-radius: 0;
300+
background-color: #F5F5F5;
288301
}
289302

290303
.header-dialog .missing {
@@ -311,8 +324,8 @@ input[type="number"]::-webkit-inner-spin-button {
311324

312325
.header-dialog .controller select {
313326
width: calc(100% - 10px);
314-
height: 20px;
315-
line-height: 20px;
327+
height: 18px;
328+
line-height: 18px;
316329
}
317330

318331
.header-dialog .profile {
@@ -325,7 +338,7 @@ input[type="number"]::-webkit-inner-spin-button {
325338
.header-dialog .profile .head {
326339
display: block;
327340
text-align: left;
328-
line-height: 20px;
341+
line-height: 18px;
329342
border-bottom: 1px solid #ccc;
330343
background-color: #828885;
331344
color: white;
@@ -337,8 +350,8 @@ input[type="number"]::-webkit-inner-spin-button {
337350
.header-dialog .profile select {
338351
width: 100%;
339352
padding-left: calc(100% - 35px);
340-
height: 20px;
341-
line-height: 20px;
353+
height: 18px;
354+
line-height: 18px;
342355
}
343356

344357
.header-dialog .pid_tuning .name {
@@ -368,19 +381,20 @@ input[type="number"]::-webkit-inner-spin-button {
368381
.header-dialog .cbox-description {
369382
width: 80%;
370383
}
371-
384+
/* color = text in parameter boxes*/
372385
.header-dialog .parameter {
373386
float: right;
374387
width: calc(100% - 2px);
375388
margin-top: 10px;
376389
/* padding-left: 0; */
377390
}
378391

392+
/*drop-down names display text*/
379393
html:not(.isCF) .cf-only,
380394
html:not(.isBF) .bf-only {
381395
/*display:none;*/
382396
/*visibility:hidden;*/
383-
opacity:0.25;
397+
/*opacity:0.25;*/
384398
}
385399
/*
386400
html:not(.isBF28) .bf-only {
@@ -404,6 +418,15 @@ html:not(.isBF28) .bf-only {
404418
width: calc(100% - 5px);
405419
}
406420

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+
407430
.pid_mode {
408431
width: 100%;
409432
height: 25px;
@@ -414,7 +437,7 @@ html:not(.isBF28) .bf-only {
414437
padding: 8px 0 0 5px;
415438
font-size: 12px;
416439
border-bottom: 1px solid #ccc;
417-
color: #828282;
440+
color: #202020;
418441
font-family: 'open_sans', Arial, serif;
419442
background: #D6D6D6 linear-gradient(315deg, rgba(255, 255, 255, .2) 10%, transparent 10%, transparent 20%,
420443
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 {
429452
background-color: #828885;
430453
border-top-left-radius: 3px;
431454
border-top-right-radius: 3px;
432-
height: 20px;
455+
height: 18px;
456+
padding: 30px;
433457
}
434458

435459
.pid_titlebar td:first-child {
@@ -484,8 +508,8 @@ html:not(.isBF28) .bf-only {
484508
.header-dialog .number input {
485509
width: 50px;
486510
padding-left: 3px;
487-
height: 20px;
488-
line-height: 20px;
511+
height: 18px;
512+
line-height: 18px;
489513
text-align: left;
490514
border: 1px solid silver;
491515
border-radius: 3px;
@@ -509,8 +533,8 @@ html:not(.isBF28) .bf-only {
509533
.header-dialog .static-features label{
510534
/* width: 70px; */
511535
/* padding-left: 3px; */
512-
height: 20px;
513-
line-height: 20px;
536+
height: 18px;
537+
line-height: 18px;
514538
text-align: left;
515539
border: 0 solid silver;
516540
border-radius: 3px;
@@ -523,8 +547,8 @@ html:not(.isBF28) .bf-only {
523547
.header-dialog .features span,
524548
.header-dialog .static-features span {
525549
padding-right: 3px;
526-
height: 20px;
527-
line-height: 20px;
550+
height: 18px;
551+
line-height: 18px;
528552
text-align: left;
529553
border: 0 solid silver;
530554
border-radius: 3px;
@@ -537,7 +561,7 @@ html:not(.isBF28) .bf-only {
537561
font-style: normal;
538562
font-family: 'open_sansregular', Arial, sans-serif;
539563
line-height: 19px;
540-
color: #7d7d7d;
564+
color: #404040;
541565
font-size: 11px;
542566
}
543567

0 commit comments

Comments
 (0)