less-rails-semantic_ui 2.0.7.0 → 2.1.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/assets/fonts/semantic_ui/themes/github/assets/fonts/octicons-local.ttf +0 -0
  3. data/assets/fonts/semantic_ui/themes/github/assets/fonts/octicons.svg +200 -0
  4. data/assets/fonts/semantic_ui/themes/github/assets/fonts/octicons.ttf +0 -0
  5. data/assets/fonts/semantic_ui/themes/github/assets/fonts/octicons.woff +0 -0
  6. data/assets/javascripts/semantic_ui/definitions/behaviors/api.js +26 -8
  7. data/assets/javascripts/semantic_ui/definitions/behaviors/form.js +281 -74
  8. data/assets/javascripts/semantic_ui/definitions/globals/site.js +2 -2
  9. data/assets/javascripts/semantic_ui/definitions/modules/accordion.js +17 -13
  10. data/assets/javascripts/semantic_ui/definitions/modules/checkbox.js +124 -48
  11. data/assets/javascripts/semantic_ui/definitions/modules/dropdown.js +202 -112
  12. data/assets/javascripts/semantic_ui/definitions/modules/embed.js +1 -4
  13. data/assets/javascripts/semantic_ui/definitions/modules/modal.js +13 -13
  14. data/assets/javascripts/semantic_ui/definitions/modules/nag.js +11 -1
  15. data/assets/javascripts/semantic_ui/definitions/modules/popup.js +23 -10
  16. data/assets/javascripts/semantic_ui/definitions/modules/search.js +84 -55
  17. data/assets/javascripts/semantic_ui/definitions/modules/sticky.js +34 -32
  18. data/assets/javascripts/semantic_ui/definitions/modules/tab.js +10 -9
  19. data/assets/javascripts/semantic_ui/definitions/modules/transition.js +5 -5
  20. data/assets/stylesheets/semantic_ui/definitions/collections/breadcrumb.less +1 -1
  21. data/assets/stylesheets/semantic_ui/definitions/collections/form.less +90 -25
  22. data/assets/stylesheets/semantic_ui/definitions/collections/grid.less +146 -23
  23. data/assets/stylesheets/semantic_ui/definitions/collections/menu.less +138 -64
  24. data/assets/stylesheets/semantic_ui/definitions/collections/message.less +6 -6
  25. data/assets/stylesheets/semantic_ui/definitions/collections/table.less +19 -0
  26. data/assets/stylesheets/semantic_ui/definitions/elements/button.less +109 -31
  27. data/assets/stylesheets/semantic_ui/definitions/elements/container.less +25 -1
  28. data/assets/stylesheets/semantic_ui/definitions/elements/divider.less +4 -3
  29. data/assets/stylesheets/semantic_ui/definitions/elements/header.less +0 -2
  30. data/assets/stylesheets/semantic_ui/definitions/elements/icon.less +22 -3
  31. data/assets/stylesheets/semantic_ui/definitions/elements/input.less +59 -28
  32. data/assets/stylesheets/semantic_ui/definitions/elements/label.less +353 -235
  33. data/assets/stylesheets/semantic_ui/definitions/elements/list.less +16 -1
  34. data/assets/stylesheets/semantic_ui/definitions/elements/reveal.less +4 -11
  35. data/assets/stylesheets/semantic_ui/definitions/elements/segment.less +2 -1
  36. data/assets/stylesheets/semantic_ui/definitions/elements/step.less +9 -5
  37. data/assets/stylesheets/semantic_ui/definitions/globals/site.less +3 -0
  38. data/assets/stylesheets/semantic_ui/definitions/modules/dropdown.less +19 -1
  39. data/assets/stylesheets/semantic_ui/definitions/views/item.less +2 -2
  40. data/assets/stylesheets/semantic_ui/theme.less +10 -4
  41. data/assets/stylesheets/semantic_ui/themes/amazon/globals/site.variables +43 -0
  42. data/assets/stylesheets/semantic_ui/themes/bookish/elements/header.variables +5 -5
  43. data/assets/stylesheets/semantic_ui/themes/chubby/elements/header.variables +5 -5
  44. data/assets/stylesheets/semantic_ui/themes/default/collections/breadcrumb.variables +1 -1
  45. data/assets/stylesheets/semantic_ui/themes/default/collections/form.variables +15 -5
  46. data/assets/stylesheets/semantic_ui/themes/default/collections/grid.variables +5 -0
  47. data/assets/stylesheets/semantic_ui/themes/default/collections/menu.variables +29 -14
  48. data/assets/stylesheets/semantic_ui/themes/default/elements/button.variables +14 -4
  49. data/assets/stylesheets/semantic_ui/themes/default/elements/container.variables +14 -1
  50. data/assets/stylesheets/semantic_ui/themes/default/elements/icon.overrides +0 -12
  51. data/assets/stylesheets/semantic_ui/themes/default/elements/input.variables +5 -6
  52. data/assets/stylesheets/semantic_ui/themes/default/elements/label.variables +30 -6
  53. data/assets/stylesheets/semantic_ui/themes/default/globals/site.variables +11 -2
  54. data/assets/stylesheets/semantic_ui/themes/default/modules/checkbox.variables +4 -4
  55. data/assets/stylesheets/semantic_ui/themes/default/modules/dropdown.variables +13 -7
  56. data/assets/stylesheets/semantic_ui/themes/default/modules/popup.variables +1 -1
  57. data/assets/stylesheets/semantic_ui/themes/github/collections/breadcrumb.variables +11 -0
  58. data/assets/stylesheets/semantic_ui/themes/github/collections/grid.variables +2 -0
  59. data/assets/stylesheets/semantic_ui/themes/github/collections/table.variables +8 -0
  60. data/assets/stylesheets/semantic_ui/themes/github/elements/header.variables +9 -0
  61. data/assets/stylesheets/semantic_ui/themes/github/elements/icon.overrides +208 -0
  62. data/assets/stylesheets/semantic_ui/themes/github/elements/icon.variables +13 -0
  63. data/assets/stylesheets/semantic_ui/themes/github/elements/image.variables +5 -0
  64. data/assets/stylesheets/semantic_ui/themes/github/elements/input.overrides +32 -0
  65. data/assets/stylesheets/semantic_ui/themes/github/elements/input.variables +16 -0
  66. data/assets/stylesheets/semantic_ui/themes/github/elements/label.overrides +9 -0
  67. data/assets/stylesheets/semantic_ui/themes/github/elements/label.variables +4 -0
  68. data/assets/stylesheets/semantic_ui/themes/github/globals/site.variables +47 -0
  69. data/assets/stylesheets/semantic_ui/themes/github/modules/dropdown.overrides +53 -0
  70. data/assets/stylesheets/semantic_ui/themes/github/modules/dropdown.variables +35 -0
  71. data/assets/stylesheets/semantic_ui/themes/github/modules/popup.variables +12 -0
  72. data/assets/stylesheets/semantic_ui/themes/material/elements/button.overrides +0 -8
  73. data/assets/stylesheets/semantic_ui/themes/material/elements/button.variables +4 -2
  74. data/assets/stylesheets/semantic_ui/themes/twitter/elements/button.variables +1 -2
  75. data/lib/less/rails/semantic_ui/version.rb +1 -1
  76. metadata +22 -2
