Skip to content

Commit f547bbb

Browse files
committed
Merge branch 'Code-Cleanup'
2 parents 3e04cc2 + 8f9f843 commit f547bbb

File tree

6 files changed

+147
-190
lines changed

6 files changed

+147
-190
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
/blackbox-chrome-app.zip
55
.idea/workspace.xml
66
.idea/tasks.xml
7+
/.idea/

css/header_dialog.css

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

77
.full {
@@ -77,19 +77,19 @@ input[type="number"]::-webkit-inner-spin-button {
7777
float: left;
7878
width: calc(100% - 2px);
7979
margin-bottom: 10px;
80-
font-family: 'open_sansregular', Arial;
80+
font-family: 'open_sansregular', Arial, serif;
8181
}
8282

8383
.gui_box_titlebar {
8484
background-color: #e4e4e4;
85-
border-radius: 3px 3px 0px 0px;
85+
border-radius: 3px 3px 0 0;
8686
font-size: 13px;
8787
width: 100%;
8888
height: 27px;
89-
padding-bottom: 0px;
89+
padding-bottom: 0;
9090
float: left;
9191
margin-bottom: 7px;
92-
font-family: 'open_sanssemibold', Arial;
92+
font-family: 'open_sanssemibold', Arial, serif;
9393
}
9494

9595
/* Spacers */
@@ -109,7 +109,7 @@ input[type="number"]::-webkit-inner-spin-button {
109109
padding-left: 10px;
110110
padding-right: 10px;
111111
padding-top: 4px;
112-
margin-bottom: 0px;
112+
margin-bottom: 0;
113113
float: left;
114114
}
115115

@@ -136,7 +136,7 @@ input[type="number"]::-webkit-inner-spin-button {
136136
.header-dialog .parameter label {
137137
background-color: #828885;
138138
padding: 4px;
139-
border-left: 0px solid #ccc;
139+
border-left: 0 solid #ccc;
140140
border-bottom: 1px solid #ccc;
141141
font-weight: normal;
142142
color: white;
@@ -147,7 +147,7 @@ input[type="number"]::-webkit-inner-spin-button {
147147
.header-dialog .parameter th {
148148
background-color: #828885;
149149
padding: 4px;
150-
border-left: 0px solid #ccc;
150+
border-left: 0 solid #ccc;
151151
border-bottom: 1px solid #ccc;
152152
font-weight: bold;
153153
color: white;
@@ -170,7 +170,7 @@ input[type="number"]::-webkit-inner-spin-button {
170170
}
171171

172172
.header-dialog .cf th:last-child {
173-
border-right: 0px;
173+
border-right: 0;
174174
}
175175

176176
.header-dialog .cf td:first-child {
@@ -180,7 +180,7 @@ input[type="number"]::-webkit-inner-spin-button {
180180

181181
.header-dialog .cf td:last-child {
182182
border-bottom-right-radius: 3px;
183-
border-right: 0px;
183+
border-right: 0;
184184
border-top-right-radius: 3px;
185185
}
186186

@@ -215,37 +215,37 @@ input[type="number"]::-webkit-inner-spin-button {
215215

216216
.header-dialog table {
217217
float: left;
218-
margin: 0px;
218+
margin: 0;
219219
border-collapse: collapse;
220220
width: calc(100% - 1px);
221221
}
222222

223223
.header-dialog .gui_box {
224-
/*margin-bottom: 0px;*/
224+
/*margin-bottom: 0;*/
225225
}
226226

227227
.header-dialog .parameter td+input {
228228
padding: 1px;
229229
background-color:red;
230-
border-bottom: 0px solid #ccc;
230+
border-bottom: 0 solid #ccc;
231231
}
232232

233233
.header-dialog table, .header-dialog table td {
234234
padding: 1px;
235-
border-bottom: 0px solid #ccc;
235+
border-bottom: 0 solid #ccc;
236236
}
237237

238238
.header-dialog table th {
239-
padding: 0px;
240-
border: 0px;
239+
padding: 0;
240+
border: 0;
241241
font-weight: normal;
242242
}
243243

244244
.header-dialog .pid_titlebar th {
245245
padding: 5px;
246246
text-align: left;
247247
border-right: 1px solid #ccc;
248-
width: calc(100% -1px);
248+
width: calc(100% - 1px);
249249
}
250250

251251
.header-dialog .pid_titlebar th:first-child {
@@ -262,7 +262,7 @@ input[type="number"]::-webkit-inner-spin-button {
262262
}
263263

264264
.header-dialog table tr td:last-child {
265-
border-right: 0px solid #ccc;
265+
border-right: 0 solid #ccc;
266266
}
267267

268268
.header-dialog table td {
@@ -273,7 +273,7 @@ input[type="number"]::-webkit-inner-spin-button {
273273

274274
.header-dialog table tr td {
275275
text-align: left;
276-
padding-left: 0px;
276+
padding-left: 0;
277277
}
278278

279279
.header-dialog table input {
@@ -282,8 +282,8 @@ input[type="number"]::-webkit-inner-spin-button {
282282
height: 20px;
283283
line-height: 20px;
284284
text-align: right;
285-
border: 0px solid #ccc;
286-
border-radius: 0px;
285+
border: 0 solid #ccc;
286+
border-radius: 0;
287287
}
288288

289289
.header-dialog .missing {
@@ -302,7 +302,7 @@ input[type="number"]::-webkit-inner-spin-button {
302302
.header-dialog .controller {
303303
float: left;
304304
width: calc(100% - 10px);
305-
margin-left: 0px;
305+
margin-left: 0;
306306
margin-bottom: 10px;
307307
border-radius: 4px;
308308
border: 1px solid #ccc;
@@ -330,9 +330,7 @@ input[type="number"]::-webkit-inner-spin-button {
330330
color: white;
331331
height: 19px;
332332
font-weight: normal;
333-
padding: 2px;
334-
padding-bottom: 3px;
335-
padding-left: 6px;
333+
padding: 2px 2px 3px 6px;
336334
}
337335

338336
.header-dialog .profile select {
@@ -374,7 +372,7 @@ input[type="number"]::-webkit-inner-spin-button {
374372
float: right;
375373
width: calc(100% - 2px);
376374
margin-top: 10px;
377-
/* padding-left: 0px; */
375+
/* padding-left: 0; */
378376
}
379377

380378
html:not(.isCF) .cf-only,
@@ -396,7 +394,7 @@ html:not(.isBF28) .bf-only {
396394
.header-dialog .fixed_band {
397395
position: absolute;
398396
width: 100%;
399-
bottom: 0px;
397+
bottom: 0;
400398
}
401399

402400
.header-dialog .spacer_box {
@@ -408,24 +406,21 @@ html:not(.isBF28) .bf-only {
408406
.pid_mode {
409407
width: 100%;
410408
height: 25px;
411-
background-color: #D6D6D6;
412409
float: left;
413-
margin: 0px;
414-
padding: 0px;
410+
margin: 0;
415411
text-align: left;
416-
padding-left: 5px;
417412
line-height: 13px;
418-
padding-top: 8px;
413+
padding: 8px 0 0 5px;
419414
font-size: 12px;
420415
border-bottom: 1px solid #ccc;
421416
color: #828282;
422-
font-family: 'open_sans', Arial;
423-
background-image: linear-gradient(-45deg, rgba(255, 255, 255, .2) 10%, transparent 10%, transparent 20%,
424-
rgba(255, 255, 255, .2) 20%, rgba(255, 255, 255, .2) 30%, transparent 30%, transparent 40%,
425-
rgba(255, 255, 255, .2) 40%, rgba(255, 255, 255, .2) 50%, transparent 50%, transparent 60%,
426-
rgba(255, 255, 255, .2) 60%, rgba(255, 255, 255, .2) 70%, transparent 70%, transparent 80%,
427-
rgba(255, 255, 255, .2) 80%, rgba(255, 255, 255, .2) 90%, transparent 90%, transparent 100%,
428-
rgba(255, 255, 255, .2) 100%, transparent);
417+
font-family: 'open_sans', Arial, serif;
418+
background: #D6D6D6 linear-gradient(315deg, rgba(255, 255, 255, .2) 10%, transparent 10%, transparent 20%,
419+
rgba(255, 255, 255, .2) 20%, rgba(255, 255, 255, .2) 30%, transparent 30%, transparent 40%,
420+
rgba(255, 255, 255, .2) 40%, rgba(255, 255, 255, .2) 50%, transparent 50%, transparent 60%,
421+
rgba(255, 255, 255, .2) 60%, rgba(255, 255, 255, .2) 70%, transparent 70%, transparent 80%,
422+
rgba(255, 255, 255, .2) 80%, rgba(255, 255, 255, .2) 90%, transparent 90%, transparent 100%,
423+
rgba(255, 255, 255, .2) 100%, transparent);
429424
}
430425

431426
.pid_titlebar {
@@ -457,7 +452,7 @@ html:not(.isBF28) .bf-only {
457452

458453
.header-dialog .number .helpicon {
459454
margin-top: 3px;
460-
margin-right: 0px;
455+
margin-right: 0;
461456
}
462457

463458
.header-dialog .gui_box_titlebar .helpicon {
@@ -482,7 +477,7 @@ html:not(.isBF28) .bf-only {
482477

483478
.header-dialog .number:last-child {
484479
padding-bottom: 5px;
485-
border-bottom: 0px;
480+
border-bottom: 0;
486481
}
487482

488483
.header-dialog .number input {
@@ -502,11 +497,11 @@ html:not(.isBF28) .bf-only {
502497
.header-dialog .misc table td
503498
{
504499
padding: 1px;
505-
border: 0px solid #ccc;
500+
border: 0 solid #ccc;
506501
}
507502

508503
.header-dialog .noline td {
509-
border: 0px solid #ccc;
504+
border: 0 solid #ccc;
510505
}
511506

512507
.header-dialog .features label,
@@ -516,7 +511,7 @@ html:not(.isBF28) .bf-only {
516511
height: 20px;
517512
line-height: 20px;
518513
text-align: left;
519-
border: 0px solid silver;
514+
border: 0 solid silver;
520515
border-radius: 3px;
521516
margin-right: 11px;
522517
font-weight: normal;
@@ -530,7 +525,7 @@ html:not(.isBF28) .bf-only {
530525
height: 20px;
531526
line-height: 20px;
532527
text-align: left;
533-
border: 0px solid silver;
528+
border: 0 solid silver;
534529
border-radius: 3px;
535530
margin-right: 11px;
536531
font-weight: normal;
@@ -539,29 +534,14 @@ html:not(.isBF28) .bf-only {
539534

540535
.header-dialog .gui_box span {
541536
font-style: normal;
542-
font-family: 'open_sansregular', Arial;
537+
font-family: 'open_sansregular', Arial, sans-serif;
543538
line-height: 19px;
544539
color: #7d7d7d;
545540
font-size: 11px;
546541
}
547542

548543
.noline {
549-
border:0px;
550-
}
551-
552-
#content-watermark {
553-
position: absolute;
554-
bottom: 40px;
555-
left: 0;
556-
right: 0;
557-
z-index: -1;
558-
overflow: hidden;
559-
background-image: url("../images/light-wide-2.svg");
560-
background-repeat: no-repeat;
561-
background-position: 95% 20%;
562-
background-size: 430px;
563-
height: 174px;
564-
opacity: 0.15;
544+
border:0;
565545
}
566546

567547
.header-dialog .resetbt {
@@ -579,11 +559,11 @@ html:not(.isBF28) .bf-only {
579559
}
580560

581561
.header-dialog .leftzero {
582-
padding-left: 0px;
562+
padding-left: 0;
583563
}
584564

585565
.header-dialog .tpa-breakpoint {
586-
border-top-left-radius: 0px;
566+
border-top-left-radius: 0;
587567
}
588568

589569
.header-dialog .roll {

0 commit comments

Comments
 (0)