9294
9268
/* ComboBox Main Button */
9295
9269
min-width: 125px;
9298
/* The following section sets the style for the invisible div that
9299
hold widgets and their accompanying labels.
9302
+-----------------------------+
9303
| widget-box (or similar) |
9304
| +-------+---------------+ |
9305
| | Label | Actual Widget | |
9306
| +-------+---------------+ |
9307
+-----------------------------+
9311
-webkit-box-pack: start;
9312
-moz-box-pack: start;
9314
/* Modern browsers */
9315
justify-content: flex-start;
9317
box-sizing: border-box;
9318
-moz-box-sizing: border-box;
9319
-webkit-box-sizing: border-box;
9321
-webkit-box-align: start;
9322
-moz-box-align: start;
9324
/* Modern browsers */
9325
align-items: flex-start;
9271
.widget_item .dropdown-menu li a {
9328
9275
/* Horizontal widgets */
9329
/* The following section sets the style for the invisible div that
9330
hold widgets and their accompanying labels.
9333
+-----------------------------+
9334
| widget-box (or similar) |
9335
| +-------+---------------+ |
9336
| | Label | Actual Widget | |
9337
| +-------+---------------+ |
9338
+-----------------------------+
9342
-webkit-box-pack: start;
9343
-moz-box-pack: start;
9345
/* Modern browsers */
9346
justify-content: flex-start;
9349
/* Modern browsers */
9351
box-sizing: border-box;
9352
-moz-box-sizing: border-box;
9353
-webkit-box-sizing: border-box;
9355
-webkit-box-align: start;
9356
-moz-box-align: start;
9358
/* Modern browsers */
9359
align-items: flex-start;
9361
display: -webkit-box;
9362
-webkit-box-orient: horizontal;
9363
-webkit-box-align: stretch;
9365
-moz-box-orient: horizontal;
9366
-moz-box-align: stretch;
9368
box-orient: horizontal;
9370
/* Modern browsers */
9372
flex-direction: row;
9373
align-items: stretch;
9375
-webkit-box-flex: 0;
9378
/* Modern browsers */
9381
.widget-hbox-single {
9382
/* Single line horizontal widgets */
9383
/* Horizontal widgets */
9384
/* The following section sets the style for the invisible div that
9385
hold widgets and their accompanying labels.
9388
+-----------------------------+
9389
| widget-box (or similar) |
9390
| +-------+---------------+ |
9391
| | Label | Actual Widget | |
9392
| +-------+---------------+ |
9393
+-----------------------------+
9397
-webkit-box-pack: start;
9398
-moz-box-pack: start;
9400
/* Modern browsers */
9401
justify-content: flex-start;
9404
/* Modern browsers */
9406
box-sizing: border-box;
9407
-moz-box-sizing: border-box;
9408
-webkit-box-sizing: border-box;
9410
-webkit-box-align: start;
9411
-moz-box-align: start;
9413
/* Modern browsers */
9414
align-items: flex-start;
9416
display: -webkit-box;
9417
-webkit-box-orient: horizontal;
9418
-webkit-box-align: stretch;
9420
-moz-box-orient: horizontal;
9421
-moz-box-align: stretch;
9423
box-orient: horizontal;
9425
/* Modern browsers */
9427
flex-direction: row;
9428
align-items: stretch;
9430
-webkit-box-flex: 0;
9433
/* Modern browsers */
9437
.widget-hbox-single input[type="checkbox"] {
9277
display: -webkit-box;
9278
-webkit-box-orient: horizontal;
9279
-webkit-box-align: stretch;
9281
-moz-box-orient: horizontal;
9282
-moz-box-align: stretch;
9284
box-orient: horizontal;
9286
/* Modern browsers */
9288
flex-direction: row;
9289
align-items: stretch;
9291
-webkit-box-flex: 0;
9294
/* Modern browsers */
9298
.widget-hbox input[type="checkbox"] {
9438
9299
margin-top: 9px;
9301
.widget-hbox .widget-label {
9302
/* Horizontal Label */
9307
vertical-align: text-top;
9309
.widget-hbox .widget-readout {
9313
vertical-align: text-top;
9441
9316
/* Vertical widgets */
9442
/* The following section sets the style for the invisible div that
9443
hold widgets and their accompanying labels.
9446
+-----------------------------+
9447
| widget-box (or similar) |
9448
| +-------+---------------+ |
9449
| | Label | Actual Widget | |
9450
| +-------+---------------+ |
9451
+-----------------------------+
9455
-webkit-box-pack: start;
9456
-moz-box-pack: start;
9458
/* Modern browsers */
9459
justify-content: flex-start;
9462
/* Modern browsers */
9464
box-sizing: border-box;
9465
-moz-box-sizing: border-box;
9466
-webkit-box-sizing: border-box;
9468
-webkit-box-align: start;
9469
-moz-box-align: start;
9471
/* Modern browsers */
9472
align-items: flex-start;
9474
display: -webkit-box;
9475
-webkit-box-orient: vertical;
9476
-webkit-box-align: stretch;
9478
-moz-box-orient: vertical;
9479
-moz-box-align: stretch;
9481
box-orient: vertical;
9483
/* Modern browsers */
9485
flex-direction: column;
9486
align-items: stretch;
9488
-webkit-box-flex: 0;
9491
/* Modern browsers */
9494
.widget-vbox-single {
9495
/* For vertical slides */
9496
/* Vertical widgets */
9497
/* The following section sets the style for the invisible div that
9498
hold widgets and their accompanying labels.
9501
+-----------------------------+
9502
| widget-box (or similar) |
9503
| +-------+---------------+ |
9504
| | Label | Actual Widget | |
9505
| +-------+---------------+ |
9506
+-----------------------------+
9510
-webkit-box-pack: start;
9511
-moz-box-pack: start;
9513
/* Modern browsers */
9514
justify-content: flex-start;
9517
/* Modern browsers */
9519
box-sizing: border-box;
9520
-moz-box-sizing: border-box;
9521
-webkit-box-sizing: border-box;
9523
-webkit-box-align: start;
9524
-moz-box-align: start;
9526
/* Modern browsers */
9527
align-items: flex-start;
9529
display: -webkit-box;
9530
-webkit-box-orient: vertical;
9531
-webkit-box-align: stretch;
9533
-moz-box-orient: vertical;
9534
-moz-box-align: stretch;
9536
box-orient: vertical;
9538
/* Modern browsers */
9540
flex-direction: column;
9541
align-items: stretch;
9543
-webkit-box-flex: 0;
9546
/* Modern browsers */
9318
display: -webkit-box;
9319
-webkit-box-orient: vertical;
9320
-webkit-box-align: stretch;
9322
-moz-box-orient: vertical;
9323
-moz-box-align: stretch;
9325
box-orient: vertical;
9327
/* Modern browsers */
9329
flex-direction: column;
9330
align-items: stretch;
9332
-webkit-box-flex: 0;
9335
/* Modern browsers */
9338
.widget-vbox .widget-label {
9339
/* Vertical Label */
9340
padding-bottom: 5px;
9342
vertical-align: text-bottom;
9344
.widget-vbox .widget-readout {
9345
/* Vertical Label */
9348
vertical-align: text-top;
9550
9350
.widget-modal {
9551
9351
/* Box - ModalView */