53
53
54
54
/* Default Parameter Entry Field */
55
55
input [type = "number" ]::-webkit-inner-spin-button {
56
- opacity : 1 ; /* required for chromium 33+ beta */
57
- margin-left : 5px ;
58
- margin-right : 5px ;
56
+ opacity : 0 ; /* 1 is required for chromium 33+ beta to show the arrows / spinners */
57
+ /* margin-left: 5px;*/
59
58
}
60
59
60
+ /* Hide select dropdown arrow
61
+ select {
62
+ appearance: none;
63
+ padding-left: 5px;
64
+ }
65
+ */
66
+
61
67
.clear-both {
62
68
clear : both;
63
69
}
@@ -159,8 +165,7 @@ input[type="number"]::-webkit-inner-spin-button {
159
165
font-weight : normal;
160
166
font-size : 13px ;
161
167
color : # 505050 ;
162
- text-align : center;
163
- width : 100% ;
168
+ text-align : center;
164
169
}
165
170
166
171
/* Parameter box other rows */
@@ -194,22 +199,26 @@ input[type="number"]::-webkit-inner-spin-button {
194
199
border-top-right-radius : 3px ;
195
200
}
196
201
197
- /* Box holding text inputs */
202
+ /* Box holding numeric inputs */
198
203
.header-dialog .cf input {
199
204
width : calc (100% - 10px );
200
205
border : 1px solid silver;
201
206
border-radius : 3px ;
202
- margin-left : 5px ;
207
+ margin-left : 2px ;
208
+ text-align : center;
203
209
}
204
210
205
- /* Box holding drop down elements*/
211
+ /* Box holding text down elements */
206
212
.header-dialog .cf select {
213
+ appearance : none; /* hide arrow at right*/
207
214
width : calc (100% - 10px );
208
215
border : 1px solid silver;
209
216
background-color : # FFFFFF ;
210
217
color : black;
211
- padding-top : 2px ;
212
- padding-bottom : 1px ;
218
+ padding-top : 1px ;
219
+ padding-left : 2px ;
220
+ text-align : center;
221
+ text-align-last : center;
213
222
}
214
223
215
224
.header-dialog .parameter th : nth-child (2 ) {
@@ -295,7 +304,7 @@ input[type="number"]::-webkit-inner-spin-button {
295
304
.header-dialog table input {
296
305
display : block;
297
306
width : calc (100% - 4px );
298
- text-align : right ;
307
+ text-align : center ;
299
308
border : 0 solid # ccc ;
300
309
border-radius : 0 ;
301
310
background-color : # F5F5F5 ;
@@ -496,7 +505,6 @@ html:not(.isBF28) .bf-only {
496
505
border-bottom : 1px solid # ddd ;
497
506
width : 100% ;
498
507
float : left;
499
-
500
508
}
501
509
502
510
.header-dialog .number : last-child {
@@ -507,12 +515,11 @@ html:not(.isBF28) .bf-only {
507
515
.header-dialog .number input {
508
516
width : 50px ;
509
517
padding-left : 3px ;
510
- text-align : left ;
518
+ text-align : center ;
511
519
border : 1px solid silver;
512
520
border-radius : 3px ;
513
521
margin-right : 11px ;
514
522
font-weight : normal;
515
-
516
523
}
517
524
518
525
.header-dialog .other table td ,
@@ -551,7 +558,7 @@ html:not(.isBF28) .bf-only {
551
558
margin-right : 11px ;
552
559
font-weight : normal;
553
560
font-size : 11px ;
554
- }
561
+ }
555
562
556
563
.header-dialog .gui_box span {
557
564
font-style : normal;
@@ -562,7 +569,7 @@ html:not(.isBF28) .bf-only {
562
569
}
563
570
564
571
.noline {
565
- border : 0 ;
572
+ border : 0 ;
566
573
}
567
574
568
575
.header-dialog .resetbt {
0 commit comments