jquery-rails-aristo 1.0.2 → 1.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 883cff69f8f6050710b8a661bfaf0d75158575c2
4
- data.tar.gz: 5e3d012b51428d7d3b14561bba09b04c2c38479c
3
+ metadata.gz: 3433b0a6c1c8e55645a3a2e0ea6a7e03b6192af9
4
+ data.tar.gz: 94e60c0e7edc7938ea6cb309303c3d957e8ace2d
5
5
  SHA512:
6
- metadata.gz: b6f11170f9170904ab19e8dccbe719f0cd079cbb33d27603acec070105a8e43904bc3d8e95a1e5f4b30578d27fe69ef33a617901d30e6ce3070da3e7f35ea04d
7
- data.tar.gz: 848dadb7a062db6983529fbc0ef3cbef69fd9ea14190c0bebead1aff56399c4b397ae7cb2028caf3e277c700359e07471a20966a4dfd591d35da12074605f005
6
+ metadata.gz: 0af599fc4b3dd3989886efb234328ed2557bfa9132a374b17d833b831d93817fe76968160f1dbaf0b9be725584d9baf5f5ebb7fede3c6604498d1e7011ba666b
7
+ data.tar.gz: 541cf05aa53cce04733cb41dfadb754c09a1f92e9afc9cef14c6307aba8eff77db61cd6b3d1da572a3ae53fd091fb01b743700ac7c5635bec5b9afe804299946
@@ -1,3 +1,6 @@
1
+ # Version 1.0.3
2
+ * Update to latest Aristo release (now also supporting jQuery UI 1.10).
3
+
1
4
  # Version 1.0.2
2
5
  * Add support for Rails 4.
3
6
 
@@ -10,6 +10,7 @@
10
10
 
11
11
  /* Layout helpers
12
12
  ----------------------------------*/
13
+ .ui-front { z-index: 100; }
13
14
  .ui-helper-hidden { display: none; }
14
15
  .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
15
16
  .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
@@ -38,7 +39,7 @@
38
39
  ----------------------------------*/
39
40
 
40
41
  /* Overlays */
41
- .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
42
+ .ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; }
42
43
 
43
44
 
44
45
  /*
@@ -372,7 +373,7 @@
372
373
  .ui-accordion .ui-accordion-li-fix { display: inline; }
373
374
  .ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
374
375
  .ui-accordion .ui-accordion-header a { display: block; font-size: 12px; font-weight: bold; padding: .5em .5em .5em .7em; }
375
- .ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
376
+ .ui-accordion .ui-accordion-icons { padding-left: 2.2em; }
376
377
  .ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
377
378
  .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
378
379
  .ui-accordion .ui-accordion-content-active { display: block; }/*
@@ -461,9 +462,10 @@ button.ui-button-icons-only { width: 3.7em; }
461
462
 
462
463
  /* button animation properties */
463
464
  .ui-button {
464
- -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
465
- -moz-transition: -moz-box-shadow 0.25s ease-in-out;
466
- -o-transition: -o-box-shadow 0.25s ease-in-out;
465
+ -webkit-transition: all 250ms ease-in-out;
466
+ -moz-transition: all 250ms ease-in-out;
467
+ -o-transition: all 250ms ease-in-out;
468
+ transition: all 250ms ease-in-out;
467
469
  }
468
470
 
469
471
  /*states*/
@@ -496,7 +498,7 @@ button.ui-button-icons-only { width: 3.7em; }
496
498
  .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
497
499
  .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
498
500
  /* no icon support for input elements, provide padding by default */
499
- input.ui-button { font-size: 14px; font-weight: bold; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); padding: 0 1em !important; height: 33px; }
501
+ input.ui-button, .ui-widget-content input.ui-button { font-size: 14px; font-weight: bold; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); padding: 0 1em !important; height: 33px; }
500
502
  /*remove submit button internal padding in Firefox*/
