semantic-ui-sass 2.1.8.0 → 2.2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -1
  3. data/app/assets/javascripts/semantic-ui.js +21465 -24
  4. data/app/assets/javascripts/semantic-ui/accordion.js +20 -6
  5. data/app/assets/javascripts/semantic-ui/api.js +41 -16
  6. data/app/assets/javascripts/semantic-ui/checkbox.js +31 -9
  7. data/app/assets/javascripts/semantic-ui/colorize.js +233 -227
  8. data/app/assets/javascripts/semantic-ui/dimmer.js +27 -9
  9. data/app/assets/javascripts/semantic-ui/dropdown.js +485 -207
  10. data/app/assets/javascripts/semantic-ui/embed.js +50 -13
  11. data/app/assets/javascripts/semantic-ui/form.js +58 -23
  12. data/app/assets/javascripts/semantic-ui/modal.js +28 -13
  13. data/app/assets/javascripts/semantic-ui/nag.js +28 -7
  14. data/app/assets/javascripts/semantic-ui/popup.js +136 -76
  15. data/app/assets/javascripts/semantic-ui/progress.js +177 -62
  16. data/app/assets/javascripts/semantic-ui/rating.js +41 -8
  17. data/app/assets/javascripts/semantic-ui/search.js +109 -56
  18. data/app/assets/javascripts/semantic-ui/shape.js +52 -19
  19. data/app/assets/javascripts/semantic-ui/sidebar.js +21 -7
  20. data/app/assets/javascripts/semantic-ui/site.js +2 -2
  21. data/app/assets/javascripts/semantic-ui/state.js +20 -7
  22. data/app/assets/javascripts/semantic-ui/sticky.js +48 -19
  23. data/app/assets/javascripts/semantic-ui/tab.js +57 -27
  24. data/app/assets/javascripts/semantic-ui/transition.js +24 -8
  25. data/app/assets/javascripts/semantic-ui/video.js +6 -14
  26. data/app/assets/javascripts/semantic-ui/visibility.js +89 -22
  27. data/app/assets/javascripts/semantic-ui/visit.js +13 -5
  28. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +4 -5
  29. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +91 -85
  30. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +41 -37
  31. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +138 -94
  32. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +74 -55
  33. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +80 -68
  34. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +458 -305
  35. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +1 -2
  36. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +2 -4
  37. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +2 -3
  38. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +46 -46
  39. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +812 -252
  40. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +7 -3
  41. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +35 -35
  42. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +127 -127
  43. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +37 -25
  44. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +101 -38
  45. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +24 -4
  46. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +9 -6
  47. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +92 -51
  48. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +42 -23
  49. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -6
  50. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +7 -9
  51. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +7 -6
  52. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +40 -37
  53. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +7 -8
  54. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +107 -88
  55. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +6 -7
  56. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +9 -10
  57. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +6 -7
  58. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +415 -36
  59. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +47 -48
  60. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +12 -13
  61. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +21 -21
  62. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +11 -8
  63. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +31 -14
  64. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +2 -3
  65. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -2
  66. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -2
  67. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +2 -2
  68. data/app/assets/stylesheets/semantic-ui/views/_card.scss +62 -42
  69. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +2 -3
  70. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +5 -6
  71. data/app/assets/stylesheets/semantic-ui/views/_item.scss +11 -12
  72. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +44 -45
  73. data/app/helpers/semantic_icon_helper.rb +6 -3
  74. data/lib/semantic/ui/sass/engine.rb +5 -1
  75. data/lib/semantic/ui/sass/version.rb +2 -2
  76. data/spec/helpers/semantic_icon_helper_spec.rb +22 -10
  77. metadata +3 -3
@@ -3,7 +3,6 @@
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2015 Contributors
7
6
  * Released under the MIT license
8
7
  * http://opensource.org/licenses/MIT
9
8
  *
@@ -13,6 +12,13 @@
13
12
 
14
13
  "use strict";
15
14
 
15
+ window = (typeof window != 'undefined' && window.Math == Math)
16
+ ? window
17
+ : (typeof self != 'undefined' && self.Math == Math)
18
+ ? self
19
+ : Function('return this')()
20
+ ;
21
+
16
22
  $.visit = $.fn.visit = function(parameters) {
17
23
  var
18
24
  $allModules = $.isFunction(this)
@@ -322,7 +328,7 @@ $.visit = $.fn.visit = function(parameters) {
322
328
  }
323
329
  },