@@ -390,12 +390,8 @@ $.fn.sticky = function(parameters) {
390
390
  },
391
391
  size: function() {
392
392
  if(module.cache.element.height !== 0 && module.cache.element.width !== 0) {
393
- $module
394
- .css({
395
- width : module.cache.element.width,
396
- height : module.cache.element.height
397
- })
398
- ;
393
+ element.style.setProperty('width', module.cache.element.width + 'px', 'important');
394
+ element.style.setProperty('height', module.cache.element.height + 'px', 'important');
399
395
  }
400
396
  }
401
397
  },
@@ -449,16 +445,17 @@ $.fn.sticky = function(parameters) {
449
445
  if(elementVisible) {
450
446
 
451
447
  if( module.is.initialPosition() ) {
452
- if(scroll.top > context.bottom) {
453
- module.debug('Element bottom of container');
448
+ if(scroll.top >= context.bottom) {
449
+ module.debug('Initial element position is bottom of container');
454
450
  module.bindBottom();
455
451
  }
456
452
  else if(scroll.top > element.top) {
457
- module.debug('Element passed, fixing element to page');
458
- if( (element.height + scroll.top - elementScroll) > context.bottom ) {
453
+ if( (element.height + scroll.top - elementScroll) >= context.bottom ) {
454
+ module.debug('Initial element position is bottom of container');
459
455
  module.bindBottom();
460
456
  }
461
457
  else {
458
+ module.debug('Initial element position is fixed');
462
459
  module.fixTop();
463
460
  }
464
461
  }
@@ -468,11 +465,11 @@ $.fn.sticky = function(parameters) {
468
465
 
469
466
  // currently fixed top
470
467
  if( module.is.top() ) {
471
- if( scroll.top < element.top ) {
468
+ if( scroll.top <= element.top ) {
472
469
  module.debug('Fixed element reached top of container');
473
470
  module.setInitialPosition();
474
471
  }
475
- else if( (element.height + scroll.top - elementScroll) > context.bottom ) {
472
+ else if( (element.height + scroll.top - elementScroll) >= context.bottom ) {
476
473
  module.debug('Fixed element reached bottom of container');
477
474
  module.bindBottom();
478
475
  }
@@ -488,12 +485,12 @@ $.fn.sticky = function(parameters) {
488
485
  else if(module.is.bottom() ) {
489
486
 
490
487
  // top edge
491
- if( (scroll.bottom - element.height) < element.top) {
488
+ if( (scroll.bottom - element.height) <= element.top) {
492
489
  module.debug('Bottom fixed rail has reached top of container');
493
490
  module.setInitialPosition();
494
491
  }
495
492
  // bottom edge
496
- else if(scroll.bottom > context.bottom) {
493
+ else if(scroll.bottom >= context.bottom) {
497
494
  module.debug('Bottom fixed rail has reached bottom of container');
498
495
  module.bindBottom();
499
496
  }
@@ -508,13 +505,13 @@ $.fn.sticky = function(parameters) {
508
505
  }
509
506
  else if( module.is.bottom() ) {
510
507
  if(settings.pushing) {
511
- if(module.is.bound() && scroll.bottom < context.bottom ) {
508
+ if(module.is.bound() && scroll.bottom <= context.bottom ) {
512
509
  module.debug('Fixing bottom attached element to bottom of browser.');
513
510
  module.fixBottom();
514
511
  }
515
512
  }
516
513
  else {
517
- if(module.is.bound() && (scroll.top < context.bottom - element.height) ) {
514
+ if(module.is.bound() && (scroll.top <= context.bottom - element.height) ) {
518
515
  module.debug('Fixing bottom attached element to top of browser.');
519
516
  module.fixTop();
520
517
  }
@@ -558,6 +555,7 @@ $.fn.sticky = function(parameters) {
558
555
  },
559
556
 
560
557
  setInitialPosition: function() {
558
+ module.debug('Returning to initial position');
561
559
  module.unfix();
562
560
  module.unbind();
563
561
  },
@@ -600,24 +598,28 @@ $.fn.sticky = function(parameters) {
600
598
  },
601
599
 
602
600
  unbind: function() {
603
- module.debug('Removing absolute position on element');
604
- module.remove.offset();
605
- $module
606
- .removeClass(className.bound)
607
- .removeClass(className.top)
608
- .removeClass(className.bottom)
609
- ;
601
+ if( module.is.bound() ) {
602
+ module.debug('Removing container bound position on element');
603
+ module.remove.offset();
604
+ $module
605
+ .removeClass(className.bound)
606
+ .removeClass(className.top)
607
+ .removeClass(className.bottom)
608
+ ;
609
+ }
610
610
  },
611
611
 
612
612
  unfix: function() {
613
- module.debug('Removing fixed position on element');
614
- module.remove.offset();
615
- $module
616
- .removeClass(className.fixed)
617
- .removeClass(className.top)
618
- .removeClass(className.bottom)
619
- ;
620
- settings.onUnstick.call(element);
613
+ if( module.is.fixed() ) {
614
+ module.debug('Removing fixed position on element');
615
+ module.remove.offset();
616
+ $module
617
+ .removeClass(className.fixed)
618
+ .removeClass(className.top)
619
+ .removeClass(className.bottom)
620
+ ;
621
+ settings.onUnstick.call(element);
622
+ }
621
623
  },
622
624
 
623
625
  reset: function() {
@@ -882,4 +884,4 @@ $.fn.sticky.settings = {
882
884
 
883
885
  };
884
886
 
885
- })( jQuery, window , document );
887
+ })( jQuery, window , document );
@@ -107,7 +107,7 @@ $.fn.tab = function(parameters) {
107
107
 
108
108
  bind: {
109
109
  events: function() {
110
- // if using $.tab dont add events
110
+ // if using $.tab don't add events
111
111
  if( !$.isWindow( element ) ) {
112
112
  module.debug('Attaching tab activation events to element', $module);
113
113
  $module
@@ -374,7 +374,7 @@ $.fn.tab = function(parameters) {
374
374
  else if(tabPath.search('/') == -1 && tabPath !== '') {
375
375
  // look for in page anchor
376
376
  $anchor = $('#' + tabPath + ', a[name="' + tabPath + '"]');
377
- currentPath = $anchor.closest('[data-tab]').data('tab');
377
+ currentPath = $anchor.closest('[data-tab]').data(metadata.tab);
378
378
  $tab = module.get.tabElement(currentPath);
379
379
  // if anchor exists use parent tab
380
380
  if($anchor && $anchor.length > 0 && currentPath) {
@@ -440,10 +440,11 @@ $.fn.tab = function(parameters) {
440
440
  var
441
441
  $tab = module.get.tabElement(tabPath),
442
442
  apiSettings = {
443
- dataType : 'html',
444
- on : 'now',
445
- cache : settings.alwaysRefresh,
446
- headers : {
443
+ dataType : 'html',
444
+ encodeParameters : false,
445
+ on : 'now',
446
+ cache : settings.alwaysRefresh,
447
+ headers : {
447
448
  'X-Remote': true
448
449
  },
449
450
  onSuccess : function(response) {
@@ -608,8 +609,8 @@ $.fn.tab = function(parameters) {
608
609
  tabPath = tabPath || activeTabPath;
609
610
  tabPathArray = module.utilities.pathToArray(tabPath);
610
611
  lastTab = module.utilities.last(tabPathArray);
611
- $fullPathTab = $tabs.filter('[data-' + metadata.tab + '="' + lastTab + '"]');
612
- $simplePathTab = $tabs.filter('[data-' + metadata.tab + '="' + tabPath + '"]');
612
+ $fullPathTab = $tabs.filter('[data-' + metadata.tab + '="' + tabPath + '"]');
613
+ $simplePathTab = $tabs.filter('[data-' + metadata.tab + '="' + lastTab + '"]');
613
614
  return ($fullPathTab.length > 0)
614
615
  ? $fullPathTab
615
616
  : $simplePathTab
@@ -894,4 +895,4 @@ $.fn.tab.settings = {
894
895
 
895
896
  };
896
897
 
897
- })( jQuery, window , document );
898
+ })( jQuery, window , document );
@@ -392,7 +392,7 @@ $.fn.transition = function() {
392
392
  module.add.failSafe();
393
393
  }
394
394
  module.set.duration(settings.duration);
395
- settings.onStart.call(this);
395
+ settings.onStart.call(element);
396
396
  }
397
397
  },
398
398
 
@@ -768,8 +768,8 @@ $.fn.transition = function() {
768
768
  module.remove.visible();
769
769
  module.set.hidden();
770
770
  module.force.hidden();
771
- settings.onHide.call(this);
772
- settings.onComplete.call(this);
771
+ settings.onHide.call(element);
772
+ settings.onComplete.call(element);
773
773
  // module.repaint();
774
774
  },
775
775
 
@@ -778,8 +778,8 @@ $.fn.transition = function() {
778
778
  module.remove.hidden();
779
779
  module.set.visible();
780
780
  module.force.visible();
781
- settings.onShow.call(this);
782
- settings.onComplete.call(this);
781
+ settings.onShow.call(element);
782
+ settings.onComplete.call(element);
783
783
  // module.repaint();
784
784
  },
785
785
 
@@ -35,8 +35,8 @@
35
35
 
36
36
  .ui.breadcrumb {
37
37
  line-height: 1;
38
- margin: @verticalMargin 0em;
39
38
  display: @display;
39
+ margin: @verticalMargin 0em;
40
40
  vertical-align: @verticalAlign;
41
41
  }
42
42
  .ui.breadcrumb:first-child {
@@ -99,12 +99,17 @@
99
99
  .ui.form input[type="tel"],
100
100
  .ui.form input[type="time"],
101
101
  .ui.form input[type="text"],
102
- .ui.form input[type="url"],
103
- .ui.form .ui.input {
104
- width: 100%;
102
+ .ui.form input[type="url"] {
103
+ width: @inputWidth;
105
104
  vertical-align: top;
106
105
  }
107
106
 
107
+ /* Set max height on unusual input */
108
+ .ui.form ::-webkit-datetime-edit,
109
+ .ui.form ::-webkit-inner-spin-button {
110
+ height: @inputLineHeight;
111
+ }
112
+
108
113
  .ui.form input:not([type]),
109
114
  .ui.form input[type="date"],
110
115
  .ui.form input[type="datetime-local"],
@@ -134,11 +139,6 @@
134
139
  transition: @inputTransition;
135
140
  }
136
141
 
137
- /* Collapse Flex */
138
- .ui.form .ui.input > input {
139
- width: 0px !important;
140
- }
141
-
142
142
  /* Text Area */
143
143
  .ui.form textarea {
144
144
  margin: 0em;
@@ -199,6 +199,7 @@
199
199
  Dropdown
200
200
  ---------------------*/
201
201
 
202
+ /* Block */
202
203
  .ui.form .field > .selection.dropdown {
203
204
  width: 100%;
204
205
  }
@@ -206,13 +207,54 @@
206
207
  float: right;
207
208
  }
208
209
 
210
+ /* Inline */
211
+ .ui.form .inline.fields .field > .selection.dropdown,
209
212
  .ui.form .inline.field > .selection.dropdown {
210
213
  width: auto;
211
214
  }
215
+ .ui.form .inline.fields .field > .selection.dropdown > .dropdown.icon,
212
216
  .ui.form .inline.field > .selection.dropdown > .dropdown.icon {
213
217
  float: none;
214
218
  }
215
219
 
220
+ /*--------------------
221
+ UI Input
222
+ ---------------------*/
223
+
224
+ /* Block */
225
+ .ui.form .field .ui.input,
226
+ .ui.form .fields .field .ui.input,
227
+ .ui.form .wide.field .ui.input {
228
+ width: 100%;
229
+ }
230
+
231
+ /* Inline */
232
+ .ui.form .inline.fields .field:not(.wide) .ui.input,
233
+ .ui.form .inline.field:not(.wide) .ui.input {
234
+ width: auto;
235
+ vertical-align: middle;
236
+ }
237
+
238
+ /* Auto Input */
239
+ .ui.form .fields .field .ui.input input,
240
+ .ui.form .field .ui.input input {
241
+ width: auto;
242
+ }
243
+
244
+ /* Full Width Input */
245
+ .ui.form .ten.fields .ui.input input,
246
+ .ui.form .nine.fields .ui.input input,
247
+ .ui.form .eight.fields .ui.input input,
248
+ .ui.form .seven.fields .ui.input input,
249
+ .ui.form .six.fields .ui.input input,
250
+ .ui.form .five.fields .ui.input input,
251
+ .ui.form .four.fields .ui.input input,
252
+ .ui.form .three.fields .ui.input input,
253
+ .ui.form .two.fields .ui.input input,
254
+ .ui.form .wide.field .ui.input input {
255
+ flex: 1 0 auto;
256
+ width: 0px;
257
+ }
216
258
 
217
259
  /*--------------------
218
260
  Dividers
@@ -244,13 +286,19 @@
244
286
  ---------------------*/
245
287
 
246
288
  .ui.form .field .prompt.label {
247
- white-space: nowrap;
289
+ white-space: normal;
290
+ background: @promptBackground !important;
291
+ border: @promptBorder !important;
292
+ color: @promptTextColor !important;
248
293
  }
294
+ .ui.form .inline.fields .field .prompt,
249
295
  .ui.form .inline.field .prompt {
250
- margin: @inlineValidationMargin;
296
+ vertical-align: top;
297
+ margin: @inlinePromptMargin;
251
298
  }
299
+ .ui.form .inline.fields .field .prompt:before,
252
300
  .ui.form .inline.field .prompt:before {
253
- margin-top: @inlineValidationArrowOffset;
301
+ border-width: 0px 0px @inlinePromptBorderWidth @inlinePromptBorderWidth;
254
302
  bottom: auto;
255
303
  right: auto;
256
304
  top: 50%;
@@ -368,34 +416,34 @@
368
416
  ---------------------*/
369
417
 
370
418
  /* On Form */
371
- .ui.form.success .success.message {
419
+ .ui.form.success .success.message:not(:empty) {
372
420
  display: block;
373
421
  }
374
- .ui.form.success .icon.success.message {
422
+ .ui.form.success .icon.success.message:not(:empty) {
375
423
  display: flex;
376
424
  }
377
425
 
378
426
  /*--------------------
379
- Error
427
+ Warning
380
428
  ---------------------*/
381
429
 
382
430
  /* On Form */
383
- .ui.form.warning .warning.message {
431
+ .ui.form.warning .warning.message:not(:empty) {
384
432
  display: block;
385
433
  }
386
- .ui.form.warning .icon.warning.message {
434
+ .ui.form.warning .icon.warning.message:not(:empty) {
387
435
  display: flex;
388
436
  }
389
437
 
390
438
  /*--------------------
391
- Warning
439
+ Error
392
440
  ---------------------*/
393
441
 
394
442
  /* On Form */
395
- .ui.form.error .error.message {
443
+ .ui.form.error .error.message:not(:empty) {
396
444
  display: block;
397
445
  }
398
- .ui.form.error .icon.error.message {
446
+ .ui.form.error .icon.error.message:not(:empty) {
399
447
  display: flex;
400
448
  }
401
449
 
@@ -551,6 +599,7 @@
551
599
  .ui.form .disabled.fields .field,
552
600
  .ui.form .disabled.field,
553
601
  .ui.form .field :disabled {
602
+ pointer-events: none;
554
603
  opacity: @disabledOpacity;
555
604
  }
556
605
  .ui.form .field.disabled label {
@@ -560,6 +609,7 @@
560
609
  opacity: 1;
561
610
  }
562
611
 
612
+
563
613
  /*--------------
564
614
  Loading
565
615
  ---------------*/
@@ -668,6 +718,25 @@
668
718
  color: @invertedLabelColor;
669
719
  }
670
720
 
721
+ /* Inverted Field */
722
+ .ui.inverted.form input:not([type]),
723
+ .ui.inverted.form input[type="date"],
724
+ .ui.inverted.form input[type="datetime-local"],
725
+ .ui.inverted.form input[type="email"],
726
+ .ui.inverted.form input[type="number"],
727
+ .ui.inverted.form input[type="password"],
728
+ .ui.inverted.form input[type="search"],
729
+ .ui.inverted.form input[type="tel"],
730
+ .ui.inverted.form input[type="time"],
731
+ .ui.inverted.form input[type="text"],
732
+ .ui.inverted.form input[type="url"] {
733
+ background: @invertedInputBackground;
734
+ border-color: @invertedInputBorderColor;
735
+ color: @invertedInputColor;
736
+ box-shadow: @invertedInputBoxShadow;
737
+ }
738
+
739
+
671
740
  /*--------------------
672
741
  Field Groups
673
742
  ---------------------*/
@@ -924,10 +993,8 @@
924
993
  /* Inline Input */
925
994
  .ui.form .inline.fields .field > input,
926
995
  .ui.form .inline.fields .field > select,
927
- .ui.form .inline.fields .field > .ui.input,
928
996
  .ui.form .inline.field > input,
929
- .ui.form .inline.field > select,
930
- .ui.form .inline.field > .ui.input {
997
+ .ui.form .inline.field > select {
931
998
  display: inline-block;
932
999
  width: auto;
933
1000
 
@@ -938,7 +1005,6 @@
938
1005
  font-size: @inlineInputSize;
939
1006
  }
940
1007
 
941
-
942
1008
  /* Label */
943
1009
  .ui.form .inline.fields .field > :first-child,
944
1010
  .ui.form .inline.field > :first-child {
@@ -955,8 +1021,7 @@
955
1021
  align-items: center;
956
1022
  }
957
1023
  .ui.form .inline.fields .wide.field > input,
958
- .ui.form .inline.fields .wide.field > select,
959
- .ui.form .inline.fields .wide.field > .ui.input {
1024
+ .ui.form .inline.fields .wide.field > select {
960
1025
  width: 100%;
961
1026
  }
962
1027