less-rails-semantic_ui 1.12.3.0 → 2.0.0.0

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.
Files changed (197) hide show
  1. checksums.yaml +4 -4
  2. data/assets/javascripts/semantic_ui/definitions/behaviors/api.js +394 -188
  3. data/assets/javascripts/semantic_ui/definitions/behaviors/colorize.js +4 -2
  4. data/assets/javascripts/semantic_ui/definitions/behaviors/form.js +263 -125
  5. data/assets/javascripts/semantic_ui/definitions/behaviors/state.js +3 -3
  6. data/assets/javascripts/semantic_ui/definitions/behaviors/visibility.js +213 -96
  7. data/assets/javascripts/semantic_ui/definitions/behaviors/visit.js +6 -4
  8. data/assets/javascripts/semantic_ui/definitions/globals/site.js +4 -4
  9. data/assets/javascripts/semantic_ui/definitions/modules/accordion.js +66 -52
  10. data/assets/javascripts/semantic_ui/definitions/modules/checkbox.js +309 -112
  11. data/assets/javascripts/semantic_ui/definitions/modules/dimmer.js +24 -26
  12. data/assets/javascripts/semantic_ui/definitions/modules/dropdown.js +2005 -590
  13. data/assets/javascripts/semantic_ui/definitions/modules/embed.js +662 -0
  14. data/assets/javascripts/semantic_ui/definitions/modules/modal.js +106 -79
  15. data/assets/javascripts/semantic_ui/definitions/modules/nag.js +7 -8
  16. data/assets/javascripts/semantic_ui/definitions/modules/popup.js +323 -194
  17. data/assets/javascripts/semantic_ui/definitions/modules/progress.js +111 -103
  18. data/assets/javascripts/semantic_ui/definitions/modules/rating.js +78 -54
  19. data/assets/javascripts/semantic_ui/definitions/modules/search.js +304 -122
  20. data/assets/javascripts/semantic_ui/definitions/modules/shape.js +93 -47
  21. data/assets/javascripts/semantic_ui/definitions/modules/sidebar.js +83 -149
  22. data/assets/javascripts/semantic_ui/definitions/modules/sticky.js +99 -29
  23. data/assets/javascripts/semantic_ui/definitions/modules/tab.js +219 -124
  24. data/assets/javascripts/semantic_ui/definitions/modules/transition.js +202 -171
  25. data/assets/stylesheets/semantic_ui/definitions/collections/breadcrumb.less +2 -1
  26. data/assets/stylesheets/semantic_ui/definitions/collections/form.less +135 -58
  27. data/assets/stylesheets/semantic_ui/definitions/collections/grid.less +366 -383
  28. data/assets/stylesheets/semantic_ui/definitions/collections/menu.less +838 -631
  29. data/assets/stylesheets/semantic_ui/definitions/collections/message.less +89 -71
  30. data/assets/stylesheets/semantic_ui/definitions/collections/table.less +183 -131
  31. data/assets/stylesheets/semantic_ui/definitions/elements/button.less +1097 -300
  32. data/assets/stylesheets/semantic_ui/definitions/elements/container.less +135 -0
  33. data/assets/stylesheets/semantic_ui/definitions/elements/divider.less +31 -30
  34. data/assets/stylesheets/semantic_ui/definitions/elements/flag.less +1 -1
  35. data/assets/stylesheets/semantic_ui/definitions/elements/header.less +209 -121
  36. data/assets/stylesheets/semantic_ui/definitions/elements/icon.less +201 -96
  37. data/assets/stylesheets/semantic_ui/definitions/elements/image.less +26 -11
  38. data/assets/stylesheets/semantic_ui/definitions/elements/input.less +49 -14
  39. data/assets/stylesheets/semantic_ui/definitions/elements/label.less +391 -221
  40. data/assets/stylesheets/semantic_ui/definitions/elements/list.less +107 -68
  41. data/assets/stylesheets/semantic_ui/definitions/elements/loader.less +3 -1
  42. data/assets/stylesheets/semantic_ui/definitions/elements/rail.less +34 -25
  43. data/assets/stylesheets/semantic_ui/definitions/elements/reveal.less +25 -10
  44. data/assets/stylesheets/semantic_ui/definitions/elements/segment.less +261 -173
  45. data/assets/stylesheets/semantic_ui/definitions/elements/step.less +169 -70
  46. data/assets/stylesheets/semantic_ui/definitions/globals/reset.less +1 -1
  47. data/assets/stylesheets/semantic_ui/definitions/globals/site.less +3 -1
  48. data/assets/stylesheets/semantic_ui/definitions/modules/accordion.less +1 -2
  49. data/assets/stylesheets/semantic_ui/definitions/modules/checkbox.less +175 -103
  50. data/assets/stylesheets/semantic_ui/definitions/modules/dimmer.less +26 -15
  51. data/assets/stylesheets/semantic_ui/definitions/modules/dropdown.less +349 -80
  52. data/assets/stylesheets/semantic_ui/definitions/modules/embed.less +174 -0
  53. data/assets/stylesheets/semantic_ui/definitions/modules/modal.less +83 -36
  54. data/assets/stylesheets/semantic_ui/definitions/modules/nag.less +1 -1
  55. data/assets/stylesheets/semantic_ui/definitions/modules/popup.less +48 -7
  56. data/assets/stylesheets/semantic_ui/definitions/modules/progress.less +160 -107
  57. data/assets/stylesheets/semantic_ui/definitions/modules/rating.less +57 -54
  58. data/assets/stylesheets/semantic_ui/definitions/modules/search.less +55 -10
  59. data/assets/stylesheets/semantic_ui/definitions/modules/shape.less +5 -6
  60. data/assets/stylesheets/semantic_ui/definitions/modules/sidebar.less +9 -5
  61. data/assets/stylesheets/semantic_ui/definitions/modules/sticky.less +1 -1
  62. data/assets/stylesheets/semantic_ui/definitions/modules/tab.less +1 -1
  63. data/assets/stylesheets/semantic_ui/definitions/modules/transition.less +3 -4
  64. data/assets/stylesheets/semantic_ui/definitions/views/card.less +240 -130
  65. data/assets/stylesheets/semantic_ui/definitions/views/comment.less +1 -1
  66. data/assets/stylesheets/semantic_ui/definitions/views/feed.less +15 -8
  67. data/assets/stylesheets/semantic_ui/definitions/views/item.less +13 -13
  68. data/assets/stylesheets/semantic_ui/definitions/views/statistic.less +230 -86
  69. data/assets/stylesheets/semantic_ui/theme.less +22 -15
  70. data/assets/stylesheets/semantic_ui/themes/amazon/elements/button.overrides +5 -5
  71. data/assets/stylesheets/semantic_ui/themes/amazon/elements/button.variables +5 -4
  72. data/assets/stylesheets/semantic_ui/themes/basic/collections/table.variables +1 -0
  73. data/assets/stylesheets/semantic_ui/themes/basic/views/card.variables +6 -4
  74. data/assets/stylesheets/semantic_ui/themes/bookish/elements/header.variables +4 -4
  75. data/assets/stylesheets/semantic_ui/themes/bootstrap3/elements/button.variables +1 -1
  76. data/assets/stylesheets/semantic_ui/themes/chubby/collections/form.overrides +8 -0
  77. data/assets/stylesheets/semantic_ui/themes/chubby/collections/menu.overrides +0 -0
  78. data/assets/stylesheets/semantic_ui/themes/chubby/collections/menu.variables +40 -0
  79. data/assets/stylesheets/semantic_ui/themes/classic/modules/progress.variables +1 -0
  80. data/assets/stylesheets/semantic_ui/themes/classic/views/card.overrides +1 -1
  81. data/assets/stylesheets/semantic_ui/themes/colored/modules/checkbox.overrides +0 -0
  82. data/assets/stylesheets/semantic_ui/themes/colored/modules/checkbox.variables +17 -0
  83. data/assets/stylesheets/semantic_ui/themes/default/collections/breadcrumb.overrides +0 -0
  84. data/assets/stylesheets/semantic_ui/themes/default/collections/breadcrumb.variables +5 -15
  85. data/assets/stylesheets/semantic_ui/themes/default/collections/form.overrides +0 -0
  86. data/assets/stylesheets/semantic_ui/themes/default/collections/form.variables +31 -35
  87. data/assets/stylesheets/semantic_ui/themes/default/collections/grid.overrides +0 -0
  88. data/assets/stylesheets/semantic_ui/themes/default/collections/grid.variables +34 -28
  89. data/assets/stylesheets/semantic_ui/themes/default/collections/menu.overrides +0 -0
  90. data/assets/stylesheets/semantic_ui/themes/default/collections/menu.variables +259 -163
  91. data/assets/stylesheets/semantic_ui/themes/default/collections/message.overrides +0 -0
  92. data/assets/stylesheets/semantic_ui/themes/default/collections/message.variables +42 -19
  93. data/assets/stylesheets/semantic_ui/themes/default/collections/table.overrides +0 -3
  94. data/assets/stylesheets/semantic_ui/themes/default/collections/table.variables +63 -59
  95. data/assets/stylesheets/semantic_ui/themes/default/elements/button.overrides +0 -0
  96. data/assets/stylesheets/semantic_ui/themes/default/elements/button.variables +90 -50
  97. data/assets/stylesheets/semantic_ui/themes/default/elements/container.overrides +3 -0
  98. data/assets/stylesheets/semantic_ui/themes/default/elements/container.variables +45 -0
  99. data/assets/stylesheets/semantic_ui/themes/default/elements/divider.overrides +15 -0
  100. data/assets/stylesheets/semantic_ui/themes/default/elements/divider.variables +3 -4
  101. data/assets/stylesheets/semantic_ui/themes/default/elements/flag.overrides +0 -0
  102. data/assets/stylesheets/semantic_ui/themes/default/elements/header.overrides +0 -0
  103. data/assets/stylesheets/semantic_ui/themes/default/elements/header.variables +40 -36
  104. data/assets/stylesheets/semantic_ui/themes/default/elements/icon.overrides +4 -3
  105. data/assets/stylesheets/semantic_ui/themes/default/elements/icon.variables +29 -12
  106. data/assets/stylesheets/semantic_ui/themes/default/elements/image.overrides +0 -0
  107. data/assets/stylesheets/semantic_ui/themes/default/elements/image.variables +5 -3
  108. data/assets/stylesheets/semantic_ui/themes/default/elements/input.overrides +0 -0
  109. data/assets/stylesheets/semantic_ui/themes/default/elements/input.variables +10 -24
  110. data/assets/stylesheets/semantic_ui/themes/default/elements/label.overrides +0 -0
  111. data/assets/stylesheets/semantic_ui/themes/default/elements/label.variables +88 -35
  112. data/assets/stylesheets/semantic_ui/themes/default/elements/list.overrides +0 -0
  113. data/assets/stylesheets/semantic_ui/themes/default/elements/list.variables +53 -34
  114. data/assets/stylesheets/semantic_ui/themes/default/elements/loader.overrides +0 -0
  115. data/assets/stylesheets/semantic_ui/themes/default/elements/loader.variables +9 -10
  116. data/assets/stylesheets/semantic_ui/themes/default/elements/rail.overrides +0 -0
  117. data/assets/stylesheets/semantic_ui/themes/default/elements/rail.variables +13 -5
  118. data/assets/stylesheets/semantic_ui/themes/default/elements/reveal.overrides +0 -0
  119. data/assets/stylesheets/semantic_ui/themes/default/elements/reveal.variables +6 -4
  120. data/assets/stylesheets/semantic_ui/themes/default/elements/segment.overrides +0 -0
  121. data/assets/stylesheets/semantic_ui/themes/default/elements/segment.variables +66 -28
  122. data/assets/stylesheets/semantic_ui/themes/default/elements/step.overrides +0 -0
  123. data/assets/stylesheets/semantic_ui/themes/default/elements/step.variables +60 -31
  124. data/assets/stylesheets/semantic_ui/themes/default/globals/reset.overrides +0 -0
  125. data/assets/stylesheets/semantic_ui/themes/default/globals/site.variables +477 -303
  126. data/assets/stylesheets/semantic_ui/themes/default/modules/accordion.overrides +0 -0
  127. data/assets/stylesheets/semantic_ui/themes/default/modules/accordion.variables +6 -7
  128. data/assets/stylesheets/semantic_ui/themes/default/modules/chatroom.overrides +0 -0
  129. data/assets/stylesheets/semantic_ui/themes/default/modules/checkbox.overrides +19 -16
  130. data/assets/stylesheets/semantic_ui/themes/default/modules/checkbox.variables +71 -43
  131. data/assets/stylesheets/semantic_ui/themes/default/modules/dimmer.overrides +0 -0
  132. data/assets/stylesheets/semantic_ui/themes/default/modules/dimmer.variables +12 -9
  133. data/assets/stylesheets/semantic_ui/themes/default/modules/dropdown.overrides +0 -5
  134. data/assets/stylesheets/semantic_ui/themes/default/modules/dropdown.variables +146 -64
  135. data/assets/stylesheets/semantic_ui/themes/default/modules/{video.overrides → embed.overrides} +0 -0
  136. data/assets/stylesheets/semantic_ui/themes/default/modules/embed.variables +53 -0
  137. data/assets/stylesheets/semantic_ui/themes/default/modules/modal.overrides +0 -0
  138. data/assets/stylesheets/semantic_ui/themes/default/modules/modal.variables +24 -18
  139. data/assets/stylesheets/semantic_ui/themes/default/modules/nag.overrides +0 -0
  140. data/assets/stylesheets/semantic_ui/themes/default/modules/popup.overrides +0 -0
  141. data/assets/stylesheets/semantic_ui/themes/default/modules/popup.variables +3 -9
  142. data/assets/stylesheets/semantic_ui/themes/default/modules/progress.variables +13 -7
  143. data/assets/stylesheets/semantic_ui/themes/default/modules/rating.overrides +0 -0
  144. data/assets/stylesheets/semantic_ui/themes/default/modules/rating.variables +71 -33
  145. data/assets/stylesheets/semantic_ui/themes/default/modules/search.overrides +0 -0
  146. data/assets/stylesheets/semantic_ui/themes/default/modules/search.variables +36 -34
  147. data/assets/stylesheets/semantic_ui/themes/default/modules/shape.overrides +0 -0
  148. data/assets/stylesheets/semantic_ui/themes/default/modules/shape.variables +7 -2
  149. data/assets/stylesheets/semantic_ui/themes/default/modules/sidebar.overrides +0 -0
  150. data/assets/stylesheets/semantic_ui/themes/default/modules/sidebar.variables +2 -5
  151. data/assets/stylesheets/semantic_ui/themes/default/modules/sticky.overrides +0 -0
  152. data/assets/stylesheets/semantic_ui/themes/default/modules/sticky.variables +2 -7
  153. data/assets/stylesheets/semantic_ui/themes/default/modules/tab.variables +1 -3
  154. data/assets/stylesheets/semantic_ui/themes/default/modules/transition.overrides +8 -9
  155. data/assets/stylesheets/semantic_ui/themes/default/views/ad.variables +2 -2
  156. data/assets/stylesheets/semantic_ui/themes/default/views/card.variables +33 -23
  157. data/assets/stylesheets/semantic_ui/themes/default/views/comment.overrides +0 -0
  158. data/assets/stylesheets/semantic_ui/themes/default/views/feed.overrides +0 -0
  159. data/assets/stylesheets/semantic_ui/themes/default/views/feed.variables +15 -23
  160. data/assets/stylesheets/semantic_ui/themes/default/views/item.overrides +0 -0
  161. data/assets/stylesheets/semantic_ui/themes/default/views/item.variables +12 -11
  162. data/assets/stylesheets/semantic_ui/themes/default/views/statistic.overrides +0 -0
  163. data/assets/stylesheets/semantic_ui/themes/default/views/statistic.variables +25 -24
  164. data/assets/stylesheets/semantic_ui/themes/flat/collections/form.overrides +4 -0
  165. data/assets/stylesheets/semantic_ui/themes/flat/collections/form.variables +1 -2
  166. data/assets/stylesheets/semantic_ui/themes/flat/globals/site.variables +1 -0
  167. data/assets/stylesheets/semantic_ui/themes/github/collections/form.variables +1 -1
  168. data/assets/stylesheets/semantic_ui/themes/github/collections/menu.variables +10 -15
  169. data/assets/stylesheets/semantic_ui/themes/github/elements/button.variables +2 -2
  170. data/assets/stylesheets/semantic_ui/themes/github/elements/step.variables +2 -2
  171. data/assets/stylesheets/semantic_ui/themes/instagram/views/card.overrides +12 -0
  172. data/assets/stylesheets/semantic_ui/themes/instagram/views/card.variables +23 -0
  173. data/assets/stylesheets/semantic_ui/themes/material/collections/menu.overrides +1 -0
  174. data/assets/stylesheets/semantic_ui/themes/material/collections/menu.variables +10 -0
  175. data/assets/stylesheets/semantic_ui/themes/material/elements/button.overrides +1 -0
  176. data/assets/stylesheets/semantic_ui/themes/material/elements/button.variables +14 -6
  177. data/assets/stylesheets/semantic_ui/themes/material/globals/site.variables +3 -2
  178. data/assets/stylesheets/semantic_ui/themes/material/modules/dropdown.overrides +5 -0
  179. data/assets/stylesheets/semantic_ui/themes/material/modules/dropdown.variables +20 -0
  180. data/assets/stylesheets/semantic_ui/themes/raised/elements/button.variables +5 -5
  181. data/assets/stylesheets/semantic_ui/themes/round/elements/button.variables +1 -1
  182. data/assets/stylesheets/semantic_ui/themes/timeline/views/feed.overrides +4 -12
  183. data/assets/stylesheets/semantic_ui/themes/timeline/views/feed.variables +3 -7
  184. data/lib/generators/semantic_ui/install/templates/config/elements/container.overrides +3 -0
  185. data/lib/generators/semantic_ui/install/templates/config/elements/container.variables +3 -0
  186. data/lib/generators/semantic_ui/install/templates/config/modules/embed.overrides +3 -0
  187. data/lib/generators/semantic_ui/install/templates/config/modules/embed.variables +0 -0
  188. data/lib/generators/semantic_ui/install/templates/semantic_ui.css +2 -1
  189. data/lib/generators/semantic_ui/install/templates/semantic_ui.js +1 -1
  190. data/lib/generators/semantic_ui/install/templates/theme.config +5 -3
  191. data/lib/less/rails/semantic_ui/version.rb +1 -1
  192. data/tasks/update.rake +21 -6
  193. metadata +23 -7
  194. data/assets/fonts/semantic_ui/themes/default/assets/fonts/icons.otf +0 -0
  195. data/assets/javascripts/semantic_ui/definitions/modules/video.js +0 -540
  196. data/assets/stylesheets/semantic_ui/definitions/modules/video.less +0 -135
  197. data/assets/stylesheets/semantic_ui/themes/default/modules/video.variables +0 -16
