1522
1496
/* ComboBox Main Button */
1523
1497
min-width: 125px;
1526
/* The following section sets the style for the invisible div that
1527
hold widgets and their accompanying labels.
1530
+-----------------------------+
1531
| widget-box (or similar) |
1532
| +-------+---------------+ |
1533
| | Label | Actual Widget | |
1534
| +-------+---------------+ |
1535
+-----------------------------+
1539
-webkit-box-pack: start;
1540
-moz-box-pack: start;
1542
/* Modern browsers */
1543
justify-content: flex-start;
1545
box-sizing: border-box;
1546
-moz-box-sizing: border-box;
1547
-webkit-box-sizing: border-box;
1549
-webkit-box-align: start;
1550
-moz-box-align: start;
1552
/* Modern browsers */
1553
align-items: flex-start;
1499
.widget_item .dropdown-menu li a {
1556
1503
/* Horizontal widgets */
1557
/* The following section sets the style for the invisible div that
1558
hold widgets and their accompanying labels.
1561
+-----------------------------+
1562
| widget-box (or similar) |
1563
| +-------+---------------+ |
1564
| | Label | Actual Widget | |
1565
| +-------+---------------+ |
1566
+-----------------------------+
1570
-webkit-box-pack: start;
1571
-moz-box-pack: start;
1573
/* Modern browsers */
1574
justify-content: flex-start;
1577
/* Modern browsers */
1579
box-sizing: border-box;
1580
-moz-box-sizing: border-box;
1581
-webkit-box-sizing: border-box;
1583
-webkit-box-align: start;
1584
-moz-box-align: start;
1586
/* Modern browsers */
1587
align-items: flex-start;
1589
display: -webkit-box;
1590
-webkit-box-orient: horizontal;
1591
-webkit-box-align: stretch;
1593
-moz-box-orient: horizontal;
1594
-moz-box-align: stretch;
1596
box-orient: horizontal;
1598
/* Modern browsers */
1600
flex-direction: row;
1601
align-items: stretch;
1603
-webkit-box-flex: 0;
1606
/* Modern browsers */
1609
.widget-hbox-single {
1610
/* Single line horizontal widgets */
1611
/* Horizontal widgets */
1612
/* The following section sets the style for the invisible div that
1613
hold widgets and their accompanying labels.
1616
+-----------------------------+
1617
| widget-box (or similar) |
1618
| +-------+---------------+ |
1619
| | Label | Actual Widget | |
1620
| +-------+---------------+ |
1621
+-----------------------------+
1625
-webkit-box-pack: start;
1626
-moz-box-pack: start;
1628
/* Modern browsers */
1629
justify-content: flex-start;
1632
/* Modern browsers */
1634
box-sizing: border-box;
1635
-moz-box-sizing: border-box;
1636
-webkit-box-sizing: border-box;
1638
-webkit-box-align: start;
1639
-moz-box-align: start;
1641
/* Modern browsers */
1642
align-items: flex-start;
1644
display: -webkit-box;
1645
-webkit-box-orient: horizontal;
1646
-webkit-box-align: stretch;
1648
-moz-box-orient: horizontal;
1649
-moz-box-align: stretch;
1651
box-orient: horizontal;
1653
/* Modern browsers */
1655
flex-direction: row;
1656
align-items: stretch;
1658
-webkit-box-flex: 0;
1661
/* Modern browsers */
1665
.widget-hbox-single input[type="checkbox"] {
1505
display: -webkit-box;
1506
-webkit-box-orient: horizontal;
1507
-webkit-box-align: stretch;
1509
-moz-box-orient: horizontal;
1510
-moz-box-align: stretch;
1512
box-orient: horizontal;
1514
/* Modern browsers */
1516
flex-direction: row;
1517
align-items: stretch;
1519
-webkit-box-flex: 0;
1522
/* Modern browsers */
1526
.widget-hbox input[type="checkbox"] {
1666
1527
margin-top: 9px;
1529
.widget-hbox .widget-label {
1530
/* Horizontal Label */
1535
vertical-align: text-top;
1537
.widget-hbox .widget-readout {
1541
vertical-align: text-top;
1669
1544
/* Vertical widgets */
1670
/* The following section sets the style for the invisible div that
1671
hold widgets and their accompanying labels.
1674
+-----------------------------+
1675
| widget-box (or similar) |
1676
| +-------+---------------+ |
1677
| | Label | Actual Widget | |
1678
| +-------+---------------+ |
1679
+-----------------------------+
1683
-webkit-box-pack: start;
1684
-moz-box-pack: start;
1686
/* Modern browsers */
1687
justify-content: flex-start;
1690
/* Modern browsers */
1692
box-sizing: border-box;
1693
-moz-box-sizing: border-box;
1694
-webkit-box-sizing: border-box;
1696
-webkit-box-align: start;
1697
-moz-box-align: start;
1699
/* Modern browsers */
1700
align-items: flex-start;
1702
display: -webkit-box;
1703
-webkit-box-orient: vertical;
1704
-webkit-box-align: stretch;
1706
-moz-box-orient: vertical;
1707
-moz-box-align: stretch;
1709
box-orient: vertical;
1711
/* Modern browsers */
1713
flex-direction: column;
1714
align-items: stretch;
1716
-webkit-box-flex: 0;
1719
/* Modern browsers */
1722
.widget-vbox-single {
1723
/* For vertical slides */
1724
/* Vertical widgets */
1725
/* The following section sets the style for the invisible div that
1726
hold widgets and their accompanying labels.
1729
+-----------------------------+
1730
| widget-box (or similar) |
1731
| +-------+---------------+ |
1732
| | Label | Actual Widget | |
1733
| +-------+---------------+ |
1734
+-----------------------------+
1738
-webkit-box-pack: start;
1739
-moz-box-pack: start;
1741
/* Modern browsers */
1742
justify-content: flex-start;
1745
/* Modern browsers */
1747
box-sizing: border-box;
1748
-moz-box-sizing: border-box;
1749
-webkit-box-sizing: border-box;
1751
-webkit-box-align: start;
1752
-moz-box-align: start;
1754
/* Modern browsers */
1755
align-items: flex-start;
1757
display: -webkit-box;
1758
-webkit-box-orient: vertical;
1759
-webkit-box-align: stretch;
1761
-moz-box-orient: vertical;
1762
-moz-box-align: stretch;
1764
box-orient: vertical;
1766
/* Modern browsers */
1768
flex-direction: column;
1769
align-items: stretch;
1771
-webkit-box-flex: 0;
1774
/* Modern browsers */
1546
display: -webkit-box;
1547
-webkit-box-orient: vertical;
1548
-webkit-box-align: stretch;
1550
-moz-box-orient: vertical;
1551
-moz-box-align: stretch;
1553
box-orient: vertical;
1555
/* Modern browsers */
1557
flex-direction: column;
1558
align-items: stretch;
1560
-webkit-box-flex: 0;
1563
/* Modern browsers */
1566
.widget-vbox .widget-label {
1567
/* Vertical Label */
1568
padding-bottom: 5px;
1570
vertical-align: text-bottom;
1572
.widget-vbox .widget-readout {
1573
/* Vertical Label */
1576
vertical-align: text-top;
1778
1578
.widget-modal {
1779
1579
/* Box - ModalView */