324
330
  debug: function() {
325
- if(settings.debug) {
331
+ if(!settings.silent && settings.debug) {
326
332
  if(settings.performance) {
327
333
  module.performance.log(arguments);
328
334
  }
@@ -333,7 +339,7 @@ $.visit = $.fn.visit = function(parameters) {
333
339
  }
334
340
  },
335
341
  verbose: function() {
336
- if(settings.verbose && settings.debug) {
342
+ if(!settings.silent && settings.verbose && settings.debug) {
337
343
  if(settings.performance) {
338
344
  module.performance.log(arguments);
339
345
  }
@@ -344,8 +350,10 @@ $.visit = $.fn.visit = function(parameters) {
344
350
  }
345
351
  },
346
352
  error: function() {
347
- module.error = Function.prototype.bind.call(console.error, console, settings.name + ':');
348
- module.error.apply(console, arguments);
353
+ if(!settings.silent) {
354
+ module.error = Function.prototype.bind.call(console.error, console, settings.name + ':');
355
+ module.error.apply(console, arguments);
356
+ }
349
357
  },
350
358
  performance: {
351
359
  log: function(message) {
@@ -1,9 +1,8 @@
1
1
  /*!
2
- * # Semantic UI 2.1.7 - Breadcrumb
2
+ * # Semantic UI 2.2.0 - Breadcrumb
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2015 Contributors
7
6
  * Released under the MIT license
8
7
  * http://opensource.org/licenses/MIT
9
8
  *
@@ -45,7 +44,7 @@
45
44
 
46
45
  /* Link */
47
46
  .ui.breadcrumb a {
48
- color: #4183c4;
47
+ color: #4183C4;
49
48
  }
50
49
  .ui.breadcrumb a:hover {
51
50
  color: #1e70bf;
@@ -70,7 +69,7 @@
70
69
  /* Loose Coupling */
71
70
  .ui.breadcrumb.segment {
72
71
  display: inline-block;
73
- padding: 0.71428571em 1em;
72
+ padding: 0.78571429em 1em;
74
73
  }
75
74
 
76
75
 
@@ -88,7 +87,7 @@
88
87
  *******************************/
89
88
 
90
89
  .ui.mini.breadcrumb {
91
- font-size: 0.71428571rem;
90
+ font-size: 0.78571429rem;
92
91
  }
93
92
  .ui.tiny.breadcrumb {
94
93
  font-size: 0.85714286rem;
@@ -1,9 +1,8 @@
1
1
  /*!
2
- * # Semantic UI 2.1.7 - Form
2
+ * # Semantic UI 2.2.0 - Form
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
6
- * Copyright 2015 Contributors
7
6
  * Released under the MIT license
8
7
  * http://opensource.org/licenses/MIT
9
8
  *
@@ -46,7 +45,7 @@
46
45
  }
47
46
  .ui.form .fields .field {
48
47
  clear: both;
49
- margin: 0em 0em 1em;
48
+ margin: 0em;
50
49
  }
51
50
 
52
51
  /*--------------------
@@ -106,13 +105,13 @@
106
105
  line-height: 1.2142em;
107
106
  padding: 0.67861429em 1em;
108
107
  font-size: 1em;
109
- background: #ffffff;
108
+ background: #FFFFFF;
110
109
  border: 1px solid rgba(34, 36, 38, 0.15);
111
110
  color: rgba(0, 0, 0, 0.87);
112
111
  border-radius: 0.28571429rem;
113
112
  box-shadow: 0em 0em 0em 0em transparent inset;
114
113
  -webkit-transition: color 0.1s ease, border-color 0.1s ease;
115
- transition: color 0.1s ease, border-color 0.1s ease;
114
+ transition: color 0.1s ease, border-color 0.1s ease;
116
115
  }
117
116
 
118
117
  /* Text Area */
@@ -121,14 +120,14 @@
121
120
  -webkit-appearance: none;
122
121
  tap-highlight-color: rgba(255, 255, 255, 0);
123
122
  padding: 0.78571429em 1em;
124
- background: #ffffff;
123
+ background: #FFFFFF;
125
124
  border: 1px solid rgba(34, 36, 38, 0.15);
126
125
  outline: none;
127
126
  color: rgba(0, 0, 0, 0.87);
128
127
  border-radius: 0.28571429rem;
129
128
  box-shadow: 0em 0em 0em 0em transparent inset;
130
129
  -webkit-transition: color 0.1s ease, border-color 0.1s ease;
131
- transition: color 0.1s ease, border-color 0.1s ease;
130
+ transition: color 0.1s ease, border-color 0.1s ease;
132
131
  font-size: 1em;
133
132
  line-height: 1.2857;
134
133
  resize: vertical;
@@ -159,14 +158,14 @@
159
158
  display: block;
160
159
  height: auto;
161
160
  width: 100%;
162
- background: #ffffff;
161
+ background: #FFFFFF;
163
162
  border: 1px solid rgba(34, 36, 38, 0.15);
164
163
  border-radius: 0.28571429rem;
165
164
  box-shadow: 0em 0em 0em 0em transparent inset;
166
165
  padding: 0.62em 1em;
167
166
  color: rgba(0, 0, 0, 0.87);
168
167
  -webkit-transition: color 0.1s ease, border-color 0.1s ease;
169
- transition: color 0.1s ease, border-color 0.1s ease;
168
+ transition: color 0.1s ease, border-color 0.1s ease;
170
169
  }
171
170
 
172
171
  /*--------------------
@@ -256,9 +255,9 @@
256
255
 
257
256
  .ui.form .field .prompt.label {
258
257
  white-space: normal;
259
- background: #ffffff !important;
260
- border: 1px solid #e0b4b4 !important;
261
- color: #9f3a38 !important;
258
+ background: #FFFFFF !important;
259
+ border: 1px solid #E0B4B4 !important;
260
+ color: #9F3A38 !important;
262
261
  }
263
262
  .ui.form .inline.fields .field .prompt,
264
263
  .ui.form .inline.field .prompt {
@@ -285,20 +284,20 @@
285
284
  ---------------------*/
286
285
 
287
286
  .ui.form .field.field input:-webkit-autofill {
288
- box-shadow: 0px 0px 0px 100px #fffff0 inset !important;
289
- border-color: #e5dfa1 !important;
287
+ box-shadow: 0px 0px 0px 100px #FFFFF0 inset !important;
288
+ border-color: #E5DFA1 !important;
290
289
  }
291
290
 
292
291
  /* Focus */
293
292
  .ui.form .field.field input:-webkit-autofill:focus {
294
- box-shadow: 0px 0px 0px 100px #fffff0 inset !important;
295
- border-color: #d5c315 !important;
293
+ box-shadow: 0px 0px 0px 100px #FFFFF0 inset !important;
294
+ border-color: #D5C315 !important;
296
295
  }
297
296
 
298
297
  /* Error */
299
298
  .ui.form .error.error input:-webkit-autofill {
300
- box-shadow: 0px 0px 0px 100px #fffaf0 inset !important;
301
- border-color: #e0b4b4 !important;
299
+ box-shadow: 0px 0px 0px 100px #FFFAF0 inset !important;
300
+ border-color: #E0B4B4 !important;
302
301
  }
303
302
 
304
303
  /*--------------------
@@ -308,30 +307,30 @@
308
307
 
309
308
  /* browsers require these rules separate */
310
309
  .ui.form ::-webkit-input-placeholder {
311
- color: rgba(140, 140, 140, 0.87);
310
+ color: rgba(191, 191, 191, 0.87);
312
311
  }
313
- .ui.form ::-ms-input-placeholder {
314
- color: rgba(140, 140, 140, 0.87);
312
+ .ui.form :-ms-input-placeholder {
313
+ color: rgba(191, 191, 191, 0.87);
315
314
  }
316
315
  .ui.form ::-moz-placeholder {
317
- color: rgba(140, 140, 140, 0.87);
316
+ color: rgba(191, 191, 191, 0.87);
318
317
  }
319
318
  .ui.form :focus::-webkit-input-placeholder {
320
- color: rgba(89, 89, 89, 0.87);
319
+ color: rgba(115, 115, 115, 0.87);
321
320
  }
322
- .ui.form :focus::-ms-input-placeholder {
323
- color: rgba(89, 89, 89, 0.87);
321
+ .ui.form :focus:-ms-input-placeholder {
322
+ color: rgba(115, 115, 115, 0.87);
324
323
  }
325
324
  .ui.form :focus::-moz-placeholder {
326
- color: rgba(89, 89, 89, 0.87);
325
+ color: rgba(115, 115, 115, 0.87);
327
326
  }
328
327
 
329
328
  /* Error Placeholder */
330
329
  .ui.form .error ::-webkit-input-placeholder {
331
330
  color: #e7bdbc;
332
331
  }
333
- .ui.form .error ::-ms-input-placeholder {
334
- color: #e7bdbc;
332
+ .ui.form .error :-ms-input-placeholder {
333
+ color: #e7bdbc !important;
335
334
  }
336
335
  .ui.form .error ::-moz-placeholder {
337
336
  color: #e7bdbc;
@@ -339,8 +338,8 @@
339
338
  .ui.form .error :focus::-webkit-input-placeholder {
340
339
  color: #da9796;
341
340
  }
342
- .ui.form .error :focus::-ms-input-placeholder {
343
- color: #da9796;
341
+ .ui.form .error :focus:-ms-input-placeholder {
342
+ color: #da9796 !important;
344
343
  }
345
344
  .ui.form .error :focus::-moz-placeholder {
346
345
  color: #da9796;
@@ -362,16 +361,16 @@
362
361
  .ui.form input[type="text"]:focus,
363
362
  .ui.form input[type="url"]:focus {
364
363
  color: rgba(0, 0, 0, 0.95);
365
- border-color: #85b7d9;
364
+ border-color: #85B7D9;
366
365
  border-radius: 0.28571429rem;
367
- background: #ffffff;
366
+ background: #FFFFFF;
368
367
  box-shadow: 0px 0em 0em 0em rgba(34, 36, 38, 0.35) inset;
369
368
  }
370
369
  .ui.form textarea:focus {
371
370
  color: rgba(0, 0, 0, 0.95);
372
- border-color: #85b7d9;
371
+ border-color: #85B7D9;
373
372
  border-radius: 0.28571429rem;
374
- background: #ffffff;
373
+ background: #FFFFFF;
375
374
  box-shadow: 0px 0em 0em 0em rgba(34, 36, 38, 0.35) inset;
376
375
  -webkit-appearance: none;
377
376
  }
@@ -385,6 +384,9 @@
385
384
  .ui.form.success .success.message:not(:empty) {
386
385
  display: block;
387
386
  }
387
+ .ui.form.success .compact.success.message:not(:empty) {
388
+ display: inline-block;
389
+ }
388
390
  .ui.form.success .icon.success.message:not(:empty) {
389
391
  display: -webkit-box;
390
392
  display: -webkit-flex;
@@ -401,6 +403,9 @@
401
403
  .ui.form.warning .warning.message:not(:empty) {
402
404
  display: block;
403
405
  }
406
+ .ui.form.warning .compact.warning.message:not(:empty) {
407
+ display: inline-block;
408
+ }
404
409
  .ui.form.warning .icon.warning.message:not(:empty) {
405
410
  display: -webkit-box;
406
411
  display: -webkit-flex;
@@ -417,6 +422,9 @@
417
422
  .ui.form.error .error.message:not(:empty) {
418
423
  display: block;
419
424
  }
425
+ .ui.form.error .compact.error.message:not(:empty) {
426
+ display: inline-block;
427
+ }
420
428
  .ui.form.error .icon.error.message:not(:empty) {
421
429
  display: -webkit-box;
422
430
  display: -webkit-flex;
@@ -429,12 +437,12 @@
429
437
  .ui.form .field.error label,
430
438
  .ui.form .fields.error .field .input,
431
439
  .ui.form .field.error .input {
432
- color: #9f3a38;
440
+ color: #9F3A38;
433
441
  }
434
442
  .ui.form .fields.error .field .corner.label,
435
443
  .ui.form .field.error .corner.label {
436
- border-color: #9f3a38;
437
- color: #ffffff;
444
+ border-color: #9F3A38;
445
+ color: #FFFFFF;
438
446
  }
439
447
  .ui.form .fields.error .field textarea,
440
448
  .ui.form .fields.error .field select,
@@ -462,9 +470,9 @@
462
470
  .ui.form .field.error input[type="time"],
463
471
  .ui.form .field.error input[type="text"],
464
472
  .ui.form .field.error input[type="url"] {
465
- background: #fff6f6;
466
- border-color: #e0b4b4;
467
- color: #9f3a38;
473
+ background: #FFF6F6;
474
+ border-color: #E0B4B4;
475
+ color: #9F3A38;
468
476
  border-radius: '';
469
477
  box-shadow: none;
470
478
  }
@@ -481,9 +489,9 @@
481
489
  .ui.form .field.error input[type="time"]:focus,
482
490
  .ui.form .field.error input[type="text"]:focus,
483
491
  .ui.form .field.error input[type="url"]:focus {
484
- background: #fff6f6;
485
- border-color: #e0b4b4;
486
- color: #9f3a38;
492
+ background: #FFF6F6;
493
+ border-color: #E0B4B4;
494
+ color: #9F3A38;
487
495
  -webkit-appearance: none;
488
496
  box-shadow: none;
489
497
  }
@@ -502,43 +510,43 @@
502
510
  .ui.form .field.error .ui.dropdown,
503
511
  .ui.form .field.error .ui.dropdown .text,
504
512
  .ui.form .field.error .ui.dropdown .item {
505
- background: #fff6f6;
506
- color: #9f3a38;
513
+ background: #FFF6F6;
514
+ color: #9F3A38;
507
515
  }
508
516
  .ui.form .fields.error .field .ui.dropdown,
509
517
  .ui.form .field.error .ui.dropdown {
510
- border-color: #e0b4b4 !important;
518
+ border-color: #E0B4B4 !important;
511
519
  }
512
520
  .ui.form .fields.error .field .ui.dropdown:hover,
513
521
  .ui.form .field.error .ui.dropdown:hover {
514
- border-color: #e0b4b4 !important;
522
+ border-color: #E0B4B4 !important;
515
523
  }
516
524
  .ui.form .fields.error .field .ui.dropdown:hover .menu,
517
525
  .ui.form .field.error .ui.dropdown:hover .menu {
518
- border-color: #e0b4b4;
526
+ border-color: #E0B4B4;
519
527
  }
520
528
  .ui.form .fields.error .field .ui.multiple.selection.dropdown > .label,
521
529
  .ui.form .field.error .ui.multiple.selection.dropdown > .label {
522
- background-color: #eacbcb;
523
- color: #9f3a38;
530
+ background-color: #EACBCB;
531
+ color: #9F3A38;
524
532
  }
525
533
 
526
534
  /* Hover */
527
535
  .ui.form .fields.error .field .ui.dropdown .menu .item:hover,
528
536
  .ui.form .field.error .ui.dropdown .menu .item:hover {
529
- background-color: #fbe7e7;
537
+ background-color: #FBE7E7;
530
538
  }
531
539
 
532
540
  /* Selected */
533
541
  .ui.form .fields.error .field .ui.dropdown .menu .selected.item,
534
542
  .ui.form .field.error .ui.dropdown .menu .selected.item {
535
- background-color: #fbe7e7;
543
+ background-color: #FBE7E7;
536
544
  }
537
545
 
538
546
  /* Active */
539
547
  .ui.form .fields.error .field .ui.dropdown .menu .active.item,
540
548
  .ui.form .field.error .ui.dropdown .menu .active.item {
541
- background-color: #fdcfcf !important;
549
+ background-color: #FDCFCF !important;
542
550
  }
543
551
 
544
552
  /*--------------------
@@ -549,20 +557,20 @@
549
557
  .ui.form .field.error .checkbox:not(.toggle):not(.slider) label,
550
558
  .ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box,
551
559
  .ui.form .field.error .checkbox:not(.toggle):not(.slider) .box {
552
- color: #9f3a38;
560
+ color: #9F3A38;
553
561
  }
554
562
  .ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label:before,
555
563
  .ui.form .field.error .checkbox:not(.toggle):not(.slider) label:before,
556
564
  .ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box:before,
557
565
  .ui.form .field.error .checkbox:not(.toggle):not(.slider) .box:before {
558
- background: #fff6f6;
559
- border-color: #e0b4b4;
566
+ background: #FFF6F6;
567
+ border-color: #E0B4B4;
560
568
  }
561
569
  .ui.form .fields.error .field .checkbox label:after,
562
570
  .ui.form .field.error .checkbox label:after,
563
571
  .ui.form .fields.error .field .checkbox .box:after,
564
572
  .ui.form .field.error .checkbox .box:after {
565
- color: #9f3a38;
573
+ color: #9F3A38;
566
574
  }
567
575
 
568
576
  /*--------------------
@@ -659,7 +667,7 @@
659
667
  .ui.form .required.field > .checkbox:after {
660
668
  margin: -0.2em 0em 0em 0.2em;
661
669
  content: '*';
662
- color: #db2828;
670
+ color: #DB2828;
663
671
  }
664
672
  .ui.form .required.fields:not(.grouped) > .field > label:after,
665
673
  .ui.form .required.fields.grouped > label:after,
@@ -689,7 +697,12 @@
689
697
  .ui.form .inverted.segment .ui.checkbox label,
690
698
  .ui.form .inverted.segment .ui.checkbox .box,
691
699
  .ui.inverted.form .ui.checkbox label,
692
- .ui.inverted.form .ui.checkbox .box {
700
+ .ui.inverted.form .ui.checkbox .box,
701
+ .ui.inverted.form .inline.fields > label,
702
+ .ui.inverted.form .inline.fields .field > label,
703
+ .ui.inverted.form .inline.fields .field > p,
704
+ .ui.inverted.form .inline.field > label,
705
+ .ui.inverted.form .inline.field > p {
693
706
  color: rgba(255, 255, 255, 0.9);
694
707
  }
695
708
 
@@ -705,7 +718,7 @@
705
718
  .ui.inverted.form input[type="time"],
706
719
  .ui.inverted.form input[type="text"],
707
720
  .ui.inverted.form input[type="url"] {
708
- background: #ffffff;
721
+ background: #FFFFFF;
709
722
  border-color: rgba(255, 255, 255, 0.1);
710
723
  color: rgba(0, 0, 0, 0.87);
711
724
  box-shadow: none;
@@ -754,6 +767,7 @@
754
767
  -webkit-flex-direction: row;
755
768
  -ms-flex-direction: row;
756
769
  flex-direction: row;
770
+ margin: 0em -0.5em 1em;
757
771
  }
758
772
  .ui.form .fields > .field {
759
773
  -webkit-box-flex: 0;
@@ -813,6 +827,8 @@
813
827
  -ms-flex-wrap: wrap;
814
828
  flex-wrap: wrap;
815
829
  }
830
+ .ui[class*="equal width"].form .fields > .field,
831
+ .ui.form [class*="equal width"].fields > .field,
816
832
  .ui.form .two.fields > .fields,
817
833
  .ui.form .two.fields > .field,
818
834
  .ui.form .three.fields > .fields,
@@ -833,16 +849,8 @@
833
849
  .ui.form .ten.fields > .field {
834
850
  width: 100% !important;
835
851
  margin: 0em 0em 1em;
836
- padding-left: 0%;
837
- padding-right: 0%;
838
852
  }
839
853
  }
840
- .ui.form .fields .field:first-child {
841
- padding-left: 0%;
842
- }
843
- .ui.form .fields .field:last-child {
844
- padding-right: 0%;
845
- }
846
854
 
847
855
  /* Sizing Combinations */
848
856
  .ui.form .fields .wide.field {
@@ -850,12 +858,6 @@
850
858
  padding-left: 0.5em;
851
859
  padding-right: 0.5em;
852
860
  }
853
- .ui.form .fields .wide.field:first-child {
854
- padding-left: 0%;
855
- }
856
- .ui.form .fields .wide.field:last-child {
857
- padding-right: 0%;
858
- }
859
861
  .ui.form .one.wide.field {
860
862
  width: 6.25% !important;
861
863
  }
@@ -931,9 +933,9 @@
931
933
  .ui.form .fields > .fifteen.wide.field,
932
934
  .ui.form .fields > .sixteen.wide.field {
933
935
  width: 100% !important;
934
- margin: 0em 0em 1em;
935
- padding-left: 0%;
936
- padding-right: 0%;
936
+ }
937
+ .ui.form .fields {
938
+ margin-bottom: 0em;
937
939
  }
938
940
  }
939
941
 
@@ -1031,26 +1033,30 @@
1031
1033
  Sizes
1032
1034
  ---------------------*/
1033
1035
 
1034
-
1035
- /* Standard */
1036
+ .ui.mini.form {
1037
+ font-size: 0.78571429rem;
1038
+ }
1039
+ .ui.tiny.form {
1040
+ font-size: 0.85714286rem;
1041
+ }
1036
1042
  .ui.small.form {
1037
1043
  font-size: 0.92857143rem;
1038
1044
  }
1039
-
1040
- /* Medium */
1041
1045
  .ui.form {
1042
1046
  font-size: 1rem;
1043
1047
  }
1044
-
1045
- /* Large */
1046
1048
  .ui.large.form {
1047
1049
  font-size: 1.14285714rem;
1048
1050
  }
1049
-
1050
- /* Huge */
1051
+ .ui.big.form {
1052
+ font-size: 1.28571429rem;
1053
+ }
1051
1054
  .ui.huge.form {
1052
1055
  font-size: 1.42857143rem;
1053
1056
  }
1057
+ .ui.massive.form {
1058
+ font-size: 1.71428571rem;
1059
+ }
1054
1060
 
1055
1061
 
1056
1062
  /*******************************