jquery_mobile_rails 1.3.b1 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,8 @@
1
1
  /*
2
- * jQuery Mobile Framework Git Build: SHA1: 6862b191d01826bbece890d51afbbcb4ced3540e <> Date: Mon Jan 14 15:57:50 2013 -0800
2
+ * jQuery Mobile Git Build: SHA1: caa77b258660731d663844fe7867aa2c3a107ab1 <> Date: Wed Feb 20 15:03:27 2013 -0500
3
3
  * http://jquerymobile.com
4
4
  *
5
- * Copyright 2012 jQuery Foundation and other contributors
5
+ * Copyright 2010, 2013 jQuery Foundation, Inc. and other contributors
6
6
  * Released under the MIT license.
7
7
  * http://jquery.org/license
8
8
  *
@@ -17,7 +17,7 @@
17
17
  background: #111 /*{a-bar-background-color}*/;
18
18
  color: #fff /*{a-bar-color}*/;
19
19
  font-weight: bold;
20
- text-shadow: 0 /*{a-bar-shadow-x}*/ -1px /*{a-bar-shadow-y}*/ 1px /*{a-bar-shadow-radius}*/ #000 /*{a-bar-shadow-color}*/;
20
+ text-shadow: 0 /*{a-bar-shadow-x}*/ -1px /*{a-bar-shadow-y}*/ 0 /*{a-bar-shadow-radius}*/ #000 /*{a-bar-shadow-color}*/;
21
21
  background-image: -webkit-gradient(linear, left top, left bottom, from( #3c3c3c /*{a-bar-background-start}*/), to( #111 /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
22
22
  background-image: -webkit-linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
23
23
  background-image: -moz-linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* FF3.6 */
@@ -53,14 +53,14 @@
53
53
  border: 1px solid #444 /*{a-body-border}*/;
54
54
  background: #222 /*{a-body-background-color}*/;
55
55
  color: #fff /*{a-body-color}*/;
56
- text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 1px /*{a-body-shadow-radius}*/ #111 /*{a-body-shadow-color}*/;
56
+ text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #111 /*{a-body-shadow-color}*/;
57
57
  font-weight: normal;
58
58
  background-image: -webkit-gradient(linear, left top, left bottom, from( #444 /*{a-body-background-start}*/), to( #222 /*{a-body-background-end}*/)); /* Saf4+, Chrome */
59
59
  background-image: -webkit-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
60
60
  background-image: -moz-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* FF3.6 */
61
61
  background-image: -ms-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* IE10 */
62
62
  background-image: -o-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* Opera 11.10+ */
63
- background-image: linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/);
63
+ background-image: linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/);
64
64
  }
65
65
  .ui-overlay-a {
66
66
  background-image: none;
@@ -94,7 +94,7 @@
94
94
  background: #333 /*{a-bup-background-color}*/;
95
95
  font-weight: bold;
96
96
  color: #fff /*{a-bup-color}*/;
97
- text-shadow: 0 /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 1px /*{a-bup-shadow-radius}*/ #111 /*{a-bup-shadow-color}*/;
97
+ text-shadow: 0 /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 0 /*{a-bup-shadow-radius}*/ #111 /*{a-bup-shadow-color}*/;
98
98
  background-image: -webkit-gradient(linear, left top, left bottom, from( #444 /*{a-bup-background-start}*/), to( #2d2d2d /*{a-bup-background-end}*/)); /* Saf4+, Chrome */
99
99
  background-image: -webkit-linear-gradient( #444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
100
100
  background-image: -moz-linear-gradient( #444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* FF3.6 */
@@ -111,7 +111,7 @@
111
111
  background: #444 /*{a-bhover-background-color}*/;
112
112
  font-weight: bold;
113
113
  color: #fff /*{a-bhover-color}*/;
114
- text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 1px /*{a-bhover-shadow-radius}*/ #111 /*{a-bhover-shadow-color}*/;
114
+ text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 0 /*{a-bhover-shadow-radius}*/ #111 /*{a-bhover-shadow-color}*/;
115
115
  background-image: -webkit-gradient(linear, left top, left bottom, from( #555 /*{a-bhover-background-start}*/), to( #383838 /*{a-bhover-background-end}*/)); /* Saf4+, Chrome */
116
116
  background-image: -webkit-linear-gradient( #555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
117
117
  background-image: -moz-linear-gradient( #555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/); /* FF3.6 */
@@ -129,7 +129,7 @@
129
129
  background: #222 /*{a-bdown-background-color}*/;
130
130
  font-weight: bold;
131
131
  color: #fff /*{a-bdown-color}*/;
132
- text-shadow: 0 /*{a-bdown-shadow-x}*/ 1px /*{a-bdown-shadow-y}*/ 1px /*{a-bdown-shadow-radius}*/ #111 /*{a-bdown-shadow-color}*/;
132
+ text-shadow: 0 /*{a-bdown-shadow-x}*/ 1px /*{a-bdown-shadow-y}*/ 0 /*{a-bdown-shadow-radius}*/ #111 /*{a-bdown-shadow-color}*/;
133
133
  background-image: -webkit-gradient(linear, left top, left bottom, from( #202020 /*{a-bdown-background-start}*/), to( #2c2c2c /*{a-bdown-background-end}*/)); /* Saf4+, Chrome */
134
134
  background-image: -webkit-linear-gradient( #202020 /*{a-bdown-background-start}*/, #2c2c2c /*{a-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
135
135
  background-image: -moz-linear-gradient( #202020 /*{a-bdown-background-start}*/, #2c2c2c /*{a-bdown-background-end}*/); /* FF3.6 */
@@ -155,7 +155,7 @@
155
155
  background: #5e87b0 /*{b-bar-background-color}*/;
156
156
  color: #fff /*{b-bar-color}*/;
157
157
  font-weight: bold;
158
- text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 1px /*{b-bar-shadow-radius}*/ #3e6790 /*{b-bar-shadow-color}*/;
158
+ text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 0 /*{b-bar-shadow-radius}*/ #3e6790 /*{b-bar-shadow-color}*/;
159
159
  background-image: -webkit-gradient(linear, left top, left bottom, from( #6facd5 /*{b-bar-background-start}*/), to( #497bae /*{b-bar-background-end}*/)); /* Saf4+, Chrome */
160
160
  background-image: -webkit-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
161
161
  background-image: -moz-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/); /* FF3.6 */
@@ -232,7 +232,7 @@
232
232
  background: #396b9e /*{b-bup-background-color}*/;
233
233
  font-weight: bold;
234
234
  color: #fff /*{b-bup-color}*/;
235
- text-shadow: 0 /*{b-bup-shadow-x}*/ 1px /*{b-bup-shadow-y}*/ 1px /*{b-bup-shadow-radius}*/ #194b7e /*{b-bup-shadow-color}*/;
235
+ text-shadow: 0 /*{b-bup-shadow-x}*/ 1px /*{b-bup-shadow-y}*/ 0 /*{b-bup-shadow-radius}*/ #194b7e /*{b-bup-shadow-color}*/;
236
236
  background-image: -webkit-gradient(linear, left top, left bottom, from( #5f9cc5 /*{b-bup-background-start}*/), to( #396b9e /*{b-bup-background-end}*/)); /* Saf4+, Chrome */
237
237
  background-image: -webkit-linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
238
238
  background-image: -moz-linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* FF3.6 */
@@ -249,7 +249,7 @@
249
249
  background: #4b88b6 /*{b-bhover-background-color}*/;
250
250
  font-weight: bold;
251
251
  color: #fff /*{b-bhover-color}*/;
252
- text-shadow: 0 /*{b-bhover-shadow-x}*/ 1px /*{b-bhover-shadow-y}*/ 1px /*{b-bhover-shadow-radius}*/ #194b7e /*{b-bhover-shadow-color}*/;
252
+ text-shadow: 0 /*{b-bhover-shadow-x}*/ 1px /*{b-bhover-shadow-y}*/ 0 /*{b-bhover-shadow-radius}*/ #194b7e /*{b-bhover-shadow-color}*/;
253
253
  background-image: -webkit-gradient(linear, left top, left bottom, from( #6facd5 /*{b-bhover-background-start}*/), to( #4272a4 /*{b-bhover-background-end}*/)); /* Saf4+, Chrome */
254
254
  background-image: -webkit-linear-gradient( #6facd5 /*{b-bhover-background-start}*/, #4272a4 /*{b-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
255
255
  background-image: -moz-linear-gradient( #6facd5 /*{b-bhover-background-start}*/, #4272a4 /*{b-bhover-background-end}*/); /* FF3.6 */
@@ -267,7 +267,7 @@
267
267
  background: #4e89c5 /*{b-bdown-background-color}*/;
268
268
  font-weight: bold;
269
269
  color: #fff /*{b-bdown-color}*/;
270
- text-shadow: 0 /*{b-bdown-shadow-x}*/ 1px /*{b-bdown-shadow-y}*/ 1px /*{b-bdown-shadow-radius}*/ #194b7e /*{b-bdown-shadow-color}*/;
270
+ text-shadow: 0 /*{b-bdown-shadow-x}*/ 1px /*{b-bdown-shadow-y}*/ 0 /*{b-bdown-shadow-radius}*/ #194b7e /*{b-bdown-shadow-color}*/;
271
271
  background-image: -webkit-gradient(linear, left top, left bottom, from( #295b8e /*{b-bdown-background-start}*/), to( #3e79b5 /*{b-bdown-background-end}*/)); /* Saf4+, Chrome */
272
272
  background-image: -webkit-linear-gradient( #295b8e /*{b-bdown-background-start}*/, #3e79b5 /*{b-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
273
273
  background-image: -moz-linear-gradient( #295b8e /*{b-bdown-background-start}*/, #3e79b5 /*{b-bdown-background-end}*/); /* FF3.6 */
@@ -293,7 +293,7 @@
293
293
  background: #eee /*{c-bar-background-color}*/;
294
294
  color: #3e3e3e /*{c-bar-color}*/;
295
295
  font-weight: bold;
296
- text-shadow: 0 /*{c-bar-shadow-x}*/ 1px /*{c-bar-shadow-y}*/ 1px /*{c-bar-shadow-radius}*/ #fff /*{c-bar-shadow-color}*/;
296
+ text-shadow: 0 /*{c-bar-shadow-x}*/ 1px /*{c-bar-shadow-y}*/ 0 /*{c-bar-shadow-radius}*/ #fff /*{c-bar-shadow-color}*/;
297
297
  background-image: -webkit-gradient(linear, left top, left bottom, from( #f0f0f0 /*{c-bar-background-start}*/), to( #ddd /*{c-bar-background-end}*/)); /* Saf4+, Chrome */
298
298
  background-image: -webkit-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
299
299
  background-image: -moz-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* FF3.6 */
@@ -699,7 +699,7 @@
699
699
  text-decoration: none;
700
700
  }
701
701
  /* Structure */
702
- /* links within "buttons"
702
+ /* links within "buttons"
703
703
  -----------------------------------------------------------------------------------------------------------*/
704
704
  a.ui-link-inherit {
705
705
  text-decoration: none !important;
@@ -712,7 +712,7 @@ a.ui-link-inherit {
712
712
  font-weight: bold;
713
713
  color: #fff /*{global-active-color}*/;
714
714
  cursor: pointer;
715
- text-shadow: 0 /*{global-active-shadow-x}*/ 1px /*{global-active-shadow-y}*/ 1px /*{global-active-shadow-radius}*/ #3373a5 /*{global-active-shadow-color}*/;
715
+ text-shadow: 0 /*{global-active-shadow-x}*/ 1px /*{global-active-shadow-y}*/ 0 /*{global-active-shadow-radius}*/ #3373a5 /*{global-active-shadow-color}*/;
716
716
  text-decoration: none;
717
717
  background-image: -webkit-gradient(linear, left top, left bottom, from( #5393c5 /*{global-active-background-start}*/), to( #6facd5 /*{global-active-background-end}*/)); /* Saf4+, Chrome */
718
718
  background-image: -webkit-linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/); /* Chrome 10+, Saf5.1+ */
@@ -762,130 +762,216 @@ a.ui-link-inherit {
762
762
  -----------------------------------------------------------------------------------------------------------*/
763
763
  .ui-icon,
764
764
  .ui-icon-searchfield:after {
765
- background: #666 /*{global-icon-color}*/;
766
- background: rgba(0,0,0,.4) /*{global-icon-disc}*/;
765
+ background-color: #666 /*{global-icon-color}*/;
766
+ background-color: rgba(0,0,0,.4) /*{global-icon-disc}*/;
767
767
  background-image: image-url("jquery-mobile/icons-18-white.png") /*{global-icon-set}*/;
768
768
  background-repeat: no-repeat;
769
- -moz-border-radius: 9px;
770
769
  -webkit-border-radius: 9px;
771
770
  border-radius: 9px;
772
771
  }
773
772
  /* Alt icon color
774
773
  -----------------------------------------------------------------------------------------------------------*/
775
- .ui-icon-alt {
776
- background: #fff;
777
- background: rgba(255,255,255,.3);
774
+ .ui-icon-alt .ui-icon,
775
+ .ui-icon-alt .ui-icon-searchfield:after {
776
+ background-color: #fff;
777
+ background-color: rgba(255,255,255,.3);
778
778
  background-image: image-url("jquery-mobile/icons-18-black.png");
779
779
  background-repeat: no-repeat;
780
780
  }
781
- /* HD/"retina" sprite
781
+ /* No disc
782
782
  -----------------------------------------------------------------------------------------------------------*/
783
- @media only screen and (-webkit-min-device-pixel-ratio: 1.3),
784
- only screen and (min--moz-device-pixel-ratio: 1.3),
785
- only screen and (min-resolution: 200dpi) {
786
-
787
- .ui-icon-plus, .ui-icon-minus, .ui-icon-delete, .ui-icon-arrow-r,
788
- .ui-icon-arrow-l, .ui-icon-arrow-u, .ui-icon-arrow-d, .ui-icon-check,
789
- .ui-icon-gear, .ui-icon-refresh, .ui-icon-forward, .ui-icon-back,
790
- .ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-bars, .ui-icon-edit, .ui-icon-search, .ui-icon-searchfield:after,
791
- .ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on {
792
- background-image: image-url("jquery-mobile/icons-36-white.png");
793
- /* Set the background size 2px larger to avoid rounding errors in chrome */
794
- -moz-background-size: 842px 18px;
795
- -o-background-size: 842px 18px;
796
- -webkit-background-size: 842px 18px;
797
- background-size: 842px 18px;
798
- }
799
- .ui-icon-alt {
800
- background-image: image-url("jquery-mobile/icons-36-black.png");
801
- }
783
+ .ui-icon-nodisc .ui-icon,
784
+ .ui-icon-nodisc .ui-icon-searchfield:after,
785
+ .ui-icon-nodisc .ui-icon-alt .ui-icon,
786
+ .ui-icon-nodisc .ui-icon-alt .ui-icon-searchfield:after {
787
+ background-color: transparent;
802
788
  }
789
+ /* Icon sprite
790
+ -----------------------------------------------------------------------------------------------------------*/
803
791
  /* plus minus */
804
792
  .ui-icon-plus {
805
- background-position: -0 50%;
793
+ background-position: -1px -1px;
806
794
  }
807
795
  .ui-icon-minus {
808
- background-position: -36px 50%;
796
+ background-position: -37px -1px;
809
797
  }
810
798
  /* delete/close */
811
799
  .ui-icon-delete {
812
- background-position: -72px 50%;
800
+ background-position: -73px -1px;
813
801
  }
814
802
  /* arrows */
815
803
  .ui-icon-arrow-r {
816
- background-position: -108px 50%;
804
+ background-position: -108px -1px;
817
805
  }
818
806
  .ui-icon-arrow-l {
819
- background-position: -144px 50%;
807
+ background-position: -144px -1px;
820
808
  }
821
809
  .ui-icon-arrow-u {
822
- background-position: -180px 50%;
810
+ background-position: -180px -1px;
823
811
  }
824
812
  .ui-icon-arrow-d {
825
- background-position: -216px 50%;
813
+ background-position: -216px -1px;
826
814
  }
827
815
  /* misc */
828
816
  .ui-icon-check {
829
- background-position: -252px 50%;
817
+ background-position: -252px -1px;
830
818
  }
831
819
  .ui-icon-gear {
832
- background-position: -288px 50%;
820
+ background-position: -288px -1px;
833
821
  }
834
822
  .ui-icon-refresh {
835
- background-position: -324px 50%;
823
+ background-position: -323px -1px;
836
824
  }
837
825
  .ui-icon-forward {
838
- background-position: -360px 50%;
826
+ background-position: -360px -1px;
839
827
  }
840
828
  .ui-icon-back {
841
- background-position: -396px 50%;
829
+ background-position: -396px -1px;
842
830
  }
843
831
  .ui-icon-grid {
844
- background-position: -432px 50%;
832
+ background-position: -432px -1px;
845
833
  }
846
834
  .ui-icon-star {
847
- background-position: -468px 50%;
835
+ background-position: -467px -1px;
848
836
  }
849
837
  .ui-icon-alert {
850
- background-position: -504px 50%;
838
+ background-position: -503px -1px;
851
839
  }
852
840
  .ui-icon-info {
853
- background-position: -540px 50%;
841
+ background-position: -539px -1px;
854
842
  }
855
843
  .ui-icon-home {
856
- background-position: -576px 50%;
857
- }
858
- .ui-icon-bars {
859
- background-position: -785px 50%;
860
- }.ui-icon-edit {
861
- background-position: -824px 50%;
844
+ background-position: -575px -1px;
862
845
  }
846
+ /* search */
863
847
  .ui-icon-search,
864
848
  .ui-icon-searchfield:after {
865
- background-position: -612px 50%;
849
+ background-position: -611px -1px;
850
+ }
851
+ /* checkbox radio */
852
+ .ui-icon-checkbox-on {
853
+ background-position: -647px -1px;
866
854
  }
867
855
  .ui-icon-checkbox-off {
868
- background-position: -684px 50%;
856
+ background-position: -683px -1px;
869
857
  }
870
- .ui-icon-checkbox-on {
871
- background-position: -648px 50%;
858
+ .ui-icon-radio-on {
859
+ background-position: -718px -1px;
872
860
  }
873
861
  .ui-icon-radio-off {
874
- background-position: -756px 50%;
862
+ background-position: -754px -1px;
875
863
  }
876
- .ui-icon-radio-on {
877
- background-position: -720px 50%;
864
+ /* menu edit */
865
+ .ui-icon-bars {
866
+ background-position: -788px -1px;
867
+ }
868
+ .ui-icon-edit {
869
+ background-position: -824px -1px;
870
+ }
871
+ /* HD/"retina" sprite
872
+ -----------------------------------------------------------------------------------------------------------*/
873
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.3),
874
+ only screen and (min--moz-device-pixel-ratio: 1.3),
875
+ only screen and (min-resolution: 200dpi) {
876
+
877
+ .ui-icon-plus, .ui-icon-minus, .ui-icon-delete, .ui-icon-arrow-r,
878
+ .ui-icon-arrow-l, .ui-icon-arrow-u, .ui-icon-arrow-d, .ui-icon-check,
879
+ .ui-icon-gear, .ui-icon-refresh, .ui-icon-forward, .ui-icon-back,
880
+ .ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-bars, .ui-icon-edit,
881
+ .ui-icon-search, .ui-icon-searchfield:after,
882
+ .ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on {
883
+ background-image: image-url("jquery-mobile/icons-36-white.png");
884
+ -moz-background-size: 864px 18px;
885
+ -o-background-size: 864px 18px;
886
+ -webkit-background-size: 864px 18px;
887
+ background-size: 864px 18px;
888
+ }
889
+ .ui-icon-alt .ui-icon {
890
+ background-image: image-url("jquery-mobile/icons-36-black.png");
891
+ }
892
+ .ui-icon-plus {
893
+ background-position: 0px 50%;
894
+ }
895
+ .ui-icon-minus {
896
+ background-position: -36px 50%;
897
+ }
898
+ .ui-icon-delete {
899
+ background-position: -72px 50%;
900
+ }
901
+ .ui-icon-arrow-r {
902
+ background-position: -108px 50%;
903
+ }
904
+ .ui-icon-arrow-l {
905
+ background-position: -144px 50%;
906
+ }
907
+ .ui-icon-arrow-u {
908
+ background-position: -179px 50%;
909
+ }
910
+ .ui-icon-arrow-d {
911
+ background-position: -215px 50%;
912
+ }
913
+ .ui-icon-check {
914
+ background-position: -252px 50%;
915
+ }
916
+ .ui-icon-gear {
917
+ background-position: -287px 50%;
918
+ }
919
+ .ui-icon-refresh {
920
+ background-position: -323px 50%;
921
+ }
922
+ .ui-icon-forward {
923
+ background-position: -360px 50%;
924
+ }
925
+ .ui-icon-back {
926
+ background-position: -395px 50%;
927
+ }
928
+ .ui-icon-grid {
929
+ background-position: -431px 50%;
930
+ }
931
+ .ui-icon-star {
932
+ background-position: -467px 50%;
933
+ }
934
+ .ui-icon-alert {
935
+ background-position: -503px 50%;
936
+ }
937
+ .ui-icon-info {
938
+ background-position: -538px 50%;
939
+ }
940
+ .ui-icon-home {
941
+ background-position: -575px 50%;
942
+ }
943
+ .ui-icon-search,
944
+ .ui-icon-searchfield:after {
945
+ background-position: -611px 50%;
946
+ }
947
+ .ui-icon-checkbox-on {
948
+ background-position: -647px 50%;
949
+ }
950
+ .ui-icon-checkbox-off {
951
+ background-position: -683px 50%;
952
+ }
953
+ .ui-icon-radio-on {
954
+ background-position: -718px 50%;
955
+ }
956
+ .ui-icon-radio-off {
957
+ background-position: -754px 50%;
958
+ }
959
+ .ui-icon-bars {
960
+ background-position: -788px 50%;
961
+
962
+ }.ui-icon-edit {
963
+ background-position: -824px 50%;
964
+ }
878
965
  }
879
966
  /* checks,radios */
880
967
  .ui-checkbox .ui-icon,
881
968
  .ui-selectmenu-list .ui-icon {
882
- -moz-border-radius: 3px;
883
969
  -webkit-border-radius: 3px;
884
970
  border-radius: 3px;
885
971
  }
886
972
  .ui-icon-checkbox-off,
887
973
  .ui-icon-radio-off {
888
- background-color: transparent;
974
+ background-color: transparent;
889
975
  }
890
976
  .ui-checkbox-on .ui-icon,
891
977
  .ui-radio-on .ui-icon {
@@ -896,7 +982,7 @@ a.ui-link-inherit {
896
982
  background: image-url("jquery-mobile/ajax-loader.gif");
897
983
  background-size: 46px 46px;
898
984
  }
899
- /* Button corner classes
985
+ /* Button corner class
900
986
  -----------------------------------------------------------------------------------------------------------*/
901
987
  .ui-btn-corner-all {
902
988
  -webkit-border-radius: 1em /*{global-radii-buttons}*/;
@@ -924,9 +1010,9 @@ a.ui-link-inherit {
924
1010
  box-shadow: 0px 0px 12px rgba(0,0,0,.6);
925
1011
  }
926
1012
  .ui-shadow {
927
- -moz-box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
928
- -webkit-box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
929
- box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
1013
+ -moz-box-shadow: 0px 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
1014
+ -webkit-box-shadow: 0px 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
1015
+ box-shadow: 0px 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
930
1016
  }
931
1017
  .ui-bar-a .ui-shadow,
932
1018
  .ui-bar-b .ui-shadow ,
@@ -963,7 +1049,7 @@ a.ui-link-inherit {
963
1049
  .ui-input-search.ui-focus {
964
1050
  -moz-box-shadow: 0px 0px 12px #387bbe /*{global-active-background-color}*/;
965
1051
  -webkit-box-shadow: 0px 0px 12px #387bbe /*{global-active-background-color}*/;
966
- box-shadow: 0px 0px 12px #387bbe /*{global-active-background-color}*/;
1052
+ box-shadow: 0px 0px 12px #387bbe /*{global-active-background-color}*/;
967
1053
  }
968
1054
  /* unset box shadow in browsers that don't do it right
969
1055
  -----------------------------------------------------------------------------------------------------------*/
@@ -1007,7 +1093,7 @@ div.ui-mobile-viewport { overflow-x: hidden; }
1007
1093
  .ui-loader-verbose { width: 200px; filter: Alpha(Opacity=88); opacity: .88; box-shadow: 0 1px 1px -1px #fff; height: auto; margin-left: -110px; margin-top: -43px; padding: 10px; }
1008
1094
  .ui-loader-default h1 { font-size: 0; width: 0; height: 0; overflow: hidden; }
1009
1095
  .ui-loader-verbose h1 { font-size: 16px; margin: 0; text-align: center; }
1010
- .ui-loader .ui-icon { background-color: #000; display: block; margin: 0; width: 44px; height: 44px; padding: 1px; -webkit-border-radius: 36px; -moz-border-radius: 36px; border-radius: 36px; }
1096
+ .ui-loader .ui-icon { background-color: #000; display: block; margin: 0; width: 44px; height: 44px; padding: 1px; -webkit-border-radius: 36px; border-radius: 36px; }
1011
1097
  .ui-loader-verbose .ui-icon { margin: 0 auto 10px; filter: Alpha(Opacity=75); opacity: .75; }
1012
1098
  .ui-loader-textonly { padding: 15px; margin-left: -115px; }
1013
1099
  .ui-loader-textonly .ui-icon { display: none; }
@@ -1032,10 +1118,10 @@ div.ui-mobile-viewport { overflow-x: hidden; }
1032
1118
  .ui-footer .ui-btn-left { left: 5px; }
1033
1119
  .ui-header .ui-btn-right,
1034
1120
  .ui-footer .ui-btn-right { right: 5px; }
1035
- .ui-footer .ui-btn-icon-notext,
1036
- .ui-header .ui-btn-icon-notext,
1037
- .ui-header-fixed.ui-fixed-hidden .ui-btn-icon-notext { top: 6px; }
1038
- .ui-header-fixed .ui-btn-icon-notext { top: 7px;}
1121
+ .ui-footer > .ui-btn-icon-notext,
1122
+ .ui-header > .ui-btn-icon-notext,
1123
+ .ui-header-fixed.ui-fixed-hidden > .ui-btn-icon-notext { top: 6px; }
1124
+ .ui-header-fixed > .ui-btn-icon-notext { top: 7px;}
1039
1125
  .ui-header .ui-title, .ui-footer .ui-title { min-height: 1.1em; text-align: center; font-size: 16px; display: block; margin: .6em 30% .8em; padding: 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; outline: 0 !important; }
1040
1126
  .ui-footer .ui-title { margin: .6em 15px .8em; }
1041
1127
  /* content area*/
@@ -1617,11 +1703,11 @@ div.ui-mobile-viewport { overflow-x: hidden; }
1617
1703
  -webkit-backface-visibility: hidden;
1618
1704
  -webkit-transform: translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */
1619
1705
  -webkit-transform-origin: 0;
1620
-
1706
+
1621
1707
  -moz-backface-visibility: hidden;
1622
1708
  -moz-transform: translateX(0);
1623
1709
  -moz-transform-origin: 0;
1624
-
1710
+
1625
1711
  backface-visibility :hidden;
1626
1712
  transform: translateX(0);
1627
1713
  transform-origin: 0;
@@ -1644,7 +1730,7 @@ div.ui-mobile-viewport { overflow-x: hidden; }
1644
1730
  -moz-animation-duration: 250ms;
1645
1731
  animation-name: flipintoright;
1646
1732
  animation-duration: 250ms;
1647
-
1733
+
1648
1734
  }
1649
1735
  .turn.out.reverse {
1650
1736
  -webkit-transform: rotateY(90deg) scale(.9);
@@ -1711,17 +1797,17 @@ div.ui-mobile-viewport { overflow-x: hidden; }
1711
1797
  .flow {
1712
1798
  -webkit-transform-origin: 50% 30%;
1713
1799
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,.4);
1714
- -moz-transform-origin: 50% 30%;
1800
+ -moz-transform-origin: 50% 30%;
1715
1801
  -moz-box-shadow: 0 0 20px rgba(0,0,0,.4);
1716
- transform-origin: 50% 30%;
1802
+ transform-origin: 50% 30%;
1717
1803
  box-shadow: 0 0 20px rgba(0,0,0,.4);
1718
1804
  }
1719
1805
  .ui-dialog.flow {
1720
1806
  -webkit-transform-origin: none;
1721
1807
  -webkit-box-shadow: none;
1722
- -moz-transform-origin: none;
1808
+ -moz-transform-origin: none;
1723
1809
  -moz-box-shadow: none;
1724
- transform-origin: none;
1810
+ transform-origin: none;
1725
1811
  box-shadow: none;
1726
1812
  }
1727
1813
  .flow.out {
@@ -1849,13 +1935,13 @@ div.ui-mobile-viewport { overflow-x: hidden; }
1849
1935
  .ui-grid-d .ui-block-a { clear: left; }
1850
1936
  /* preset breakpoint to switch to stacked grid styles below 35em (560px) */
1851
1937
  @media all and (max-width: 35em) {
1852
- .ui-responsive .ui-block-a,
1853
- .ui-responsive .ui-block-b,
1938
+ .ui-responsive .ui-block-a,
1939
+ .ui-responsive .ui-block-b,
1854
1940
  .ui-responsive .ui-block-c,
1855
1941
  .ui-responsive .ui-block-d,
1856
- .ui-responsive .ui-block-e {
1857
- width: 100%;
1858
- float:none;
1942
+ .ui-responsive .ui-block-e {
1943
+ width: 100%;
1944
+ float:none;
1859
1945
  }
1860
1946
  }
1861
1947
  /* fixed page header & footer configuration */
@@ -1906,7 +1992,7 @@ div.ui-mobile-viewport { overflow-x: hidden; }
1906
1992
  left: -9999px;
1907
1993
  }
1908
1994
  .ui-header-fixed .ui-btn,
1909
- .ui-footer-fixed .ui-btn {
1995
+ .ui-footer-fixed .ui-btn {
1910
1996
  z-index: 10;
1911
1997
  }
1912
1998
  /* workarounds for other widgets */
@@ -1993,7 +2079,7 @@ div.ui-btn-text { width: auto; }
1993
2079
  /* Corner styling inheritance */
1994
2080
  .ui-btn-inner,
1995
2081
  .ui-btn-text {
1996
- -webkit-border-radius: inherit;
2082
+ -webkit-border-radius: inherit;
1997
2083
  border-radius: inherit;
1998
2084
  }
1999
2085
  /*btn icon positioning*/
@@ -2039,18 +2125,20 @@ label.ui-submit { font-size: 16px; line-height: 1.4; font-weight: normal; margin
2039
2125
  .ui-collapsible-inset .ui-collapsible-heading .ui-btn { border-right-width: 1px; border-left-width: 1px; }
2040
2126
  .ui-collapsible-collapsed + .ui-collapsible:not(.ui-collapsible-inset) .ui-collapsible-heading .ui-btn { border-top-width: 0; }
2041
2127
  .ui-collapsible-set .ui-collapsible:not(.ui-collapsible-inset) .ui-collapsible-heading .ui-btn { border-top-width: 1px; }
2042
- .ui-collapsible-heading .ui-btn-inner { padding-left: 12px; }
2128
+ .ui-collapsible-heading .ui-btn-inner { padding-left: 12px; padding-right: 12px; }
2043
2129
  .ui-collapsible-heading .ui-btn-icon-left .ui-btn-inner { padding-left: 40px; }
2044
- .ui-collapsible-heading .ui-btn-icon-right .ui-btn-inner { padding-left: 12px; padding-right: 40px; }
2130
+ .ui-collapsible-heading .ui-btn-icon-right .ui-btn-inner { padding-right: 40px; }
2045
2131
  .ui-collapsible-heading .ui-btn-icon-top .ui-btn-inner,
2046
- .ui-collapsible-heading .ui-btn-icon-bottom .ui-btn-inner { padding-right: 40px; text-align: center; }
2132
+ .ui-collapsible-heading .ui-btn-icon-bottom .ui-btn-inner { text-align: center; }
2133
+ .ui-collapsible-heading .ui-btn-icon-left.ui-mini .ui-btn-inner { padding-left: 30px; }
2134
+ .ui-collapsible-heading .ui-btn-icon-right.ui-mini .ui-btn-inner { padding-right: 30px; }
2047
2135
  .ui-collapsible-heading .ui-btn span.ui-btn { position: absolute; left: 6px; top: 50%; margin: -12px 0 0 0; width: 20px; height: 20px; padding: 1px 0px 1px 2px; text-indent: -9999px; }
2048
2136
  .ui-collapsible-heading .ui-btn span.ui-btn .ui-btn-inner { padding: 10px 0; }
2049
2137
  .ui-collapsible-heading .ui-btn span.ui-btn .ui-icon { left: 0; margin-top: -10px; }
2050
2138
  .ui-collapsible-heading-status { position: absolute; top: -9999px; left:0px; }
2051
2139
  .ui-collapsible-content {
2052
2140
  display: block;
2053
- margin: 0 -15px;
2141
+ margin: 0 -15px;
2054
2142
  padding: 10px 15px;
2055
2143
  border-left-width: 0;
2056
2144
  border-right-width: 0;
@@ -2065,27 +2153,27 @@ label.ui-submit { font-size: 16px; line-height: 1.4; font-weight: normal; margin
2065
2153
  }
2066
2154
  .ui-collapsible-heading,
2067
2155
  .ui-collapsible-heading > .ui-btn {
2068
- -webkit-border-radius: inherit;
2069
- border-radius: inherit;
2156
+ -webkit-border-radius: inherit;
2157
+ border-radius: inherit;
2070
2158
  }
2071
2159
  .ui-collapsible-set .ui-collapsible.ui-first-child {
2072
- -webkit-border-top-right-radius: inherit;
2160
+ -webkit-border-top-right-radius: inherit;
2073
2161
  border-top-right-radius: inherit;
2074
- -webkit-border-top-left-radius: inherit;
2075
- border-top-left-radius: inherit;
2162
+ -webkit-border-top-left-radius: inherit;
2163
+ border-top-left-radius: inherit;
2076
2164
  }
2077
2165
  .ui-collapsible-content,
2078
2166
  .ui-collapsible-set .ui-collapsible.ui-last-child {
2079
- -webkit-border-bottom-right-radius: inherit;
2167
+ -webkit-border-bottom-right-radius: inherit;
2080
2168
  border-bottom-right-radius: inherit;
2081
- -webkit-border-bottom-left-radius: inherit;
2082
- border-bottom-left-radius: inherit;
2169
+ -webkit-border-bottom-left-radius: inherit;
2170
+ border-bottom-left-radius: inherit;
2083
2171
  }
2084
2172
  .ui-collapsible-themed-content:not(.ui-collapsible-collapsed) > .ui-collapsible-heading {
2085
- -webkit-border-bottom-right-radius: 0;
2173
+ -webkit-border-bottom-right-radius: 0;
2086
2174
  border-bottom-right-radius: 0;
2087
- -webkit-border-bottom-left-radius: 0;
2088
- border-bottom-left-radius: 0;
2175
+ -webkit-border-bottom-left-radius: 0;
2176
+ border-bottom-left-radius: 0;
2089
2177
  }
2090
2178
  .ui-collapsible-set { margin: .5em 0; }
2091
2179
  .ui-collapsible-set .ui-collapsible { margin: -1px 0 0; }
@@ -2166,10 +2254,10 @@ label.ui-submit { font-size: 16px; line-height: 1.4; font-weight: normal; margin
2166
2254
  @media all and (min-width: 28em){
2167
2255
  .ui-field-contain .ui-controlgroup-label { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0; }
2168
2256
  .ui-field-contain .ui-controlgroup-controls { width: 78%; display: inline-block; }
2169
- .ui-field-contain .ui-controlgroup .ui-select { width: 100%; display: block; }
2257
+ .ui-field-contain .ui-controlgroup .ui-select { width: 100%; display: block; }
2170
2258
  .ui-field-contain .ui-controlgroup-horizontal .ui-select { width: auto; }
2171
2259
  .ui-hide-label .ui-controlgroup-controls { width: 100%; }
2172
- }
2260
+ }
2173
2261
  .ui-dialog {
2174
2262
  background: none !important; /* this is to ensure that dialog theming does not apply (by default at least) on the page div */
2175
2263
  }
@@ -2181,26 +2269,26 @@ label.ui-submit { font-size: 16px; line-height: 1.4; font-weight: normal; margin
2181
2269
  position: relative;
2182
2270
  top: -15px;
2183
2271
  }
2184
- .ui-dialog-contain > .ui-header,
2185
- .ui-dialog-contain > .ui-content,
2186
- .ui-dialog-contain > .ui-footer {
2272
+ .ui-dialog-contain > .ui-header,
2273
+ .ui-dialog-contain > .ui-content,
2274
+ .ui-dialog-contain > .ui-footer {
2187
2275
  display: block;
2188
- position: relative;
2276
+ position: relative;
2189
2277
  width: auto;
2190
2278
  margin: 0;
2191
2279
  }
2192
2280
  .ui-dialog-contain > .ui-header {
2193
2281
  border: none;
2194
2282
  overflow: hidden;
2195
- z-index: 10;
2283
+ z-index: 10;
2196
2284
  padding: 0;
2197
2285
  }
2198
- .ui-dialog-contain > .ui-content {
2199
- padding: 15px;
2286
+ .ui-dialog-contain > .ui-content {
2287
+ padding: 15px;
2200
2288
  }
2201
2289
  .ui-dialog-contain > .ui-footer {
2202
- z-index: 10;
2203
- padding: 0 15px;
2290
+ z-index: 10;
2291
+ padding: 0 15px;
2204
2292
  }
2205
2293
  .ui-popup-open .ui-header-fixed,
2206
2294
  .ui-popup-open .ui-footer-fixed {
@@ -2322,7 +2410,7 @@ label.ui-submit { font-size: 16px; line-height: 1.4; font-weight: normal; margin
2322
2410
  }
2323
2411
  .ui-popup > .ui-btn-left,
2324
2412
  .ui-popup > .ui-btn-right {
2325
- position: absolute;
2413
+ position: absolute;
2326
2414
  top: -9px;
2327
2415
  margin: 0;
2328
2416
  z-index: 1101;
@@ -2402,7 +2490,7 @@ label.ui-select { font-size: 16px; line-height: 1.4; font-weight: normal; margin
2402
2490
  @media all and (min-width: 28em){
2403
2491
  .ui-field-contain label.ui-select { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0; }
2404
2492
  .ui-field-contain .ui-select { width: 78%; display: inline-block; }
2405
- .ui-hide-label .ui-select { width: 100%; }
2493
+ .ui-hide-label .ui-select { width: 100%; }
2406
2494
  }
2407
2495
  /* when no placeholder is defined in a multiple select, the header height doesn't even extend past the close button. this shim's content in there */
2408
2496
  .ui-selectmenu .ui-header h1:after { content: '.'; visibility: hidden; }
@@ -2413,7 +2501,8 @@ div.ui-input-text input.ui-input-text, div.ui-input-text textarea.ui-input-text,
2413
2501
  .ui-input-search input.ui-input-text { border: none; width: 100%; padding: .4em 0; margin: 0; display: block; background: transparent none; outline: 0 !important; }
2414
2502
  .ui-input-search, div.ui-input-text { margin: .5em 0; background-image: none; position: relative; }
2415
2503
  .ui-input-search { padding: 0 30px; }
2416
- div.ui-input-text { padding: 0 30px 0 .4em; }
2504
+ div.ui-input-text { padding: 0 .4em; }
2505
+ div.ui-input-has-clear { padding: 0 30px 0 .4em; }
2417
2506
  input.ui-input-text.ui-mini, textarea.ui-input-text.ui-mini,
2418
2507
  .ui-input-search.ui-mini, div.ui-input-text.ui-mini { margin: .25em 0; }
2419
2508
  .ui-field-contain input.ui-input-text, .ui-field-contain textarea.ui-input-text,
@@ -2568,7 +2657,7 @@ ol.ui-listview .ui-link-inherit:before, ol.ui-listview .ui-li-static:before, .ui
2568
2657
  ol.ui-listview .ui-li-jsnumbering:before { content: "" !important; } /* to avoid chance of duplication */
2569
2658
  .ui-listview > .ui-li.ui-first-child,
2570
2659
  .ui-listview .ui-btn.ui-first-child > .ui-li > .ui-btn-text > .ui-link-inherit {
2571
- -webkit-border-top-right-radius: inherit;
2660
+ -webkit-border-top-right-radius: inherit;
2572
2661
  border-top-right-radius: inherit;
2573
2662
  -webkit-border-top-left-radius: inherit;
2574
2663
  border-top-left-radius: inherit;
@@ -2583,20 +2672,20 @@ ol.ui-listview .ui-li-jsnumbering:before { content: "" !important; } /* to avoid
2583
2672
  border-bottom-left-radius: inherit;
2584
2673
  }
2585
2674
  .ui-listview > .ui-li.ui-first-child .ui-li-link-alt {
2586
- -webkit-border-top-right-radius: inherit;
2587
- border-top-right-radius: inherit;
2675
+ -webkit-border-top-right-radius: inherit;
2676
+ border-top-right-radius: inherit;
2588
2677
  }
2589
2678
  .ui-listview > .ui-li.ui-last-child .ui-li-link-alt {
2590
2679
  -webkit-border-bottom-right-radius: inherit;
2591
- border-bottom-right-radius: inherit;
2680
+ border-bottom-right-radius: inherit;
2592
2681
  }
2593
2682
  .ui-listview > .ui-li.ui-first-child .ui-li-thumb:not(.ui-li-icon) {
2594
2683
  -webkit-border-top-left-radius: inherit;
2595
- border-top-left-radius: inherit;
2684
+ border-top-left-radius: inherit;
2596
2685
  }
2597
2686
  .ui-listview > .ui-li.ui-last-child .ui-li-thumb:not(.ui-li-icon) {
2598
2687
  -webkit-border-bottom-left-radius: inherit;
2599
- border-bottom-left-radius: inherit;
2688
+ border-bottom-left-radius: inherit;
2600
2689
  }
2601
2690
  .ui-li>.ui-btn-inner { display: block; position: relative; padding: 0; }
2602
2691
  .ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li { padding: .7em 15px; display: block; }
@@ -2613,7 +2702,7 @@ ol.ui-listview .ui-li-jsnumbering:before { content: "" !important; } /* to avoid
2613
2702
  .ui-li-aside { float: right; width: 50%; text-align: right; margin: .3em 0; }
2614
2703
  @media all and (min-width: 480px){
2615
2704
  .ui-li-aside { width: 45%; }
2616
- }
2705
+ }
2617
2706
  .ui-li-divider { cursor: default; }
2618
2707
  .ui-li-has-alt .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-alt { padding-right: 53px; }
2619
2708
  .ui-li-has-alt.ui-li-has-count .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-alt.ui-li-has-count { padding-right: 88px; }
@@ -2832,7 +2921,7 @@ div.ui-slider-switch.ui-mini {
2832
2921
  .ui-field-contain div.ui-slider-switch.ui-mini {
2833
2922
  width: 5em;
2834
2923
  }
2835
- }
2924
+ }
2836
2925
  .ui-table {
2837
2926
  border: 0;
2838
2927
  border-collapse: collapse;
@@ -2846,6 +2935,10 @@ div.ui-slider-switch.ui-mini {
2846
2935
  padding: .4em .5em;
2847
2936
  vertical-align:top;
2848
2937
  }
2938
+ .ui-table th .ui-btn,
2939
+ .ui-table td .ui-btn {
2940
+ line-height: normal;
2941
+ }
2849
2942
  .ui-table th {
2850
2943
  font-weight: bold;
2851
2944
  }
@@ -2965,36 +3058,36 @@ div.ui-slider-switch.ui-mini {
2965
3058
  Styles for the table columntoggle mode
2966
3059
  */
2967
3060
  .ui-table-reflow td .ui-table-cell-label,
2968
- .ui-table-reflow th .ui-table-cell-label {
3061
+ .ui-table-reflow th .ui-table-cell-label {
2969
3062
  display: none;
2970
3063
  }
2971
- /* Mobile first styles: Begin with the stacked presentation at narrow widths */
3064
+ /* Mobile first styles: Begin with the stacked presentation at narrow widths */
2972
3065
  @media only all {
2973
- /* Hide the table headers */
2974
- .ui-table-reflow thead td,
3066
+ /* Hide the table headers */
3067
+ .ui-table-reflow thead td,
2975
3068
  .ui-table-reflow thead th {
2976
3069
  display: none;
2977
3070
  }
2978
- /* Show the table cells as a block level element */
3071
+ /* Show the table cells as a block level element */
2979
3072
  .ui-table-reflow td,
2980
- .ui-table-reflow th {
3073
+ .ui-table-reflow th {
2981
3074
  text-align: left;
2982
3075
  display: block;
2983
3076
  }
2984
- /* Add a fair amount of top margin to visually separate each row when stacked */
3077
+ /* Add a fair amount of top margin to visually separate each row when stacked */
2985
3078
  .ui-table-reflow tbody th {
2986
3079
  margin-top: 3em;
2987
3080
  }
2988
- /* Make the label elements a percentage width */
3081
+ /* Make the label elements a percentage width */
2989
3082
  .ui-table-reflow td .ui-table-cell-label,
2990
- .ui-table-reflow th .ui-table-cell-label {
3083
+ .ui-table-reflow th .ui-table-cell-label {
2991
3084
  display: block;
2992
- padding: .4em;
2993
- min-width: 30%;
3085
+ padding: .4em;
3086
+ min-width: 30%;
2994
3087
  display: inline-block;
2995
3088
  margin: -.4em 1em -.4em -.4em;
2996
3089
  }
2997
- /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
3090
+ /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
2998
3091
  .ui-table-reflow th .ui-table-cell-label-top,
2999
3092
  .ui-table-reflow td .ui-table-cell-label-top {
3000
3093
  display: block;
@@ -3005,13 +3098,13 @@ div.ui-slider-switch.ui-mini {
3005
3098
  font-weight: normal;
3006
3099
  }
3007
3100
  }
3008
- /* Breakpoint to show as a standard table at 560px (35em x 16px) or wider */
3101
+ /* Breakpoint to show as a standard table at 560px (35em x 16px) or wider */
3009
3102
  @media ( min-width: 35em ) {
3010
3103
  /* Fixes table rendering when switching between breakpoints in Safari <= 5. See https://github.com/jquery/jquery-mobile/issues/5380 */
3011
3104
  .ui-table-reflow.ui-responsive {
3012
3105
  display: table-row-group;
3013
3106
  }
3014
- /* Show the table header rows */
3107
+ /* Show the table header rows */
3015
3108
  .ui-table-reflow.ui-responsive td,
3016
3109
  .ui-table-reflow.ui-responsive th,
3017
3110
  .ui-table-reflow.ui-responsive tbody th,
@@ -3021,14 +3114,14 @@ div.ui-slider-switch.ui-mini {
3021
3114
  display: table-cell;
3022
3115
  margin: 0;
3023
3116
  }
3024
- /* Hide the labels in each cell */
3117
+ /* Hide the labels in each cell */
3025
3118
  .ui-table-reflow.ui-responsive td .ui-table-cell-label,
3026
- .ui-table-reflow.ui-responsive th .ui-table-cell-label {
3119
+ .ui-table-reflow.ui-responsive th .ui-table-cell-label {
3027
3120
  display: none;
3028
3121
  }
3029
3122
  }
3030
- /* Hack to make IE9 and WP7.5 treat cells like block level elements, scoped to ui-responsive class */
3031
- /* Applied in a max-width media query up to the table layout breakpoint so we don't need to negate this*/
3123
+ /* Hack to make IE9 and WP7.5 treat cells like block level elements, scoped to ui-responsive class */
3124
+ /* Applied in a max-width media query up to the table layout breakpoint so we don't need to negate this*/
3032
3125
  @media ( max-width: 35em ) {
3033
3126
  .ui-table-reflow.ui-responsive td,
3034
3127
  .ui-table-reflow.ui-responsive th {
@@ -3165,6 +3258,7 @@ div.ui-slider-switch.ui-mini {
3165
3258
  .ui-panel-content-wrap-position-left.ui-panel-content-wrap-open,
3166
3259
  .ui-panel-dismiss-position-left.ui-panel-dismiss-open {
3167
3260
  left: 17em;
3261
+ right: -17em;
3168
3262
  }
3169
3263
  /* animated: panel left open (for reveal and push) */
3170
3264
  .ui-panel-animate.ui-panel-content-fixed-toolbar-position-left.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-reveal,
@@ -3172,6 +3266,7 @@ div.ui-slider-switch.ui-mini {
3172
3266
  .ui-panel-animate.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open.ui-panel-content-wrap-display-reveal,
3173
3267
  .ui-panel-animate.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open.ui-panel-content-wrap-display-push {
3174
3268
  left: 0;
3269
+ right: 0;
3175
3270
  -webkit-transform: translate3d(17em,0,0);
3176
3271
  -moz-transform: translate3d(17em,0,0);
3177
3272
  transform: translate3d(17em,0,0);
@@ -3181,13 +3276,15 @@ div.ui-slider-switch.ui-mini {
3181
3276
  .ui-panel-content-wrap-position-right.ui-panel-content-wrap-open,
3182
3277
  .ui-panel-dismiss-position-right.ui-panel-dismiss-open {
3183
3278
  left: -17em;
3279
+ right: 17em;
3184
3280
  }
3185
3281
  /* animated: panel right open (for reveal and push) */
3186
- .ui-panel-animate.ui-panel-content-fixed-toolbar-position-right.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-reveal,
3282
+ .ui-panel-animate.ui-panel-content-fixed-toolbar-position-right.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-reveal,
3187
3283
  .ui-panel-animate.ui-panel-content-fixed-toolbar-position-right.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-push,
3188
- .ui-panel-animate.ui-panel-content-wrap-position-right.ui-panel-content-wrap-open.ui-panel-content-wrap-display-reveal,
3284
+ .ui-panel-animate.ui-panel-content-wrap-position-right.ui-panel-content-wrap-open.ui-panel-content-wrap-display-reveal,
3189
3285
  .ui-panel-animate.ui-panel-content-wrap-position-right.ui-panel-content-wrap-open.ui-panel-content-wrap-display-push {
3190
3286
  left: 0;
3287
+ right: 0;
3191
3288
  -webkit-transform: translate3d(-17em,0,0);
3192
3289
  -moz-transform: translate3d(-17em,0,0);
3193
3290
  transform: translate3d(-17em,0,0);
@@ -3236,21 +3333,25 @@ div.ui-slider-switch.ui-mini {
3236
3333
  .ui-panel-animate.ui-panel-content-fixed-toolbar-position-right.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-push {
3237
3334
  margin-right: 1px;
3238
3335
  }
3239
- /* wrap push on wide viewports once open */
3336
+ /* wrap on wide viewports once open */
3240
3337
  @media (min-width:55em){
3241
- .ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-push,
3242
- .ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-reveal,
3243
- .ui-responsive-panel.ui-page-panel-open .ui-panel-content-wrap-open.ui-panel-content-wrap-display-push,
3244
- .ui-responsive-panel.ui-page-panel-open .ui-panel-content-wrap-open.ui-panel-content-wrap-display-reveal {
3338
+ .ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-display-push.ui-panel-content-fixed-toolbar-position-left,
3339
+ .ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-display-reveal.ui-panel-content-fixed-toolbar-position-left,
3340
+ .ui-responsive-panel.ui-page-panel-open .ui-panel-content-wrap-display-push.ui-panel-content-wrap-position-left,
3341
+ .ui-responsive-panel.ui-page-panel-open .ui-panel-content-wrap-display-reveal.ui-panel-content-wrap-position-left {
3245
3342
  margin-right: 17em;
3246
3343
  }
3247
- .ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-open.ui-panel-content-wrap-display-push.ui-panel-content-fixed-toolbar-position-right,
3248
- .ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-open.ui-panel-content-wrap-display-reveal.ui-panel-content-fixed-toolbar-position-right,
3249
- .ui-responsive-panel.ui-page-panel-open .ui-panel-content-wrap-open.ui-panel-content-wrap-display-push.ui-panel-content-wrap-position-right,
3250
- .ui-responsive-panel.ui-page-panel-open .ui-panel-content-wrap-open.ui-panel-content-wrap-display-reveal.ui-panel-content-wrap-position-right {
3251
- margin: 0 0 0 17em;
3344
+ .ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-display-push.ui-panel-content-fixed-toolbar-position-right,
3345
+ .ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-display-reveal.ui-panel-content-fixed-toolbar-position-right,
3346
+ .ui-responsive-panel.ui-page-panel-open .ui-panel-content-wrap-display-push.ui-panel-content-wrap-position-right,
3347
+ .ui-responsive-panel.ui-page-panel-open .ui-panel-content-wrap-display-reveal.ui-panel-content-wrap-position-right {
3348
+ margin-left: 17em;
3349
+ }
3350
+ .ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-display-push,
3351
+ .ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-display-reveal {
3352
+ width: auto;
3252
3353
  }
3253
3354
  .ui-responsive-panel .ui-panel-dismiss-display-push {
3254
3355
  display: none;
3255
- }
3356
+ }
3256
3357
  }