fomantic-ui 2.9.0-beta.8 → 2.9.0-beta.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.all-contributorsrc +188 -3
- package/CONTRIBUTING.md +1 -1
- package/CONTRIBUTORS.md +71 -37
- package/README.md +1 -1
- package/dist/components/accordion.css +50 -6
- package/dist/components/accordion.js +1 -1
- package/dist/components/accordion.min.css +2 -2
- package/dist/components/accordion.min.js +1 -1
- package/dist/components/ad.css +1 -1
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +26 -24
- package/dist/components/api.min.js +2 -2
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +6 -6
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +1 -1
- package/dist/components/calendar.js +106 -10
- package/dist/components/calendar.min.css +1 -1
- package/dist/components/calendar.min.js +2 -2
- package/dist/components/card.css +26 -19
- package/dist/components/card.min.css +2 -2
- package/dist/components/checkbox.css +2 -1
- package/dist/components/checkbox.js +2 -4
- package/dist/components/checkbox.min.css +2 -2
- package/dist/components/checkbox.min.js +2 -2
- package/dist/components/comment.css +11 -11
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +1 -1
- package/dist/components/container.min.css +1 -1
- package/dist/components/dimmer.css +28 -14
- package/dist/components/dimmer.js +1 -1
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +1 -1
- package/dist/components/divider.css +1 -1
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +28 -5
- package/dist/components/dropdown.js +15 -19
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +2 -2
- package/dist/components/embed.css +1 -1
- package/dist/components/embed.js +1 -1
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +1 -1
- package/dist/components/emoji.css +2 -2
- package/dist/components/feed.css +28 -28
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +731 -625
- package/dist/components/flag.min.css +2 -2
- package/dist/components/form.css +103 -54
- package/dist/components/form.js +24 -22
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +2 -2
- package/dist/components/grid.css +11 -8
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +1 -1
- package/dist/components/header.min.css +1 -1
- package/dist/components/icon.css +6 -1
- package/dist/components/icon.min.css +2 -2
- package/dist/components/image.css +1 -1
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +17 -2
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +13 -13
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +1 -1
- package/dist/components/label.min.css +1 -1
- package/dist/components/list.css +1 -1
- package/dist/components/list.min.css +1 -1
- package/dist/components/loader.css +1 -1
- package/dist/components/loader.min.css +1 -1
- package/dist/components/menu.css +31 -7
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +1 -1
- package/dist/components/message.min.css +1 -1
- package/dist/components/modal.css +3 -1
- package/dist/components/modal.js +94 -30
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +2 -2
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +1 -1
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +1 -1
- package/dist/components/placeholder.css +1 -1
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +5 -3
- package/dist/components/popup.js +1 -1
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +1 -1
- package/dist/components/progress.css +1 -1
- package/dist/components/progress.js +3 -3
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +2 -2
- package/dist/components/rail.css +1 -1
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +7 -46
- package/dist/components/rating.js +1 -1
- package/dist/components/rating.min.css +2 -2
- package/dist/components/rating.min.js +1 -1
- package/dist/components/reset.css +1 -1
- package/dist/components/reset.min.css +1 -1
- package/dist/components/reveal.css +1 -1
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +1 -1
- package/dist/components/search.js +1 -1
- package/dist/components/search.min.css +1 -1
- package/dist/components/search.min.js +1 -1
- package/dist/components/segment.css +12 -6
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +1 -1
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +1 -1
- package/dist/components/sidebar.css +1 -1
- package/dist/components/sidebar.js +1 -1
- package/dist/components/sidebar.min.css +1 -1
- package/dist/components/sidebar.min.js +1 -1
- package/dist/components/site.css +61 -39
- package/dist/components/site.js +1 -1
- package/dist/components/site.min.css +2 -2
- package/dist/components/site.min.js +1 -1
- package/dist/components/slider.js +1 -1
- package/dist/components/slider.min.js +1 -1
- package/dist/components/state.js +1 -1
- package/dist/components/state.min.js +1 -1
- package/dist/components/statistic.css +1 -1
- package/dist/components/statistic.min.css +1 -1
- package/dist/components/step.css +4 -4
- package/dist/components/step.min.css +2 -2
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +2 -2
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +2 -2
- package/dist/components/tab.css +1 -1
- package/dist/components/tab.js +1 -1
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +1 -1
- package/dist/components/table.css +5 -3
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +7 -1
- package/dist/components/toast.js +3 -3
- package/dist/components/toast.min.css +2 -2
- package/dist/components/toast.min.js +2 -2
- package/dist/components/transition.css +1 -1
- package/dist/components/transition.js +2 -2
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +2 -2
- package/dist/components/visibility.js +2 -2
- package/dist/components/visibility.min.js +1 -1
- package/dist/semantic.css +1323 -981
- package/dist/semantic.js +293 -135
- package/dist/semantic.min.css +2 -2
- package/dist/semantic.min.js +2 -2
- package/examples/assets/library/iframe-content.js +8 -8
- package/examples/assets/library/iframe.js +3 -3
- package/package.json +2 -2
- package/src/definitions/behaviors/api.js +25 -23
- package/src/definitions/behaviors/form.js +23 -21
- package/src/definitions/behaviors/visibility.js +1 -1
- package/src/definitions/collections/form.less +184 -133
- package/src/definitions/collections/grid.less +704 -669
- package/src/definitions/collections/menu.less +128 -85
- package/src/definitions/collections/message.less +8 -7
- package/src/definitions/collections/table.less +186 -174
- package/src/definitions/elements/button.less +130 -119
- package/src/definitions/elements/container.less +16 -8
- package/src/definitions/elements/emoji.less +15 -9
- package/src/definitions/elements/flag.less +7 -17
- package/src/definitions/elements/header.less +14 -8
- package/src/definitions/elements/icon.less +16 -10
- package/src/definitions/elements/input.less +17 -1
- package/src/definitions/elements/list.less +55 -45
- package/src/definitions/elements/segment.less +15 -8
- package/src/definitions/elements/step.less +52 -48
- package/src/definitions/globals/site.less +23 -2
- package/src/definitions/modules/accordion.less +55 -5
- package/src/definitions/modules/calendar.js +105 -9
- package/src/definitions/modules/checkbox.js +1 -3
- package/src/definitions/modules/checkbox.less +1 -146
- package/src/definitions/modules/dimmer.less +21 -8
- package/src/definitions/modules/dropdown.js +14 -18
- package/src/definitions/modules/dropdown.less +96 -64
- package/src/definitions/modules/modal.js +93 -29
- package/src/definitions/modules/modal.less +2 -0
- package/src/definitions/modules/popup.less +5 -1
- package/src/definitions/modules/progress.js +2 -2
- package/src/definitions/modules/rating.less +18 -12
- package/src/definitions/modules/search.less +32 -16
- package/src/definitions/modules/sidebar.less +30 -18
- package/src/definitions/modules/sticky.js +1 -1
- package/src/definitions/modules/toast.js +2 -2
- package/src/definitions/modules/toast.less +5 -0
- package/src/definitions/modules/transition.js +1 -1
- package/src/definitions/views/card.less +373 -333
- package/src/definitions/views/comment.less +92 -81
- package/src/definitions/views/feed.less +164 -144
- package/src/definitions/views/item.less +249 -196
- package/src/definitions/views/statistic.less +71 -70
- package/src/themes/default/collections/menu.variables +6 -0
- package/src/themes/default/elements/button.variables +2 -1
- package/src/themes/default/elements/flag.overrides +1635 -986
- package/src/themes/default/elements/flag.variables +7 -5
- package/src/themes/default/elements/icon.overrides +35 -28
- package/src/themes/default/elements/icon.variables +1 -0
- package/src/themes/default/elements/step.overrides +1 -1
- package/src/themes/default/globals/site.variables +6 -0
- package/src/themes/default/globals/variation.variables +74 -1
- package/src/themes/default/modules/accordion.variables +15 -0
- package/src/themes/default/modules/dimmer.variables +1 -1
- package/src/themes/default/modules/dropdown.variables +1 -1
- package/src/themes/famfamfam/elements/flag.overrides +1026 -0
- package/src/themes/famfamfam/elements/flag.variables +13 -0
- package/tasks/admin/components/init.js +2 -2
- package/tasks/admin/distributions/init.js +2 -2
- package/test/helpers/sinon.js +1 -1
@@ -642,6 +642,8 @@
|
|
642
642
|
.ui.table tbody tr td.selectable > a:not(.ui) {
|
643
643
|
display: block;
|
644
644
|
color: inherit;
|
645
|
+
}
|
646
|
+
.ui.table:not(.compact) tbody tr td.selectable > a:not(.ui) {
|
645
647
|
padding: @cellVerticalPadding @cellHorizontalPadding;
|
646
648
|
}
|
647
649
|
.ui.table > tr > td.selectable,
|
@@ -862,124 +864,128 @@ each(@colors, {
|
|
862
864
|
|
863
865
|
})
|
864
866
|
|
865
|
-
|
866
|
-
|
867
|
-
|
867
|
+
& when (@variationTableEqualWidth) {
|
868
|
+
/*--------------
|
869
|
+
Column Count
|
870
|
+
---------------*/
|
868
871
|
|
869
|
-
/* Grid Based */
|
870
|
-
.ui.one.column.table td {
|
871
|
-
|
872
|
-
}
|
873
|
-
.ui.two.column.table td {
|
874
|
-
|
875
|
-
}
|
876
|
-
.ui.three.column.table td {
|
877
|
-
|
878
|
-
}
|
879
|
-
.ui.four.column.table td {
|
880
|
-
|
881
|
-
}
|
882
|
-
.ui.five.column.table td {
|
883
|
-
|
884
|
-
}
|
885
|
-
.ui.six.column.table td {
|
886
|
-
|
887
|
-
}
|
888
|
-
.ui.seven.column.table td {
|
889
|
-
|
890
|
-
}
|
891
|
-
.ui.eight.column.table td {
|
892
|
-
|
893
|
-
}
|
894
|
-
.ui.nine.column.table td {
|
895
|
-
|
896
|
-
}
|
897
|
-
.ui.ten.column.table td {
|
898
|
-
|
899
|
-
}
|
900
|
-
.ui.eleven.column.table td {
|
901
|
-
|
902
|
-
}
|
903
|
-
.ui.twelve.column.table td {
|
904
|
-
|
905
|
-
}
|
906
|
-
.ui.thirteen.column.table td {
|
907
|
-
|
908
|
-
}
|
909
|
-
.ui.fourteen.column.table td {
|
910
|
-
|
911
|
-
}
|
912
|
-
.ui.fifteen.column.table td {
|
913
|
-
|
914
|
-
}
|
915
|
-
.ui.sixteen.column.table td {
|
916
|
-
|
872
|
+
/* Grid Based */
|
873
|
+
.ui.one.column.table td {
|
874
|
+
width: @oneColumn;
|
875
|
+
}
|
876
|
+
.ui.two.column.table td {
|
877
|
+
width: @twoColumn;
|
878
|
+
}
|
879
|
+
.ui.three.column.table td {
|
880
|
+
width: @threeColumn;
|
881
|
+
}
|
882
|
+
.ui.four.column.table td {
|
883
|
+
width: @fourColumn;
|
884
|
+
}
|
885
|
+
.ui.five.column.table td {
|
886
|
+
width: @fiveColumn;
|
887
|
+
}
|
888
|
+
.ui.six.column.table td {
|
889
|
+
width: @sixColumn;
|
890
|
+
}
|
891
|
+
.ui.seven.column.table td {
|
892
|
+
width: @sevenColumn;
|
893
|
+
}
|
894
|
+
.ui.eight.column.table td {
|
895
|
+
width: @eightColumn;
|
896
|
+
}
|
897
|
+
.ui.nine.column.table td {
|
898
|
+
width: @nineColumn;
|
899
|
+
}
|
900
|
+
.ui.ten.column.table td {
|
901
|
+
width: @tenColumn;
|
902
|
+
}
|
903
|
+
.ui.eleven.column.table td {
|
904
|
+
width: @elevenColumn;
|
905
|
+
}
|
906
|
+
.ui.twelve.column.table td {
|
907
|
+
width: @twelveColumn;
|
908
|
+
}
|
909
|
+
.ui.thirteen.column.table td {
|
910
|
+
width: @thirteenColumn;
|
911
|
+
}
|
912
|
+
.ui.fourteen.column.table td {
|
913
|
+
width: @fourteenColumn;
|
914
|
+
}
|
915
|
+
.ui.fifteen.column.table td {
|
916
|
+
width: @fifteenColumn;
|
917
|
+
}
|
918
|
+
.ui.sixteen.column.table td {
|
919
|
+
width: @sixteenColumn;
|
920
|
+
}
|
917
921
|
}
|
918
922
|
|
919
|
-
|
920
|
-
|
921
|
-
.ui.table
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
.ui.table
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
.ui.table
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
.ui.table
|
934
|
-
|
935
|
-
|
936
|
-
|
937
|
-
.ui.table
|
938
|
-
|
939
|
-
|
940
|
-
|
941
|
-
.ui.table
|
942
|
-
|
943
|
-
|
944
|
-
|
945
|
-
.ui.table
|
946
|
-
|
947
|
-
|
948
|
-
|
949
|
-
.ui.table
|
950
|
-
|
951
|
-
|
952
|
-
|
953
|
-
.ui.table
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
.ui.table
|
958
|
-
|
959
|
-
|
960
|
-
|
961
|
-
.ui.table
|
962
|
-
|
963
|
-
|
964
|
-
|
965
|
-
.ui.table
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
.ui.table
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
.ui.table
|
974
|
-
|
975
|
-
|
976
|
-
|
977
|
-
.ui.table
|
978
|
-
|
979
|
-
|
980
|
-
|
981
|
-
.ui.table
|
982
|
-
|
923
|
+
& when (@variationTableWide) {
|
924
|
+
/* Column Width */
|
925
|
+
.ui.table th.one.wide,
|
926
|
+
.ui.table td.one.wide {
|
927
|
+
width: @oneWide;
|
928
|
+
}
|
929
|
+
.ui.table th.two.wide,
|
930
|
+
.ui.table td.two.wide {
|
931
|
+
width: @twoWide;
|
932
|
+
}
|
933
|
+
.ui.table th.three.wide,
|
934
|
+
.ui.table td.three.wide {
|
935
|
+
width: @threeWide;
|
936
|
+
}
|
937
|
+
.ui.table th.four.wide,
|
938
|
+
.ui.table td.four.wide {
|
939
|
+
width: @fourWide;
|
940
|
+
}
|
941
|
+
.ui.table th.five.wide,
|
942
|
+
.ui.table td.five.wide {
|
943
|
+
width: @fiveWide;
|
944
|
+
}
|
945
|
+
.ui.table th.six.wide,
|
946
|
+
.ui.table td.six.wide {
|
947
|
+
width: @sixWide;
|
948
|
+
}
|
949
|
+
.ui.table th.seven.wide,
|
950
|
+
.ui.table td.seven.wide {
|
951
|
+
width: @sevenWide;
|
952
|
+
}
|
953
|
+
.ui.table th.eight.wide,
|
954
|
+
.ui.table td.eight.wide {
|
955
|
+
width: @eightWide;
|
956
|
+
}
|
957
|
+
.ui.table th.nine.wide,
|
958
|
+
.ui.table td.nine.wide {
|
959
|
+
width: @nineWide;
|
960
|
+
}
|
961
|
+
.ui.table th.ten.wide,
|
962
|
+
.ui.table td.ten.wide {
|
963
|
+
width: @tenWide;
|
964
|
+
}
|
965
|
+
.ui.table th.eleven.wide,
|
966
|
+
.ui.table td.eleven.wide {
|
967
|
+
width: @elevenWide;
|
968
|
+
}
|
969
|
+
.ui.table th.twelve.wide,
|
970
|
+
.ui.table td.twelve.wide {
|
971
|
+
width: @twelveWide;
|
972
|
+
}
|
973
|
+
.ui.table th.thirteen.wide,
|
974
|
+
.ui.table td.thirteen.wide {
|
975
|
+
width: @thirteenWide;
|
976
|
+
}
|
977
|
+
.ui.table th.fourteen.wide,
|
978
|
+
.ui.table td.fourteen.wide {
|
979
|
+
width: @fourteenWide;
|
980
|
+
}
|
981
|
+
.ui.table th.fifteen.wide,
|
982
|
+
.ui.table td.fifteen.wide {
|
983
|
+
width: @fifteenWide;
|
984
|
+
}
|
985
|
+
.ui.table th.sixteen.wide,
|
986
|
+
.ui.table td.sixteen.wide {
|
987
|
+
width: @sixteenWide;
|
988
|
+
}
|
983
989
|
}
|
984
990
|
|
985
991
|
& when (@variationTableSortable) {
|
@@ -1135,7 +1141,7 @@ each(@colors, {
|
|
1135
1141
|
}
|
1136
1142
|
}
|
1137
1143
|
|
1138
|
-
& when (@variationTableBasic) {
|
1144
|
+
& when (@variationTableBasic) or (@variationTableVeryBasic){
|
1139
1145
|
/*--------------
|
1140
1146
|
Basic
|
1141
1147
|
---------------*/
|
@@ -1169,38 +1175,40 @@ each(@colors, {
|
|
1169
1175
|
background-color: @basicTableStripedBackground;
|
1170
1176
|
}
|
1171
1177
|
}
|
1172
|
-
|
1173
|
-
|
1174
|
-
|
1175
|
-
|
1176
|
-
|
1177
|
-
|
1178
|
-
|
1179
|
-
|
1180
|
-
|
1181
|
-
|
1182
|
-
|
1183
|
-
|
1184
|
-
|
1185
|
-
|
1186
|
-
|
1187
|
-
|
1188
|
-
|
1189
|
-
|
1190
|
-
|
1191
|
-
|
1192
|
-
|
1193
|
-
|
1194
|
-
|
1195
|
-
|
1196
|
-
|
1197
|
-
|
1198
|
-
|
1199
|
-
|
1200
|
-
|
1201
|
-
|
1202
|
-
|
1203
|
-
|
1178
|
+
& when (@variationTableVeryBasic) {
|
1179
|
+
/* Very Basic */
|
1180
|
+
.ui[class*="very basic"].table {
|
1181
|
+
border: none;
|
1182
|
+
}
|
1183
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th,
|
1184
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th,
|
1185
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th,
|
1186
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th,
|
1187
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td,
|
1188
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td {
|
1189
|
+
padding: @basicTableCellPadding;
|
1190
|
+
}
|
1191
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th:first-child,
|
1192
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th:first-child,
|
1193
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th:first-child,
|
1194
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th:first-child,
|
1195
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td:first-child,
|
1196
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td:first-child,
|
1197
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > td:first-child {
|
1198
|
+
padding-left: 0;
|
1199
|
+
}
|
1200
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th:last-child,
|
1201
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th:last-child,
|
1202
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th:last-child,
|
1203
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th:last-child,
|
1204
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td:last-child,
|
1205
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td:last-child,
|
1206
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > td:last-child {
|
1207
|
+
padding-right: 0;
|
1208
|
+
}
|
1209
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr:first-child > th {
|
1210
|
+
padding-top: 0;
|
1211
|
+
}
|
1204
1212
|
}
|
1205
1213
|
}
|
1206
1214
|
|
@@ -1235,7 +1243,7 @@ each(@colors, {
|
|
1235
1243
|
}
|
1236
1244
|
}
|
1237
1245
|
|
1238
|
-
& when (@variationTablePadded) {
|
1246
|
+
& when (@variationTablePadded) or (@variationTableVeryPadded) {
|
1239
1247
|
/*--------------
|
1240
1248
|
Padded
|
1241
1249
|
---------------*/
|
@@ -1257,22 +1265,24 @@ each(@colors, {
|
|
1257
1265
|
padding: @paddedVerticalPadding @paddedHorizontalPadding;
|
1258
1266
|
}
|
1259
1267
|
|
1260
|
-
|
1261
|
-
|
1262
|
-
|
1263
|
-
|
1264
|
-
|
1265
|
-
|
1266
|
-
|
1267
|
-
|
1268
|
-
|
1269
|
-
|
1270
|
-
|
1271
|
-
|
1268
|
+
& when (@variationTableVeryPadded) {
|
1269
|
+
/* Very */
|
1270
|
+
.ui[class*="very padded"].table > tr > th,
|
1271
|
+
.ui[class*="very padded"].table > thead > tr > th,
|
1272
|
+
.ui[class*="very padded"].table > tbody > tr > th,
|
1273
|
+
.ui[class*="very padded"].table > tfoot > tr > th {
|
1274
|
+
padding-left: @veryPaddedHorizontalPadding;
|
1275
|
+
padding-right: @veryPaddedHorizontalPadding;
|
1276
|
+
}
|
1277
|
+
.ui[class*="very padded"].table > tr > td,
|
1278
|
+
.ui[class*="very padded"].table > tbody > tr > td,
|
1279
|
+
.ui[class*="very padded"].table > tfoot > tr > td {
|
1280
|
+
padding: @veryPaddedVerticalPadding @veryPaddedHorizontalPadding;
|
1281
|
+
}
|
1272
1282
|
}
|
1273
1283
|
}
|
1274
1284
|
|
1275
|
-
& when (@variationTableCompact) {
|
1285
|
+
& when (@variationTableCompact) or (@variationTableVeryCompact) {
|
1276
1286
|
/*--------------
|
1277
1287
|
Compact
|
1278
1288
|
---------------*/
|
@@ -1290,18 +1300,20 @@ each(@colors, {
|
|
1290
1300
|
padding: @compactVerticalPadding @compactHorizontalPadding;
|
1291
1301
|
}
|
1292
1302
|
|
1293
|
-
|
1294
|
-
|
1295
|
-
|
1296
|
-
|
1297
|
-
|
1298
|
-
|
1299
|
-
|
1300
|
-
|
1301
|
-
|
1302
|
-
|
1303
|
-
|
1304
|
-
|
1303
|
+
& when (@variationTableVeryCompact) {
|
1304
|
+
/* Very */
|
1305
|
+
.ui[class*="very compact"].table > tr > th,
|
1306
|
+
.ui[class*="very compact"].table > thead > tr > th,
|
1307
|
+
.ui[class*="very compact"].table > tbody > tr > th,
|
1308
|
+
.ui[class*="very compact"].table > tfoot > tr > th {
|
1309
|
+
padding-left: @veryCompactHorizontalPadding;
|
1310
|
+
padding-right: @veryCompactHorizontalPadding;
|
1311
|
+
}
|
1312
|
+
.ui[class*="very compact"].table > tr > td,
|
1313
|
+
.ui[class*="very compact"].table > tbody > tr > td,
|
1314
|
+
.ui[class*="very compact"].table > tfoot > tr > td {
|
1315
|
+
padding: @veryCompactVerticalPadding @veryCompactHorizontalPadding;
|
1316
|
+
}
|
1305
1317
|
}
|
1306
1318
|
}
|
1307
1319
|
|