@@ -13,7 +13,7 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2014 Contributors
16
+ * Copyright 2015 Contributors
17
17
  * Released under the MIT license
18
18
  * http://opensource.org/licenses/MIT
19
19
  *
@@ -81,6 +81,7 @@
81
81
  position: absolute;
82
82
  top: 100%;
83
83
  left: 0%;
84
+ transform-origin: center top;
84
85
 
85
86
  background: @resultsBackground;
86
87
 
@@ -89,8 +90,15 @@
89
90
 
90
91
  border-radius: @resultsBorderRadius;
91
92
  box-shadow: @resultsBoxShadow;
93
+ border: @resultsBorder;
92
94
  z-index: @resultsZIndex;
93
95
  }
96
+ .ui.search > .results > :first-child {
97
+ border-radius: @resultsBorderRadius @resultsBorderRadius 0em 0em;
98
+ }
99
+ .ui.search > .results > :last-child {
100
+ border-radius: 0em 0em @resultsBorderRadius @resultsBorderRadius;
101
+ }
94
102
 
95
103
  /*--------------
96
104
  Result
@@ -101,13 +109,13 @@
101
109
  display: block;
102
110
  overflow: hidden;
103
111
  font-size: @resultFontSize;
104
- padding: @resultVerticalPadding @resultHorizontalPadding;
112
+ padding: @resultPadding;
105
113
  color: @resultTextColor;
106
114
  line-height: @resultLineHeight;
107
115
  border-bottom: @resultDivider;
108
116
  }
109
117
  .ui.search > .results .result:last-child {
110
- border-bottom: @resultLastDivider;
118
+ border-bottom: @resultLastDivider !important;
111
119
  }
112
120
 
113
121
  /* Image */