501
503
  input.ui-button::-moz-focus-inner {
502
504
  border: 0;
@@ -549,12 +551,14 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
549
551
  .ui-dialog {
550
552
  -webkit-box-shadow: 0 2px 12px rgba(0,0,0,0.6);
551
553
  -moz-box-shadow: 0 2px 12px rgba(0,0,0,0.6);
554
+ box-shadow: 0 2px 12px rgba(0,0,0,0.6);
552
555
  }
553
556
  .ui-dialog .ui-dialog-titlebar { padding: 0.7em 1em 0.6em 1em; position: relative; border: none; border-bottom: 1px solid #979797; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
554
557
  .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; font-size: 14px; text-shadow: 0 1px 0 rgba(255,255,255,0.5); }
555
- .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .8em; top: 55%; width: 16px; margin: -10px 0 0 0; padding: 0; height: 16px; }
556
- .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; background: image-url("jqueryui-aristo/images/icon_sprite.png") 0 -16px no-repeat; }
557
- .ui-dialog .ui-dialog-titlebar-close:hover span { background-position: -16px -16px; }
558
+ .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .8em; top: 55%; width: 16px; margin: -10px 0 0 0; padding: 0; height: 16px; background: image-url("jqueryui-aristo/images/icon_sprite.png") 0 -16px no-repeat; border: 0 none; }
559
+ .ui-dialog .ui-dialog-titlebar-close { -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; -webkit-transition: none; -moz-transition: none; transition: none; }
560
+ .ui-dialog .ui-dialog-titlebar-close span { display: none; }
561
+ .ui-dialog .ui-dialog-titlebar-close:hover { background-position: -16px -16px; }
558
562
  .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; border: 0; }
559
563
  .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
560
564
  .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
@@ -718,9 +722,10 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
718
722
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1) inset, 0 1px 0 rgba(255,255,255,0.2);
719
723
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1) inset, 0 1px 0 rgba(255,255,255,0.2);
720
724
  box-shadow: 0 1px 3px rgba(0,0,0,0.1) inset, 0 1px 0 rgba(255,255,255,0.2);
721
- -webkit-transition: all 0.25s ease-in-out;
722
- -moz-transition: all 0.25 ease-in-out;
723
- -o-transition: all 0.25s ease-in-out;
725
+ -webkit-transition: all 250ms ease-in-out;
726
+ -moz-transition: all 250ms ease-in-out;
727
+ -o-transition: all 250ms ease-in-out;
728
+ transition: all 250ms ease-in-out;
724
729
  }
725
730
  .ui-form textarea:hover, .ui-form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):hover {
726
731
  border: 1px solid #bdbdbd;
@@ -733,4 +738,58 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
733
738
  -webkit-box-shadow: 0 2px 3px rgba(161,202,226,0.5) inset, 0 1px 0 rgba(255,255,255,0.2);
734
739
  -moz-box-shadow: 0 2px 3px rgba(161,202,226,0.5) inset, 0 1px 0 rgba(255,255,255,0.2);
735
740
  box-shadow: 0 2px 3px rgba(161,202,226,0.5) inset, 0 1px 0 rgba(255,255,255,0.2);
741
+ }
742
+
743
+
744
+
745
+ .ui-spinner {
746
+ position: relative;
747
+ display: inline-block;
748
+ overflow: hidden;
749
+ padding: 0;
750
+ vertical-align: middle;
751
+ border: 0 none;
752
+ }
753
+ .ui-spinner-input {
754
+ border: none;
755
+ background: none;
756
+ color: inherit;
757
+ padding: 0;
758
+ margin: 0;
759
+ vertical-align: middle;
760
+ }
761
+ .ui-spinner-button {
762
+ width: 16px;
763
+ height: 50%;
764
+ font-size: .5em;
765
+ padding: 0;
766
+ margin: 0;
767
+ text-align: center;
768
+ position: absolute;
769
+ cursor: default;
770
+ display: block;
771
+ overflow: hidden;
772
+ right: 0;
773
+ -webkit-box-sizing: border-box;
774
+ -moz-box-sizing: border-box;
775
+ box-sizing: border-box;
776
+ }
777
+ /* vertical centre icon */
778
+ .ui-spinner .ui-icon {
779
+ position: absolute;
780
+ margin-top: -8px;
781
+ top: 50%;
782
+ left: 0;
783
+ }
784
+ .ui-spinner-up {
785
+ top: 0;
786
+ }
787
+ .ui-spinner-down {
788
+ bottom: 0;
789
+ }
790
+
791
+ /* TR overrides */
792
+ .ui-spinner .ui-icon-triangle-1-s {
793
+ /* need to fix icons sprite */
794
+ background-position: -65px -16px;
736
795
  }
@@ -1,3 +1,3 @@
1
1
  module JqueryRailsAristo
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery-rails-aristo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Daschek
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-03 00:00:00.000000000 Z
11
+ date: 2015-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails