fomantic-ui-sass 2.9.2 → 2.9.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/app/assets/javascripts/semantic-ui/accordion.js +1 -5
- data/app/assets/javascripts/semantic-ui/api.js +22 -15
- data/app/assets/javascripts/semantic-ui/calendar.js +1 -6
- data/app/assets/javascripts/semantic-ui/checkbox.js +4 -6
- data/app/assets/javascripts/semantic-ui/dimmer.js +1 -5
- data/app/assets/javascripts/semantic-ui/dropdown.js +56 -33
- data/app/assets/javascripts/semantic-ui/embed.js +1 -6
- data/app/assets/javascripts/semantic-ui/flyout.js +40 -58
- data/app/assets/javascripts/semantic-ui/form.js +102 -53
- data/app/assets/javascripts/semantic-ui/modal.js +45 -33
- data/app/assets/javascripts/semantic-ui/nag.js +17 -9
- data/app/assets/javascripts/semantic-ui/popup.js +27 -19
- data/app/assets/javascripts/semantic-ui/progress.js +1 -6
- data/app/assets/javascripts/semantic-ui/rating.js +1 -5
- data/app/assets/javascripts/semantic-ui/search.js +4 -7
- data/app/assets/javascripts/semantic-ui/shape.js +1 -5
- data/app/assets/javascripts/semantic-ui/sidebar.js +15 -38
- data/app/assets/javascripts/semantic-ui/site.js +1 -1
- data/app/assets/javascripts/semantic-ui/slider.js +130 -34
- data/app/assets/javascripts/semantic-ui/state.js +23 -20
- data/app/assets/javascripts/semantic-ui/sticky.js +17 -16
- data/app/assets/javascripts/semantic-ui/tab.js +18 -8
- data/app/assets/javascripts/semantic-ui/toast.js +17 -9
- data/app/assets/javascripts/semantic-ui/transition.js +2 -6
- data/app/assets/javascripts/semantic-ui/visibility.js +15 -6
- data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +53 -20
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +107 -107
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +13 -7
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +65 -1
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +62 -1
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +697 -249
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +3 -2
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +62 -62
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +3 -27
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +21 -2
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +13 -13
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +282 -282
- data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +161 -34
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_text.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +145 -8
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +50 -6
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +3 -3
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +119 -26
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +10 -3
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +41 -40
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +26 -1
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +6 -1
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +6 -1
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +486 -5
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +6 -1
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +1 -1
- data/lib/fomantic/ui/sass/version.rb +2 -2
- metadata +1 -1
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.
|
2
|
+
* # Fomantic-UI 2.9.3 - Grid
|
3
3
|
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -1196,8 +1196,8 @@
|
|
1196
1196
|
.ui[class*="left aligned"].grid > .column,
|
1197
1197
|
.ui[class*="left aligned"].grid > .row > .column,
|
1198
1198
|
.ui.grid > [class*="left aligned"].row > .column,
|
1199
|
-
.ui.grid > [class*="left aligned"].column
|
1200
|
-
.ui.grid > .row > [class*="left aligned"].column
|
1199
|
+
.ui.ui.grid > [class*="left aligned"].column,
|
1200
|
+
.ui.ui.grid > .row > [class*="left aligned"].column {
|
1201
1201
|
text-align: left;
|
1202
1202
|
align-self: inherit;
|
1203
1203
|
}
|
@@ -1206,8 +1206,8 @@
|
|
1206
1206
|
.ui[class*="center aligned"].grid > .column,
|
1207
1207
|
.ui[class*="center aligned"].grid > .row > .column,
|
1208
1208
|
.ui.grid > [class*="center aligned"].row > .column,
|
1209
|
-
.ui.grid > [class*="center aligned"].column
|
1210
|
-
.ui.grid > .row > [class*="center aligned"].column
|
1209
|
+
.ui.ui.grid > [class*="center aligned"].column,
|
1210
|
+
.ui.ui.grid > .row > [class*="center aligned"].column {
|
1211
1211
|
text-align: center;
|
1212
1212
|
align-self: inherit;
|
1213
1213
|
}
|
@@ -1219,8 +1219,8 @@
|
|
1219
1219
|
.ui[class*="right aligned"].grid > .column,
|
1220
1220
|
.ui[class*="right aligned"].grid > .row > .column,
|
1221
1221
|
.ui.grid > [class*="right aligned"].row > .column,
|
1222
|
-
.ui.grid > [class*="right aligned"].column
|
1223
|
-
.ui.grid > .row > [class*="right aligned"].column
|
1222
|
+
.ui.ui.grid > [class*="right aligned"].column,
|
1223
|
+
.ui.ui.grid > .row > [class*="right aligned"].column {
|
1224
1224
|
text-align: right;
|
1225
1225
|
align-self: inherit;
|
1226
1226
|
}
|
@@ -1229,8 +1229,8 @@
|
|
1229
1229
|
.ui.justified.grid > .column,
|
1230
1230
|
.ui.justified.grid > .row > .column,
|
1231
1231
|
.ui.grid > .justified.row > .column,
|
1232
|
-
.ui.grid > .justified.column
|
1233
|
-
.ui.grid > .row > .justified.column
|
1232
|
+
.ui.ui.grid > .justified.column,
|
1233
|
+
.ui.ui.grid > .row > .justified.column {
|
1234
1234
|
text-align: justify;
|
1235
1235
|
-webkit-hyphens: auto;
|
1236
1236
|
-ms-hyphens: auto;
|
@@ -1492,77 +1492,77 @@
|
|
1492
1492
|
}
|
1493
1493
|
.ui[class*="two column"].doubling.grid > .row > .column,
|
1494
1494
|
.ui[class*="two column"].doubling.grid > .column:not(.row),
|
1495
|
-
.ui.grid > [class*="two column"].doubling.row
|
1495
|
+
.ui.ui.grid > [class*="two column"].doubling.row > .column {
|
1496
1496
|
width: 100% !important;
|
1497
1497
|
}
|
1498
1498
|
.ui[class*="three column"].doubling.grid > .row > .column,
|
1499
1499
|
.ui[class*="three column"].doubling.grid > .column:not(.row),
|
1500
|
-
.ui.grid > [class*="three column"].doubling.row
|
1500
|
+
.ui.ui.grid > [class*="three column"].doubling.row > .column {
|
1501
1501
|
width: 50% !important;
|
1502
1502
|
}
|
1503
1503
|
.ui[class*="four column"].doubling.grid > .row > .column,
|
1504
1504
|
.ui[class*="four column"].doubling.grid > .column:not(.row),
|
1505
|
-
.ui.grid > [class*="four column"].doubling.row
|
1505
|
+
.ui.ui.grid > [class*="four column"].doubling.row > .column {
|
1506
1506
|
width: 50% !important;
|
1507
1507
|
}
|
1508
1508
|
.ui[class*="five column"].doubling.grid > .row > .column,
|
1509
1509
|
.ui[class*="five column"].doubling.grid > .column:not(.row),
|
1510
|
-
.ui.grid > [class*="five column"].doubling.row
|
1510
|
+
.ui.ui.grid > [class*="five column"].doubling.row > .column {
|
1511
1511
|
width: 33.33333333% !important;
|
1512
1512
|
}
|
1513
1513
|
.ui[class*="six column"].doubling.grid > .row > .column,
|
1514
1514
|
.ui[class*="six column"].doubling.grid > .column:not(.row),
|
1515
|
-
.ui.grid > [class*="six column"].doubling.row
|
1515
|
+
.ui.ui.grid > [class*="six column"].doubling.row > .column {
|
1516
1516
|
width: 33.33333333% !important;
|
1517
1517
|
}
|
1518
1518
|
.ui[class*="seven column"].doubling.grid > .row > .column,
|
1519
1519
|
.ui[class*="seven column"].doubling.grid > .column:not(.row),
|
1520
|
-
.ui.grid > [class*="seven column"].doubling.row
|
1520
|
+
.ui.ui.grid > [class*="seven column"].doubling.row > .column {
|
1521
1521
|
width: 33.33333333% !important;
|
1522
1522
|
}
|
1523
1523
|
.ui[class*="eight column"].doubling.grid > .row > .column,
|
1524
1524
|
.ui[class*="eight column"].doubling.grid > .column:not(.row),
|
1525
|
-
.ui.grid > [class*="eight column"].doubling.row
|
1525
|
+
.ui.ui.grid > [class*="eight column"].doubling.row > .column {
|
1526
1526
|
width: 25% !important;
|
1527
1527
|
}
|
1528
1528
|
.ui[class*="nine column"].doubling.grid > .row > .column,
|
1529
1529
|
.ui[class*="nine column"].doubling.grid > .column:not(.row),
|
1530
|
-
.ui.grid > [class*="nine column"].doubling.row
|
1530
|
+
.ui.ui.grid > [class*="nine column"].doubling.row > .column {
|
1531
1531
|
width: 25% !important;
|
1532
1532
|
}
|
1533
1533
|
.ui[class*="ten column"].doubling.grid > .row > .column,
|
1534
1534
|
.ui[class*="ten column"].doubling.grid > .column:not(.row),
|
1535
|
-
.ui.grid > [class*="ten column"].doubling.row
|
1535
|
+
.ui.ui.grid > [class*="ten column"].doubling.row > .column {
|
1536
1536
|
width: 20% !important;
|
1537
1537
|
}
|
1538
1538
|
.ui[class*="eleven column"].doubling.grid > .row > .column,
|
1539
1539
|
.ui[class*="eleven column"].doubling.grid > .column:not(.row),
|
1540
|
-
.ui.grid > [class*="eleven column"].doubling.row
|
1540
|
+
.ui.ui.grid > [class*="eleven column"].doubling.row > .column {
|
1541
1541
|
width: 20% !important;
|
1542
1542
|
}
|
1543
1543
|
.ui[class*="twelve column"].doubling.grid > .row > .column,
|
1544
1544
|
.ui[class*="twelve column"].doubling.grid > .column:not(.row),
|
1545
|
-
.ui.grid > [class*="twelve column"].doubling.row
|
1545
|
+
.ui.ui.grid > [class*="twelve column"].doubling.row > .column {
|
1546
1546
|
width: 16.66666667% !important;
|
1547
1547
|
}
|
1548
1548
|
.ui[class*="thirteen column"].doubling.grid > .row > .column,
|
1549
1549
|
.ui[class*="thirteen column"].doubling.grid > .column:not(.row),
|
1550
|
-
.ui.grid > [class*="thirteen column"].doubling.row
|
1550
|
+
.ui.ui.grid > [class*="thirteen column"].doubling.row > .column {
|
1551
1551
|
width: 16.66666667% !important;
|
1552
1552
|
}
|
1553
1553
|
.ui[class*="fourteen column"].doubling.grid > .row > .column,
|
1554
1554
|
.ui[class*="fourteen column"].doubling.grid > .column:not(.row),
|
1555
|
-
.ui.grid > [class*="fourteen column"].doubling.row
|
1555
|
+
.ui.ui.grid > [class*="fourteen column"].doubling.row > .column {
|
1556
1556
|
width: 14.28571429% !important;
|
1557
1557
|
}
|
1558
1558
|
.ui[class*="fifteen column"].doubling.grid > .row > .column,
|
1559
1559
|
.ui[class*="fifteen column"].doubling.grid > .column:not(.row),
|
1560
|
-
.ui.grid > [class*="fifteen column"].doubling.row
|
1560
|
+
.ui.ui.grid > [class*="fifteen column"].doubling.row > .column {
|
1561
1561
|
width: 14.28571429% !important;
|
1562
1562
|
}
|
1563
1563
|
.ui[class*="sixteen column"].doubling.grid > .row > .column,
|
1564
1564
|
.ui[class*="sixteen column"].doubling.grid > .column:not(.row),
|
1565
|
-
.ui.grid > [class*="sixteen column"].doubling.row
|
1565
|
+
.ui.ui.grid > [class*="sixteen column"].doubling.row > .column {
|
1566
1566
|
width: 12.5% !important;
|
1567
1567
|
}
|
1568
1568
|
}
|
@@ -1583,77 +1583,77 @@
|
|
1583
1583
|
}
|
1584
1584
|
.ui[class*="two column"].doubling:not(.stackable).grid > .row > .column,
|
1585
1585
|
.ui[class*="two column"].doubling:not(.stackable).grid > .column:not(.row),
|
1586
|
-
.ui.grid > [class*="two column"].doubling:not(.stackable).row
|
1586
|
+
.ui.ui.grid > [class*="two column"].doubling:not(.stackable).row > .column {
|
1587
1587
|
width: 100% !important;
|
1588
1588
|
}
|
1589
1589
|
.ui[class*="three column"].doubling:not(.stackable).grid > .row > .column,
|
1590
1590
|
.ui[class*="three column"].doubling:not(.stackable).grid > .column:not(.row),
|
1591
|
-
.ui.grid > [class*="three column"].doubling:not(.stackable).row
|
1591
|
+
.ui.ui.grid > [class*="three column"].doubling:not(.stackable).row > .column {
|
1592
1592
|
width: 50% !important;
|
1593
1593
|
}
|
1594
1594
|
.ui[class*="four column"].doubling:not(.stackable).grid > .row > .column,
|
1595
1595
|
.ui[class*="four column"].doubling:not(.stackable).grid > .column:not(.row),
|
1596
|
-
.ui.grid > [class*="four column"].doubling:not(.stackable).row
|
1596
|
+
.ui.ui.grid > [class*="four column"].doubling:not(.stackable).row > .column {
|
1597
1597
|
width: 50% !important;
|
1598
1598
|
}
|
1599
1599
|
.ui[class*="five column"].doubling:not(.stackable).grid > .row > .column,
|
1600
1600
|
.ui[class*="five column"].doubling:not(.stackable).grid > .column:not(.row),
|
1601
|
-
.ui.grid > [class*="five column"].doubling:not(.stackable).row
|
1601
|
+
.ui.ui.grid > [class*="five column"].doubling:not(.stackable).row > .column {
|
1602
1602
|
width: 50% !important;
|
1603
1603
|
}
|
1604
1604
|
.ui[class*="six column"].doubling:not(.stackable).grid > .row > .column,
|
1605
1605
|
.ui[class*="six column"].doubling:not(.stackable).grid > .column:not(.row),
|
1606
|
-
.ui.grid > [class*="six column"].doubling:not(.stackable).row
|
1606
|
+
.ui.ui.grid > [class*="six column"].doubling:not(.stackable).row > .column {
|
1607
1607
|
width: 50% !important;
|
1608
1608
|
}
|
1609
1609
|
.ui[class*="seven column"].doubling:not(.stackable).grid > .row > .column,
|
1610
1610
|
.ui[class*="seven column"].doubling:not(.stackable).grid > .column:not(.row),
|
1611
|
-
.ui.grid > [class*="seven column"].doubling:not(.stackable).row
|
1611
|
+
.ui.ui.grid > [class*="seven column"].doubling:not(.stackable).row > .column {
|
1612
1612
|
width: 50% !important;
|
1613
1613
|
}
|
1614
1614
|
.ui[class*="eight column"].doubling:not(.stackable).grid > .row > .column,
|
1615
1615
|
.ui[class*="eight column"].doubling:not(.stackable).grid > .column:not(.row),
|
1616
|
-
.ui.grid > [class*="eight column"].doubling:not(.stackable).row
|
1616
|
+
.ui.ui.grid > [class*="eight column"].doubling:not(.stackable).row > .column {
|
1617
1617
|
width: 50% !important;
|
1618
1618
|
}
|
1619
1619
|
.ui[class*="nine column"].doubling:not(.stackable).grid > .row > .column,
|
1620
1620
|
.ui[class*="nine column"].doubling:not(.stackable).grid > .column:not(.row),
|
1621
|
-
.ui.grid > [class*="nine column"].doubling:not(.stackable).row
|
1621
|
+
.ui.ui.grid > [class*="nine column"].doubling:not(.stackable).row > .column {
|
1622
1622
|
width: 33.33333333% !important;
|
1623
1623
|
}
|
1624
1624
|
.ui[class*="ten column"].doubling:not(.stackable).grid > .row > .column,
|
1625
1625
|
.ui[class*="ten column"].doubling:not(.stackable).grid > .column:not(.row),
|
1626
|
-
.ui.grid > [class*="ten column"].doubling:not(.stackable).row
|
1626
|
+
.ui.ui.grid > [class*="ten column"].doubling:not(.stackable).row > .column {
|
1627
1627
|
width: 33.33333333% !important;
|
1628
1628
|
}
|
1629
1629
|
.ui[class*="eleven column"].doubling:not(.stackable).grid > .row > .column,
|
1630
1630
|
.ui[class*="eleven column"].doubling:not(.stackable).grid > .column:not(.row),
|
1631
|
-
.ui.grid > [class*="eleven column"].doubling:not(.stackable).row
|
1631
|
+
.ui.ui.grid > [class*="eleven column"].doubling:not(.stackable).row > .column {
|
1632
1632
|
width: 33.33333333% !important;
|
1633
1633
|
}
|
1634
1634
|
.ui[class*="twelve column"].doubling:not(.stackable).grid > .row > .column,
|
1635
1635
|
.ui[class*="twelve column"].doubling:not(.stackable).grid > .column:not(.row),
|
1636
|
-
.ui.grid > [class*="twelve column"].doubling:not(.stackable).row
|
1636
|
+
.ui.ui.grid > [class*="twelve column"].doubling:not(.stackable).row > .column {
|
1637
1637
|
width: 33.33333333% !important;
|
1638
1638
|
}
|
1639
1639
|
.ui[class*="thirteen column"].doubling:not(.stackable).grid > .row > .column,
|
1640
1640
|
.ui[class*="thirteen column"].doubling:not(.stackable).grid > .column:not(.row),
|
1641
|
-
.ui.grid > [class*="thirteen column"].doubling:not(.stackable).row
|
1641
|
+
.ui.ui.grid > [class*="thirteen column"].doubling:not(.stackable).row > .column {
|
1642
1642
|
width: 33.33333333% !important;
|
1643
1643
|
}
|
1644
1644
|
.ui[class*="fourteen column"].doubling:not(.stackable).grid > .row > .column,
|
1645
1645
|
.ui[class*="fourteen column"].doubling:not(.stackable).grid > .column:not(.row),
|
1646
|
-
.ui.grid > [class*="fourteen column"].doubling:not(.stackable).row
|
1646
|
+
.ui.ui.grid > [class*="fourteen column"].doubling:not(.stackable).row > .column {
|
1647
1647
|
width: 25% !important;
|
1648
1648
|
}
|
1649
1649
|
.ui[class*="fifteen column"].doubling:not(.stackable).grid > .row > .column,
|
1650
1650
|
.ui[class*="fifteen column"].doubling:not(.stackable).grid > .column:not(.row),
|
1651
|
-
.ui.grid > [class*="fifteen column"].doubling:not(.stackable).row
|
1651
|
+
.ui.ui.grid > [class*="fifteen column"].doubling:not(.stackable).row > .column {
|
1652
1652
|
width: 25% !important;
|
1653
1653
|
}
|
1654
1654
|
.ui[class*="sixteen column"].doubling:not(.stackable).grid > .row > .column,
|
1655
1655
|
.ui[class*="sixteen column"].doubling:not(.stackable).grid > .column:not(.row),
|
1656
|
-
.ui.grid > [class*="sixteen column"].doubling:not(.stackable).row
|
1656
|
+
.ui.ui.grid > [class*="sixteen column"].doubling:not(.stackable).row > .column {
|
1657
1657
|
width: 25% !important;
|
1658
1658
|
}
|
1659
1659
|
}
|
@@ -1739,122 +1739,122 @@
|
|
1739
1739
|
|
1740
1740
|
/* Mobile Only Hide */
|
1741
1741
|
@media only screen and (max-width: 767.98px) {
|
1742
|
-
.ui[class*="tablet only"].grid
|
1743
|
-
.ui.
|
1744
|
-
.ui.
|
1745
|
-
.ui.
|
1742
|
+
.ui.ui.ui[class*="tablet only"].grid:not(.mobile),
|
1743
|
+
.ui.ui.ui.grid > [class*="tablet only"].row:not(.mobile),
|
1744
|
+
.ui.ui.ui.grid > [class*="tablet only"].column:not(.mobile),
|
1745
|
+
.ui.ui.ui.grid > .row > [class*="tablet only"].column:not(.mobile) {
|
1746
1746
|
display: none !important;
|
1747
1747
|
}
|
1748
|
-
.ui[class*="computer only"].grid
|
1749
|
-
.ui.
|
1750
|
-
.ui.
|
1751
|
-
.ui.
|
1748
|
+
.ui.ui.ui[class*="computer only"].grid:not(.mobile),
|
1749
|
+
.ui.ui.ui.grid > [class*="computer only"].row:not(.mobile),
|
1750
|
+
.ui.ui.ui.grid > [class*="computer only"].column:not(.mobile),
|
1751
|
+
.ui.ui.ui.grid > .row > [class*="computer only"].column:not(.mobile) {
|
1752
1752
|
display: none !important;
|
1753
1753
|
}
|
1754
|
-
.ui[class*="large screen only"].grid
|
1755
|
-
.ui.
|
1756
|
-
.ui.
|
1757
|
-
.ui.
|
1754
|
+
.ui.ui.ui[class*="large screen only"].grid:not(.mobile),
|
1755
|
+
.ui.ui.ui.grid > [class*="large screen only"].row:not(.mobile),
|
1756
|
+
.ui.ui.ui.grid > [class*="large screen only"].column:not(.mobile),
|
1757
|
+
.ui.ui.ui.grid > .row > [class*="large screen only"].column:not(.mobile) {
|
1758
1758
|
display: none !important;
|
1759
1759
|
}
|
1760
|
-
.ui[class*="widescreen only"].grid
|
1761
|
-
.ui.
|
1762
|
-
.ui.
|
1763
|
-
.ui.
|
1760
|
+
.ui.ui.ui[class*="widescreen only"].grid:not(.mobile),
|
1761
|
+
.ui.ui.ui.grid > [class*="widescreen only"].row:not(.mobile),
|
1762
|
+
.ui.ui.ui.grid > [class*="widescreen only"].column:not(.mobile),
|
1763
|
+
.ui.ui.ui.grid > .row > [class*="widescreen only"].column:not(.mobile) {
|
1764
1764
|
display: none !important;
|
1765
1765
|
}
|
1766
1766
|
}
|
1767
1767
|
|
1768
1768
|
/* Tablet Only Hide */
|
1769
1769
|
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
|
1770
|
-
.ui[class*="mobile only"].grid
|
1771
|
-
.ui.
|
1772
|
-
.ui.
|
1773
|
-
.ui.
|
1770
|
+
.ui.ui.ui[class*="mobile only"].grid:not(.tablet),
|
1771
|
+
.ui.ui.ui.grid > [class*="mobile only"].row:not(.tablet),
|
1772
|
+
.ui.ui.ui.grid > [class*="mobile only"].column:not(.tablet),
|
1773
|
+
.ui.ui.ui.grid > .row > [class*="mobile only"].column:not(.tablet) {
|
1774
1774
|
display: none !important;
|
1775
1775
|
}
|
1776
|
-
.ui[class*="computer only"].grid
|
1777
|
-
.ui.
|
1778
|
-
.ui.
|
1779
|
-
.ui.
|
1776
|
+
.ui.ui.ui[class*="computer only"].grid:not(.tablet),
|
1777
|
+
.ui.ui.ui.grid > [class*="computer only"].row:not(.tablet),
|
1778
|
+
.ui.ui.ui.grid > [class*="computer only"].column:not(.tablet),
|
1779
|
+
.ui.ui.ui.grid > .row > [class*="computer only"].column:not(.tablet) {
|
1780
1780
|
display: none !important;
|
1781
1781
|
}
|
1782
|
-
.ui[class*="large screen only"].grid
|
1783
|
-
.ui.
|
1784
|
-
.ui.
|
1785
|
-
.ui.
|
1782
|
+
.ui.ui.ui[class*="large screen only"].grid:not(.mobile),
|
1783
|
+
.ui.ui.ui.grid > [class*="large screen only"].row:not(.mobile),
|
1784
|
+
.ui.ui.ui.grid > [class*="large screen only"].column:not(.mobile),
|
1785
|
+
.ui.ui.ui.grid > .row > [class*="large screen only"].column:not(.mobile) {
|
1786
1786
|
display: none !important;
|
1787
1787
|
}
|
1788
|
-
.ui[class*="widescreen only"].grid
|
1789
|
-
.ui.
|
1790
|
-
.ui.
|
1791
|
-
.ui.
|
1788
|
+
.ui.ui.ui[class*="widescreen only"].grid:not(.mobile),
|
1789
|
+
.ui.ui.ui.grid > [class*="widescreen only"].row:not(.mobile),
|
1790
|
+
.ui.ui.ui.grid > [class*="widescreen only"].column:not(.mobile),
|
1791
|
+
.ui.ui.ui.grid > .row > [class*="widescreen only"].column:not(.mobile) {
|
1792
1792
|
display: none !important;
|
1793
1793
|
}
|
1794
1794
|
}
|
1795
1795
|
|
1796
1796
|
/* Computer Only Hide */
|
1797
1797
|
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
|
1798
|
-
.ui[class*="mobile only"].grid
|
1799
|
-
.ui.
|
1800
|
-
.ui.
|
1801
|
-
.ui.
|
1798
|
+
.ui.ui.ui[class*="mobile only"].grid:not(.computer),
|
1799
|
+
.ui.ui.ui.grid > [class*="mobile only"].row:not(.computer),
|
1800
|
+
.ui.ui.ui.grid > [class*="mobile only"].column:not(.computer),
|
1801
|
+
.ui.ui.ui.grid > .row > [class*="mobile only"].column:not(.computer) {
|
1802
1802
|
display: none !important;
|
1803
1803
|
}
|
1804
|
-
.ui[class*="tablet only"].grid
|
1805
|
-
.ui.
|
1806
|
-
.ui.
|
1807
|
-
.ui.
|
1804
|
+
.ui.ui.ui[class*="tablet only"].grid:not(.computer),
|
1805
|
+
.ui.ui.ui.grid > [class*="tablet only"].row:not(.computer),
|
1806
|
+
.ui.ui.ui.grid > [class*="tablet only"].column:not(.computer),
|
1807
|
+
.ui.ui.ui.grid > .row > [class*="tablet only"].column:not(.computer) {
|
1808
1808
|
display: none !important;
|
1809
1809
|
}
|
1810
|
-
.ui[class*="large screen only"].grid
|
1811
|
-
.ui.
|
1812
|
-
.ui.
|
1813
|
-
.ui.
|
1810
|
+
.ui.ui.ui[class*="large screen only"].grid:not(.mobile),
|
1811
|
+
.ui.ui.ui.grid > [class*="large screen only"].row:not(.mobile),
|
1812
|
+
.ui.ui.ui.grid > [class*="large screen only"].column:not(.mobile),
|
1813
|
+
.ui.ui.ui.grid > .row > [class*="large screen only"].column:not(.mobile) {
|
1814
1814
|
display: none !important;
|
1815
1815
|
}
|
1816
|
-
.ui[class*="widescreen only"].grid
|
1817
|
-
.ui.
|
1818
|
-
.ui.
|
1819
|
-
.ui.
|
1816
|
+
.ui.ui.ui[class*="widescreen only"].grid:not(.mobile),
|
1817
|
+
.ui.ui.ui.grid > [class*="widescreen only"].row:not(.mobile),
|
1818
|
+
.ui.ui.ui.grid > [class*="widescreen only"].column:not(.mobile),
|
1819
|
+
.ui.ui.ui.grid > .row > [class*="widescreen only"].column:not(.mobile) {
|
1820
1820
|
display: none !important;
|
1821
1821
|
}
|
1822
1822
|
}
|
1823
1823
|
|
1824
1824
|
/* Large Screen Only Hide */
|
1825
1825
|
@media only screen and (min-width: 1200px) and (max-width: 1919.98px) {
|
1826
|
-
.ui[class*="mobile only"].grid
|
1827
|
-
.ui.
|
1828
|
-
.ui.
|
1829
|
-
.ui.
|
1826
|
+
.ui.ui.ui[class*="mobile only"].grid:not(.computer),
|
1827
|
+
.ui.ui.ui.grid > [class*="mobile only"].row:not(.computer),
|
1828
|
+
.ui.ui.ui.grid > [class*="mobile only"].column:not(.computer),
|
1829
|
+
.ui.ui.ui.grid > .row > [class*="mobile only"].column:not(.computer) {
|
1830
1830
|
display: none !important;
|
1831
1831
|
}
|
1832
|
-
.ui[class*="tablet only"].grid
|
1833
|
-
.ui.
|
1834
|
-
.ui.
|
1835
|
-
.ui.
|
1832
|
+
.ui.ui.ui[class*="tablet only"].grid:not(.computer),
|
1833
|
+
.ui.ui.ui.grid > [class*="tablet only"].row:not(.computer),
|
1834
|
+
.ui.ui.ui.grid > [class*="tablet only"].column:not(.computer),
|
1835
|
+
.ui.ui.ui.grid > .row > [class*="tablet only"].column:not(.computer) {
|
1836
1836
|
display: none !important;
|
1837
1837
|
}
|
1838
|
-
.ui[class*="widescreen only"].grid
|
1839
|
-
.ui.
|
1840
|
-
.ui.
|
1841
|
-
.ui.
|
1838
|
+
.ui.ui.ui[class*="widescreen only"].grid:not(.mobile),
|
1839
|
+
.ui.ui.ui.grid > [class*="widescreen only"].row:not(.mobile),
|
1840
|
+
.ui.ui.ui.grid > [class*="widescreen only"].column:not(.mobile),
|
1841
|
+
.ui.ui.ui.grid > .row > [class*="widescreen only"].column:not(.mobile) {
|
1842
1842
|
display: none !important;
|
1843
1843
|
}
|
1844
1844
|
}
|
1845
1845
|
|
1846
1846
|
/* Widescreen Only Hide */
|
1847
1847
|
@media only screen and (min-width: 1920px) {
|
1848
|
-
.ui[class*="mobile only"].grid
|
1849
|
-
.ui.
|
1850
|
-
.ui.
|
1851
|
-
.ui.
|
1848
|
+
.ui.ui.ui[class*="mobile only"].grid:not(.computer),
|
1849
|
+
.ui.ui.ui.grid > [class*="mobile only"].row:not(.computer),
|
1850
|
+
.ui.ui.ui.grid > [class*="mobile only"].column:not(.computer),
|
1851
|
+
.ui.ui.ui.grid > .row > [class*="mobile only"].column:not(.computer) {
|
1852
1852
|
display: none !important;
|
1853
1853
|
}
|
1854
|
-
.ui[class*="tablet only"].grid
|
1855
|
-
.ui.
|
1856
|
-
.ui.
|
1857
|
-
.ui.
|
1854
|
+
.ui.ui.ui[class*="tablet only"].grid:not(.computer),
|
1855
|
+
.ui.ui.ui.grid > [class*="tablet only"].row:not(.computer),
|
1856
|
+
.ui.ui.ui.grid > [class*="tablet only"].column:not(.computer),
|
1857
|
+
.ui.ui.ui.grid > .row > [class*="tablet only"].column:not(.computer) {
|
1858
1858
|
display: none !important;
|
1859
1859
|
}
|
1860
1860
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.
|
2
|
+
* # Fomantic-UI 2.9.3 - Menu
|
3
3
|
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -1696,8 +1696,12 @@ Floated Menu / Item
|
|
1696
1696
|
}
|
1697
1697
|
|
1698
1698
|
/* -------------------
|
1699
|
-
|
1700
|
-
-------------------- */
|
1699
|
+
Evenly Sized
|
1700
|
+
-------------------- */
|
1701
|
+
.ui[class*="equal width"].menu > .item {
|
1702
|
+
flex: 1;
|
1703
|
+
}
|
1704
|
+
.ui[class*="equal width"].menu > .item,
|
1701
1705
|
.ui.item.menu,
|
1702
1706
|
.ui.item.menu .item {
|
1703
1707
|
width: 100%;
|
@@ -1708,9 +1712,11 @@ Floated Menu / Item
|
|
1708
1712
|
text-align: center;
|
1709
1713
|
justify-content: center;
|
1710
1714
|
}
|
1715
|
+
.ui.attached[class*="equal width"].menu:not(.tabular),
|
1711
1716
|
.ui.attached.item.menu:not(.tabular) {
|
1712
1717
|
margin: 0 -1px !important;
|
1713
1718
|
}
|
1719
|
+
.ui[class*="equal width"].menu > .item:last-child::before,
|
1714
1720
|
.ui.item.menu .item:last-child::before {
|
1715
1721
|
display: none;
|
1716
1722
|
}
|
@@ -2008,14 +2014,14 @@ Floated Menu / Item
|
|
2008
2014
|
.ui.wrapping.menu .item:first-child::before {
|
2009
2015
|
display: none;
|
2010
2016
|
}
|
2011
|
-
.ui.wrapping.menu:not(.tabular) .item:last-of-type,
|
2012
|
-
.ui.wrapping.menu:not(.tabular) .item:last-child {
|
2017
|
+
.ui.wrapping.menu:not(.secondary):not(.text):not(.tabular):not(.borderless) .item:last-of-type,
|
2018
|
+
.ui.wrapping.menu:not(.secondary):not(.text):not(.tabular):not(.borderless) .item:last-child {
|
2013
2019
|
border-right: 1px solid rgba(34, 36, 38, 0.1);
|
2014
2020
|
}
|
2015
|
-
.ui.wrapped.menu:not(.tabular) .item:first-child {
|
2021
|
+
.ui.wrapped.menu:not(.secondary):not(.text):not(.tabular):not(.borderless) .item:first-child {
|
2016
2022
|
border-bottom-left-radius: 0;
|
2017
2023
|
}
|
2018
|
-
.ui.wrapped.menu:not(.tabular) .item:last-child {
|
2024
|
+
.ui.wrapped.menu:not(.secondary):not(.text):not(.tabular):not(.borderless) .item:last-child {
|
2019
2025
|
border-top-right-radius: 0;
|
2020
2026
|
}
|
2021
2027
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.
|
2
|
+
* # Fomantic-UI 2.9.3 - Table
|
3
3
|
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -409,18 +409,33 @@
|
|
409
409
|
.ui.scrolling.table.short > tbody {
|
410
410
|
max-height: 6.74983929em;
|
411
411
|
}
|
412
|
+
.resizable.ui.scrolling.table.short > tbody {
|
413
|
+
height: 6.74983929em;
|
414
|
+
}
|
412
415
|
.ui.scrolling.table[class*="very short"] > tbody {
|
413
416
|
max-height: 4.49989286em;
|
414
417
|
}
|
418
|
+
.resizable.ui.scrolling.table[class*="very short"] > tbody {
|
419
|
+
height: 4.49989286em;
|
420
|
+
}
|
415
421
|
.ui.scrolling.table > tbody {
|
416
422
|
max-height: 8.99978571em;
|
417
423
|
}
|
424
|
+
.resizable.ui.scrolling.table > tbody {
|
425
|
+
height: 8.99978571em;
|
426
|
+
}
|
418
427
|
.ui.scrolling.table.long > tbody {
|
419
428
|
max-height: 17.99957143em;
|
420
429
|
}
|
430
|
+
.resizable.ui.scrolling.table.long > tbody {
|
431
|
+
height: 17.99957143em;
|
432
|
+
}
|
421
433
|
.ui.scrolling.table[class*="very long"] > tbody {
|
422
434
|
max-height: 26.99935714em;
|
423
435
|
}
|
436
|
+
.resizable.ui.scrolling.table[class*="very long"] > tbody {
|
437
|
+
height: 26.99935714em;
|
438
|
+
}
|
424
439
|
.ui.overflowing.table.short {
|
425
440
|
max-height: 11.24973214em;
|
426
441
|
}
|
@@ -445,52 +460,97 @@
|
|
445
460
|
.ui.scrolling.table.short > tbody {
|
446
461
|
max-height: 8.99978571em;
|
447
462
|
}
|
463
|
+
.resizable.ui.scrolling.table.short > tbody {
|
464
|
+
height: 8.99978571em;
|
465
|
+
}
|
448
466
|
.ui.scrolling.table[class*="very short"] > tbody {
|
449
467
|
max-height: 5.99985714em;
|
450
468
|
}
|
469
|
+
.resizable.ui.scrolling.table[class*="very short"] > tbody {
|
470
|
+
height: 5.99985714em;
|
471
|
+
}
|
451
472
|
.ui.scrolling.table > tbody {
|
452
473
|
max-height: 11.99971429em;
|
453
474
|
}
|
475
|
+
.resizable.ui.scrolling.table > tbody {
|
476
|
+
height: 11.99971429em;
|
477
|
+
}
|
454
478
|
.ui.scrolling.table.long > tbody {
|
455
479
|
max-height: 23.99942857em;
|
456
480
|
}
|
481
|
+
.resizable.ui.scrolling.table.long > tbody {
|
482
|
+
height: 23.99942857em;
|
483
|
+
}
|
457
484
|
.ui.scrolling.table[class*="very long"] > tbody {
|
458
485
|
max-height: 35.99914286em;
|
459
486
|
}
|
487
|
+
.resizable.ui.scrolling.table[class*="very long"] > tbody {
|
488
|
+
height: 35.99914286em;
|
489
|
+
}
|
460
490
|
}
|
461
491
|
@media only screen and (min-width: 992px) {
|
462
492
|
.ui.scrolling.table.short > tbody {
|
463
493
|
max-height: 13.49967857em;
|
464
494
|
}
|
495
|
+
.resizable.ui.scrolling.table.short > tbody {
|
496
|
+
height: 13.49967857em;
|
497
|
+
}
|
465
498
|
.ui.scrolling.table[class*="very short"] > tbody {
|
466
499
|
max-height: 8.99978571em;
|
467
500
|
}
|
501
|
+
.resizable.ui.scrolling.table[class*="very short"] > tbody {
|
502
|
+
height: 8.99978571em;
|
503
|
+
}
|
468
504
|
.ui.scrolling.table > tbody {
|
469
505
|
max-height: 17.99957143em;
|
470
506
|
}
|
507
|
+
.resizable.ui.scrolling.table > tbody {
|
508
|
+
height: 17.99957143em;
|
509
|
+
}
|
471
510
|
.ui.scrolling.table.long > tbody {
|
472
511
|
max-height: 35.99914286em;
|
473
512
|
}
|
513
|
+
.resizable.ui.scrolling.table.long > tbody {
|
514
|
+
height: 35.99914286em;
|
515
|
+
}
|
474
516
|
.ui.scrolling.table[class*="very long"] > tbody {
|
475
517
|
max-height: 53.99871429em;
|
476
518
|
}
|
519
|
+
.resizable.ui.scrolling.table[class*="very long"] > tbody {
|
520
|
+
height: 53.99871429em;
|
521
|
+
}
|
477
522
|
}
|
478
523
|
@media only screen and (min-width: 1920px) {
|
479
524
|
.ui.scrolling.table.short > tbody {
|
480
525
|
max-height: 17.99957143em;
|
481
526
|
}
|
527
|
+
.resizable.ui.scrolling.table.short > tbody {
|
528
|
+
height: 17.99957143em;
|
529
|
+
}
|
482
530
|
.ui.scrolling.table[class*="very short"] > tbody {
|
483
531
|
max-height: 11.99971429em;
|
484
532
|
}
|
533
|
+
.resizable.ui.scrolling.table[class*="very short"] > tbody {
|
534
|
+
height: 11.99971429em;
|
535
|
+
}
|
485
536
|
.ui.scrolling.table > tbody {
|
486
537
|
max-height: 23.99942857em;
|
487
538
|
}
|
539
|
+
.resizable.ui.scrolling.table > tbody {
|
540
|
+
height: 23.99942857em;
|
541
|
+
}
|
488
542
|
.ui.scrolling.table.long > tbody {
|
489
543
|
max-height: 47.99885714em;
|
490
544
|
}
|
545
|
+
.resizable.ui.scrolling.table.long > tbody {
|
546
|
+
height: 47.99885714em;
|
547
|
+
}
|
491
548
|
.ui.scrolling.table[class*="very long"] > tbody {
|
492
549
|
max-height: 71.99828571em;
|
493
550
|
}
|
551
|
+
.resizable.ui.scrolling.table[class*="very long"] > tbody {
|
552
|
+
height: 71.99828571em;
|
553
|
+
}
|
494
554
|
}
|
495
555
|
.ui.scrolling.table > thead,
|
496
556
|
.ui.scrolling.table > tfoot,
|
@@ -584,6 +644,10 @@
|
|
584
644
|
/* firefox: first color thumb, second track */
|
585
645
|
scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
|
586
646
|
}
|
647
|
+
.ui.resizable.scrolling.table > tbody {
|
648
|
+
resize: vertical;
|
649
|
+
max-height: none;
|
650
|
+
}
|
587
651
|
|
588
652
|
/* --------------
|
589
653
|
Overflowing
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.
|
2
|
+
* # Fomantic-UI 2.9.3 - Button
|
3
3
|
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -109,7 +109,7 @@
|
|
109
109
|
--------------- */
|
110
110
|
|
111
111
|
/* Specificity hack */
|
112
|
-
.ui.
|
112
|
+
.ui.ui.ui.ui.ui.ui.loading.button {
|
113
113
|
position: relative;
|
114
114
|
cursor: default;
|
115
115
|
text-shadow: none !important;
|