@@ -134,6 +142,7 @@
134
142
  }
135
143
 
136
144
  .ui.search > .results .result .title {
145
+ margin: @resultTitleMargin;
137
146
  font-family: @resultTitleFont;
138
147
  font-weight: @resultTitleFontWeight;
139
148
  font-size: @resultTitleFontSize;
@@ -184,11 +193,21 @@
184
193
  States
185
194
  *******************************/
186
195
 
196
+ /*--------------------
197
+ Focus
198
+ ---------------------*/
199
+
200
+ .ui.search > .prompt:focus {
201
+ border-color: @promptFocusBorderColor;
202
+ background: @promptFocusBackground;
203
+ color: @promptFocusColor;
204
+ }
205
+
187
206
  /*--------------------
188
207
  Loading
189
208
  ---------------------*/
190
209
 
191
- .ui.loading.search .input > .icon:before {
210
+ .ui.loading.search .input > i.icon:before {
192
211
  position: absolute;
193
212
  content: '';
194
213
  top: 50%;
@@ -201,7 +220,7 @@
201
220
  border-radius: @circularRadius;
202
221
  border: @loaderLineWidth solid @loaderFillColor;
203
222
  }
204
- .ui.loading.search .input > .icon:after {
223
+ .ui.loading.search .input > i.icon:after {
205
224
  position: absolute;
206
225
  content: '';
207
226
  top: 50%;
@@ -240,10 +259,10 @@
240
259
  Active
241
260
  ---------------*/
242
261
 
243
- .ui.search > .results .category.active {
262
+ .ui.category.search > .results .category.active {
244
263
  background: @categoryActiveBackground;
245
264
  }
246
- .ui.search > .results .category.active > .name {
265
+ .ui.category.search > .results .category.active > .name {
247
266
  color: @categoryNameActiveColor;
248
267
  }
249
268
 
@@ -280,10 +299,20 @@
280
299
  border-bottom: @categoryDivider;
281
300
  transition: @categoryTransition;
282
301
  }
302
+
303
+ /* Last Category */
283
304
  .ui.category.search > .results .category:last-child {
284
305
  border-bottom: none;
285
306
  }
286
307
 
308
+ /* First / Last */
309
+ .ui.category.search > .results .category:first-child .name + .result {
310
+ border-radius: 0em @resultsBorderRadius 0em 0em;
311
+ }
312
+ .ui.category.search > .results .category:last-child .result:last-child {
313
+ border-radius: 0em 0em @resultsBorderRadius 0em;
314
+ }
315
+
287
316
  /* Category Result */
288
317
  .ui.category.search > .results .category .result {
289
318
  background: @categoryResultBackground;
@@ -291,8 +320,9 @@
291
320
  border-left: @categoryResultLeftBorder;
292
321
  border-bottom: @categoryResultDivider;
293
322
  transition: @categoryResultTransition;
323
+ padding: @categoryResultPadding;
294
324
  }
295
- .ui.category.search > .results .category .result:last-child {
325
+ .ui.category.search > .results .category:last-child .result:last-child {
296
326
  border-bottom: @categoryResultLastDivider;
297
327
  }
298
328
 
@@ -339,11 +369,26 @@
339
369
  Sizes
340
370
  ---------------*/
341
371
 
372
+ .ui.mini.search {
373
+ font-size: @relativeMini;
374
+ }
375
+ .ui.small.search {
376
+ font-size: @relativeSmall;
377
+ }
342
378
  .ui.search {
343
- font-size: @medium;
379
+ font-size: @relativeMedium;
344
380
  }
345
381
  .ui.large.search {
346
- font-size: @large;
382
+ font-size: @relativeLarge;
383
+ }
384
+ .ui.big.search {
385
+ font-size: @relativeBig;
386
+ }
387
+ .ui.huge.search {
388
+ font-size: @relativeHuge;
389
+ }
390
+ .ui.massive.search {
391
+ font-size: @relativeMassive;
347
392
  }
348
393
 
349
394
  .loadUIOverrides();
@@ -13,7 +13,7 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2014 Contributors
16
+ * Copyright 2015 Contributors
17
17
  * Released under the MIT license
18
18
  * http://opensource.org/licenses/MIT
19
19
  *
@@ -36,8 +36,10 @@
36
36
 
37
37
  .ui.shape {
38
38
  position: relative;
39
+ vertical-align: top;
39
40
  display: @display;
40
41
  perspective: @perspective;
42
+ transition: @transition;
41
43
  }
42
44
 
43
45
  .ui.shape .sides {
@@ -49,7 +51,6 @@
49
51
  width: 100%;
50
52
 
51
53
  margin: @sideMargin !important;
52
-
53
54
  backface-visibility: @backfaceVisibility;
54
55
  }
55
56
 
@@ -57,7 +58,7 @@
57
58
  display: none;
58
59
  }
59
60
 
60
- .ui.shape .side > * {
61
+ .ui.shape .side * {
61
62
  backface-visibility: visible !important;
62
63
  }
63
64
 
@@ -127,6 +128,7 @@
127
128
  position: absolute;
128
129
  top: 0px;
129
130
  left: 0px;
131
+ display: block;
130
132
  z-index: @animatingZIndex;
131
133
  }
132
134
  .ui.shape .hidden.side {
@@ -138,9 +140,6 @@
138
140
  CSS
139
141
  ---------------*/
140
142
 
141
- .ui.shape.animating {
142
- transition: @transition;
143
- }
144
143
  .ui.shape.animating .sides {
145
144
  position: absolute;
146
145
  }
@@ -13,7 +13,7 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2014 Contributorss
16
+ * Copyright 2015 Contributors
17
17
  * Released under the MIT license
18
18
  * http://opensource.org/licenses/MIT
19
19
  *
@@ -48,6 +48,7 @@
48
48
  -webkit-overflow-scrolling: touch;
49
49
 
50
50
  height: 100% !important;
51
+ max-height: 100%;
51
52
  border-radius: 0em !important;
52
53
  margin: 0em !important;
53
54
  overflow-y: auto !important;
@@ -80,7 +81,6 @@
80
81
  .ui.bottom.sidebar {
81
82
  width: 100% !important;
82
83
  height: auto !important;
83
- overflow-y: visible !important;
84
84
  }
85
85
  .ui.top.sidebar {
86
86
  top: 0px !important;
@@ -150,6 +150,7 @@ body.pushable > .pusher {
150
150
  background: @pageBackground;
151
151
  }
152
152
 
153
+ /* Pusher should inherit background from context */
153
154
  .pushable > .pusher {
154
155
  background: inherit;
155
156
  }
@@ -164,8 +165,6 @@ body.pushable > .pusher {
164
165
  right: 0px;
165
166
  content: '';
166
167
  background-color: @dimmerColor;
167
- width: 0px;
168
- height: 0px;
169
168
  overflow: hidden;
170
169
  opacity: 0;
171
170
  transition: @dimmerTransition;
@@ -261,6 +260,11 @@ html.ios {
261
260
  -webkit-overflow-scrolling: touch;
262
261
  }
263
262
 
263
+ html.ios,
264
+ html.ios body {
265
+ height: initial !important;
266
+ }
267
+
264
268
 
265
269
  /*******************************
266
270
  Variations
@@ -546,7 +550,7 @@ html.ios {
546
550
  display: block !important;
547
551
  width: 100%;
548
552
  height: 100%;
549
- overflow: hidden;
553
+ overflow: hidden !important;
550
554
  }
551
555
 
552
556
  /* End */
@@ -13,7 +13,7 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2014 Contributors
16
+ * Copyright 2015 Contributors
17
17
  * Released under the MIT license
18
18
  * http://opensource.org/licenses/MIT
19
19
  *
@@ -13,7 +13,7 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2014 Contributors
16
+ * Copyright 2015 Contributors
17
17
  * Released under the MIT license
18
18
  * http://opensource.org/licenses/MIT
19
19
  *
@@ -13,7 +13,7 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2014 Contributorss
16
+ * Copyright 2015 Contributors
17
17
  * Released under the MIT license
18
18
  * http://opensource.org/licenses/MIT
19
19
  *
@@ -48,7 +48,6 @@
48
48
  /* Animating */
49
49
  .animating.transition {
50
50
  backface-visibility: @backfaceVisibility;
51
- transform: @use3DAcceleration;
52
51
  visibility: visible !important;
53
52
  }
54
53
 
@@ -69,8 +68,8 @@
69
68
  .visible.transition {
70
69
  display: block !important;
71
70
  visibility: visible !important;
72
- backface-visibility: @backfaceVisibility;
73
- transform: @use3DAcceleration;
71
+ /* backface-visibility: @backfaceVisibility;
72
+ transform: @use3DAcceleration;*/
74
73
  }
75
74
 
76
75
  /* Disabled */
@@ -13,7 +13,7 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2014 Contributorss
16
+ * Copyright 2015 Contributors
17
17
  * Released under the MIT license
18
18
  * http://opensource.org/licenses/MIT
19
19
  *
@@ -103,6 +103,7 @@
103
103
  margin-top: @consecutiveGroupDistance;
104
104
  }
105
105
 
106
+
106
107
  /*--------------
107
108
  Rounded Edges
108
109
  ---------------*/
@@ -110,6 +111,7 @@
110
111
  .ui.cards > .card > :first-child,
111
112
  .ui.card > :first-child {
112
113
  border-radius: @borderRadius @borderRadius 0em 0em !important;
114
+ border-top: none !important;
113
115
  }
114
116
 
115
117
  .ui.cards > .card > :last-child,
@@ -117,15 +119,20 @@
117
119
  border-radius: 0em 0em @borderRadius @borderRadius !important;
118
120
  }
119
121
 
122
+ .ui.cards > .card > :only-child,
123
+ .ui.card > :only-child {
124
+ border-radius: @borderRadius !important;
125
+ }
126
+
120
127
  /*--------------
121
128
  Images
122
129
  ---------------*/
123
130
 
124
131
  .ui.cards > .card > .image,
125
132
  .ui.card > .image {
133
+ position: relative;
126
134
  display: block;
127
135
  flex: 0 0 auto;
128
- position: relative;
129
136
  padding: @imagePadding;
130
137
  background: @imageBackground;
131
138
  }
@@ -134,13 +141,11 @@
134
141
  display: block;
135
142
  width: 100%;
136
143
  height: auto;
137
- border-radius: @imageBorderRadius;
138
- border: @imageBorder;
144
+ border-radius: inherit;
139
145
  }
140
-
141
- .ui.cards > .card > .image:only-child > img,
142
- .ui.card > .image:only-child > img {
143
- border-radius: @borderRadius;
146
+ .ui.cards > .card > .image:not(.ui) > img,
147
+ .ui.card > .image:not(.ui) > img {
148
+ border: @imageBorder;
144
149
  }
145
150
 
146
151
  /*--------------
@@ -150,12 +155,13 @@
150
155
  .ui.cards > .card > .content,
151
156
  .ui.card > .content {
152
157
  flex-grow: 1;
158
+ border: @contentBorder;
159
+ border-top: @contentDivider;
153
160
  background: @contentBackground;
154
161
  margin: @contentMargin;
155
162
  padding: @contentPadding;
156
163
  box-shadow: @contentBoxShadow;
157
164
  font-size: @contentFontSize;
158
- border: @contentBorder;
159
165
  border-radius: @contentBorderRadius;
160
166
  }
161
167
 
@@ -193,9 +199,9 @@
193
199
  margin-top: @descriptionDistance;
194
200
  }
195
201
 
196
- /*--------------
197
- Floated
198
- ---------------*/
202
+ /*----------------
203
+ Floated Content
204
+ -----------------*/
199
205
 
200
206
  .ui.cards > .card [class*="left floated"],
201
207
  .ui.card [class*="left floated"] {
@@ -330,10 +336,10 @@
330
336
  Buttons
331
337
  ---------------*/
332
338
 
333
- .ui.cards > .card > .buttons:last-child,
334
- .ui.card > .buttons:last-child,
335
- .ui.cards > .card > .button:last-child,
336
- .ui.card > .button:last-child {
339
+ .ui.cards > .card > .buttons,
340
+ .ui.card > .buttons,
341
+ .ui.cards > .card > .button,
342
+ .ui.card > .button {
337
343
  margin: @buttonMargin;
338
344
  width: @buttonWidth;
339
345
  }
@@ -399,6 +405,7 @@
399
405
  max-width: 100%;
400
406
  min-height: 0em !important;
401
407
  flex-grow: 0;
408
+ border-top: @extraDivider !important;
402
409
  position: @extraPosition;
403
410
  background: @extraBackground;
404
411
  width: @extraWidth;
@@ -409,7 +416,6 @@
409
416
  color: @extraColor;
410
417
  box-shadow: @extraBoxShadow;
411
418
  transition: @extraTransition;
412
- border-top: @extraDivider;
413
419
  }
414
420
  .ui.cards > .card > .extra a:not(.ui),
415
421
  .ui.card > .extra a:not(.ui) {
@@ -425,6 +431,15 @@
425
431
  Variations
426
432
  *******************************/
427
433
 
434
+ /*-------------------
435
+ Centered
436
+ --------------------*/
437
+
438
+ .ui.centered.card {
439
+ margin-left: auto;
440
+ margin-right: auto;
441
+ }
442
+
428
443
  /*-------------------
429
444
  Fluid
430
445
  --------------------*/
@@ -438,6 +453,14 @@
438
453
  Link
439
454
  --------------------*/
440
455
 
456
+ .ui.cards a.card,
457
+ .ui.link.cards .card,
458
+ a.ui.card,
459
+ .ui.link.card {
460
+ transform: none;
461
+ }
462
+
463
+
441
464
  .ui.cards a.card:hover,
442
465
  .ui.link.cards .card:hover,
443
466
  a.ui.card:hover,
@@ -447,156 +470,270 @@ a.ui.card:hover,
447
470
  background: @linkHoverBackground;
448
471
  border: @linkHoverBorder;
449
472
  box-shadow: @linkHoverBoxShadow;
473
+ transform: @linkHoverTransform;
450
474
  }
451
475
 
452
476
  /*-------------------
453
477
  Colors
454
478
  --------------------*/
455
479
 
456
- .ui.black.cards > .card,
457
- .ui.cards > .black.card,
458
- .ui.black.card {
480
+ /* Red */
481
+ .ui.red.cards > .card,
482
+ .ui.cards > .red.card,
483
+ .ui.red.card {
459
484
  box-shadow:
460
- 0px @shadowDistance 0px 0px @black,
461
- @borderShadow
485
+ @borderShadow,
486
+ 0px @coloredShadowDistance 0px 0px @red,
487
+ @shadowBoxShadow
462
488
  ;
463
489
  }
464
- .ui.blue.cards > .card,
465
- .ui.cards > .blue.card,
466
- .ui.blue.card {
467
- box-shadow:
468
- 0px @shadowDistance 0px 0px @blue,
469
- @borderShadow
490
+ .ui.red.cards > .card:hover,
491
+ .ui.cards > .red.card:hover,
492
+ .ui.red.card:hover {
493
+ box-shadow:
494
+ @borderShadow,
495
+ 0px @coloredShadowDistance 0px 0px @redHover,
496
+ @shadowHoverBoxShadow
470
497
  ;
471
498
  }
472
- .ui.green.cards > .card,
473
- .ui.cards > .green.card,
474
- .ui.green.card {
475
- box-shadow:
476
- 0px @shadowDistance 0px 0px @green,
477
- @borderShadow
478
- ;
479
- }
499
+
500
+ /* Orange */
480
501
  .ui.orange.cards > .card,
481
502
  .ui.cards > .orange.card,
482
503
  .ui.orange.card {
483
504
  box-shadow:
484
- 0px @shadowDistance 0px 0px @orange,
485
- @borderShadow
505
+ @borderShadow,
506
+ 0px @coloredShadowDistance 0px 0px @orange,
507
+ @shadowBoxShadow
486
508
  ;
487
509
  }
488
- .ui.pink.cards > .card,
489
- .ui.cards > .pink.card,
490
- .ui.pink.card {
510
+ .ui.orange.cards > .card:hover,
511
+ .ui.cards > .orange.card:hover,
512
+ .ui.orange.card:hover {
491
513
  box-shadow:
492
- 0px @shadowDistance 0px 0px @pink,
493
- @borderShadow
514
+ @borderShadow,
515
+ 0px @coloredShadowDistance 0px 0px @orangeHover,
516
+ @shadowHoverBoxShadow
494
517
  ;
495
518
  }
496
- .ui.purple.cards > .card,
497
- .ui.cards > .purple.card,
498
- .ui.purple.card {
519
+
520
+ /* Yellow */
521
+ .ui.yellow.cards > .card,
522
+ .ui.cards > .yellow.card,
523
+ .ui.yellow.card {
499
524
  box-shadow:
500
- 0px @shadowDistance 0px 0px @purple,
501
- @borderShadow
525
+ @borderShadow,
526
+ 0px @coloredShadowDistance 0px 0px @yellow,
527
+ @shadowBoxShadow
502
528
  ;
503
529
  }
504
- .ui.red.cards > .card,
505
- .ui.cards > .red.card,
506
- .ui.red.card {
530
+ .ui.yellow.cards > .card:hover,
531
+ .ui.cards > .yellow.card:hover,
532
+ .ui.yellow.card:hover {
533
+ box-shadow:
534
+ @borderShadow,
535
+ 0px @coloredShadowDistance 0px 0px @yellowHover,
536
+ @shadowHoverBoxShadow
537
+ ;
538
+ }
539
+
540
+ /* Olive */
541
+ .ui.olive.cards > .card,
542
+ .ui.cards > .olive.card,
543
+ .ui.olive.card {
544
+ box-shadow:
545
+ @borderShadow,
546
+ 0px @coloredShadowDistance 0px 0px @olive,
547
+ @shadowBoxShadow
548
+ ;
549
+ }
550
+ .ui.olive.cards > .card:hover,
551
+ .ui.cards > .olive.card:hover,
552
+ .ui.olive.card:hover {
553
+ box-shadow:
554
+ @borderShadow,
555
+ 0px @coloredShadowDistance 0px 0px @oliveHover,
556
+ @shadowHoverBoxShadow
557
+ ;
558
+ }
559
+
560
+ /* Green */
561
+ .ui.green.cards > .card,
562
+ .ui.cards > .green.card,
563
+ .ui.green.card {
564
+ box-shadow:
565
+ @borderShadow,
566
+ 0px @coloredShadowDistance 0px 0px @green,
567
+ @shadowBoxShadow
568
+ ;
569
+ }
570
+ .ui.green.cards > .card:hover,
571
+ .ui.cards > .green.card:hover,
572
+ .ui.green.card:hover {
507
573
  box-shadow:
508
- 0px @shadowDistance 0px 0px @red,
509
- @borderShadow
574
+ @borderShadow,
575
+ 0px @coloredShadowDistance 0px 0px @greenHover,
576
+ @shadowHoverBoxShadow
510
577
  ;
511
578
  }
579
+
580
+ /* Teal */
512
581
  .ui.teal.cards > .card,
513
582
  .ui.cards > .teal.card,
514
583
  .ui.teal.card {
515
584
  box-shadow:
516
- 0px @shadowDistance 0px 0px @teal,
517
- @borderShadow
585
+ @borderShadow,
586
+ 0px @coloredShadowDistance 0px 0px @teal,
587
+ @shadowBoxShadow
518
588
  ;
519
589
  }
520
- .ui.yellow.cards > .card,
521
- .ui.cards > .yellow.card,
522
- .ui.yellow.card {
590
+ .ui.teal.cards > .card:hover,
591
+ .ui.cards > .teal.card:hover,
592
+ .ui.teal.card:hover {
523
593
  box-shadow:
524
- 0px @shadowDistance 0px 0px @yellow,
525
- @borderShadow
594
+ @borderShadow,
595
+ 0px @coloredShadowDistance 0px 0px @tealHover,
596
+ @shadowHoverBoxShadow
526
597
  ;
527
598
  }
528
599
 
529
- /* Hover */
530
- .ui.black.cards > .card:hover,
531
- .ui.cards > .black.card:hover,
532
- .ui.black.card:hover {
600
+ /* Blue */
601
+ .ui.blue.cards > .card,
602
+ .ui.cards > .blue.card,
603
+ .ui.blue.card {
533
604
  box-shadow:
534
- 0px @shadowDistance 0px 0px @blackHover,
535
- @borderShadow
605
+ @borderShadow,
606
+ 0px @coloredShadowDistance 0px 0px @blue,
607
+ @shadowBoxShadow
536
608
  ;
537
609
  }
538
610
  .ui.blue.cards > .card:hover,
539
611
  .ui.cards > .blue.card:hover,
540
612
  .ui.blue.card:hover {
541
- box-shadow:
542
- 0px @shadowDistance 0px 0px @blueHover,
543
- @borderShadow
613
+ box-shadow:
614
+ @borderShadow,
615
+ 0px @coloredShadowDistance 0px 0px @blueHover,
616
+ @shadowHoverBoxShadow
544
617
  ;
545
618
  }
546
- .ui.green.cards > .card:hover,
547
- .ui.cards > .green.card:hover,
548
- .ui.green.card:hover {
549
- box-shadow:
550
- 0px @shadowDistance 0px 0px @greenHover,
551
- @borderShadow
552
- ;
619
+
620
+ /* Violet */
621
+ .ui.violet.cards > .card,
622
+ .ui.cards > .violet.card,
623
+ .ui.violet.card {
624
+ box-shadow:
625
+ @borderShadow,
626
+ 0px @coloredShadowDistance 0px 0px @violet,
627
+ @shadowBoxShadow
628
+ ;
553
629
  }
554
- .ui.orange.cards > .card:hover,
555
- .ui.cards > .orange.card:hover,
556
- .ui.orange.card:hover {
630
+ .ui.violet.cards > .card:hover,
631
+ .ui.cards > .violet.card:hover,
632
+ .ui.violet.card:hover {
557
633
  box-shadow:
558
- 0px @shadowDistance 0px 0px @orangeHover,
559
- @borderShadow
634
+ @borderShadow,
635
+ 0px @coloredShadowDistance 0px 0px @violetHover,
636
+ @shadowHoverBoxShadow
560
637
  ;
561
638
  }
562
- .ui.pink.cards > .card:hover,
563
- .ui.cards > .pink.card:hover,
564
- .ui.pink.card:hover {
639
+
640
+ /* Purple */
641
+ .ui.purple.cards > .card,
642
+ .ui.cards > .purple.card,
643
+ .ui.purple.card {
565
644
  box-shadow:
566
- 0px @shadowDistance 0px 0px @pinkHover,
567
- @borderShadow
645
+ @borderShadow,
646
+ 0px @coloredShadowDistance 0px 0px @purple,
647
+ @shadowBoxShadow
568
648
  ;
569
649
  }
570
650
  .ui.purple.cards > .card:hover,
571
651
  .ui.cards > .purple.card:hover,
572
652
  .ui.purple.card:hover {
573
653
  box-shadow:
574
- 0px @shadowDistance 0px 0px @purpleHover,
575
- @borderShadow
654
+ @borderShadow,
655
+ 0px @coloredShadowDistance 0px 0px @purpleHover,
656
+ @shadowHoverBoxShadow
576
657
  ;
577
658
  }
578
- .ui.red.cards > .card:hover,
579
- .ui.cards > .red.card:hover,
580
- .ui.red.card:hover {
659
+
660
+ /* Pink */
661
+ .ui.pink.cards > .card,
662
+ .ui.cards > .pink.card,
663
+ .ui.pink.card {
581
664
  box-shadow:
582
- 0px @shadowDistance 0px 0px @redHover,
583
- @borderShadow
665
+ @borderShadow,
666
+ 0px @coloredShadowDistance 0px 0px @pink,
667
+ @shadowBoxShadow
584
668
  ;
585
669
  }
586
- .ui.teal.cards > .card:hover,
587
- .ui.cards > .teal.card:hover,
588
- .ui.teal.card:hover {
670
+ .ui.pink.cards > .card:hover,
671
+ .ui.cards > .pink.card:hover,
672
+ .ui.pink.card:hover {
589
673
  box-shadow:
590
- 0px @shadowDistance 0px 0px @tealHover,
591
- @borderShadow
674
+ @borderShadow,
675
+ 0px @coloredShadowDistance 0px 0px @pinkHover,
676
+ @shadowHoverBoxShadow
592
677
  ;
593
678
  }
594
- .ui.yellow.cards > .card:hover,
595
- .ui.cards > .yellow.card:hover,
596
- .ui.yellow.card:hover {
679
+
680
+ /* Brown */
681
+ .ui.brown.cards > .card,
682
+ .ui.cards > .brown.card,
683
+ .ui.brown.card {
684
+ box-shadow:
685
+ @borderShadow,
686
+ 0px @coloredShadowDistance 0px 0px @brown,
687
+ @shadowBoxShadow
688
+ ;
689
+ }
690
+ .ui.brown.cards > .card:hover,
691
+ .ui.cards > .brown.card:hover,
692
+ .ui.brown.card:hover {
597
693
  box-shadow:
598
- 0px @shadowDistance 0px 0px @yellowHover,
599
- @borderShadow
694
+ @borderShadow,
695
+ 0px @coloredShadowDistance 0px 0px @brownHover,
696
+ @shadowHoverBoxShadow
697
+ ;
698
+ }
699
+
700
+ /* Grey */
701
+ .ui.grey.cards > .card,
702
+ .ui.cards > .grey.card,
703
+ .ui.grey.card {
704
+ box-shadow:
705
+ @borderShadow,
706
+ 0px @coloredShadowDistance 0px 0px @grey,
707
+ @shadowBoxShadow
708
+ ;
709
+ }
710
+ .ui.grey.cards > .card:hover,
711
+ .ui.cards > .grey.card:hover,
712
+ .ui.grey.card:hover {
713
+ box-shadow:
714
+ @borderShadow,
715
+ 0px @coloredShadowDistance 0px 0px @greyHover,
716
+ @shadowHoverBoxShadow
717
+ ;
718
+ }
719
+
720
+ /* Black */
721
+ .ui.black.cards > .card,
722
+ .ui.cards > .black.card,
723
+ .ui.black.card {
724
+ box-shadow:
725
+ @borderShadow,
726
+ 0px @coloredShadowDistance 0px 0px @black,
727
+ @shadowBoxShadow
728
+ ;
729
+ }
730
+ .ui.black.cards > .card:hover,
731
+ .ui.cards > .black.card:hover,
732
+ .ui.black.card:hover {
733
+ box-shadow:
734
+ @borderShadow,
735
+ 0px @coloredShadowDistance 0px 0px @blackHover,
736
+ @shadowHoverBoxShadow
600
737
  ;
601
738
  }
602
739
 
@@ -621,9 +758,6 @@ a.ui.card:hover,
621
758
  margin-left: @twoCardSpacing;
622
759
  margin-right: @twoCardSpacing;
623
760
  }
624
- .ui.two.cards > .card:nth-child(2n+1) {
625
- clear: left;
626
- }
627
761
 
628
762
  .ui.three.cards {
629
763
  margin-left: @threeCardOffset;
@@ -634,9 +768,6 @@ a.ui.card:hover,
634
768
  margin-left: @threeCardSpacing;
635
769
  margin-right: @threeCardSpacing;
636
770
  }
637
- .ui.three.cards > .card:nth-child(3n+1) {
638
- clear: left;
639
- }
640
771
 
641
772
  .ui.four.cards {
642
773
  margin-left: @fourCardOffset;
@@ -647,9 +778,6 @@ a.ui.card:hover,
647
778
  margin-left: @fourCardSpacing;
648
779
  margin-right: @fourCardSpacing;
649
780
  }
650
- .ui.four.cards > .card:nth-child(4n+1) {
651
- clear: left;
652
- }
653
781
 
654
782
  .ui.five.cards {
655
783
  margin-left: @fiveCardOffset;
@@ -660,9 +788,6 @@ a.ui.card:hover,
660
788
  margin-left: @fiveCardSpacing;
661
789
  margin-right: @fiveCardSpacing;
662
790
  }
663
- .ui.five.cards > .card:nth-child(5n+1) {
664
- clear: left;
665
- }
666
791
 
667
792
  .ui.six.cards {
668
793
  margin-left: @sixCardOffset;
@@ -673,9 +798,6 @@ a.ui.card:hover,
673
798
  margin-left: @sixCardSpacing;
674
799
  margin-right: @sixCardSpacing;
675
800
  }
676
- .ui.six.cards > .card:nth-child(6n+1) {
677
- clear: left;
678
- }
679
801
 
680
802
  .ui.seven.cards {
681
803
  margin-left: @sevenCardOffset;
@@ -686,9 +808,6 @@ a.ui.card:hover,
686
808
  margin-left: @sevenCardSpacing;
687
809
  margin-right: @sevenCardSpacing;
688
810
  }
689
- .ui.seven.cards > .card:nth-child(7n+1) {
690
- clear: left;
691
- }
692
811
 
693
812
  .ui.eight.cards {
694
813
  margin-left: @eightCardOffset;
@@ -700,9 +819,6 @@ a.ui.card:hover,
700
819
  margin-right: @eightCardSpacing;
701
820
  font-size: 11px;
702
821
  }
703
- .ui.eight.cards > .card:nth-child(8n+1) {
704
- clear: left;
705
- }
706
822
 
707
823
  .ui.nine.cards {
708
824
  margin-left: @nineCardOffset;
@@ -714,9 +830,6 @@ a.ui.card:hover,
714
830
  margin-right: @nineCardSpacing;
715
831
  font-size: 10px;
716
832
  }
717
- .ui.nine.cards > .card:nth-child(9n+1) {
718
- clear: left;
719
- }
720
833
 
721
834
  .ui.ten.cards {
722
835
  margin-left: @tenCardOffset;
@@ -727,9 +840,6 @@ a.ui.card:hover,
727
840
  margin-left: @tenCardSpacing;
728
841
  margin-right: @tenCardSpacing;
729
842
  }
730
- .ui.ten.cards > .card:nth-child(10n+1) {
731
- clear: left;
732
- }
733
843
 
734
844
 
735
845
  /*-------------------