jquery_mobile_rails 1.4.1 → 1.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.rdoc +2 -2
- data/lib/development_tasks/jquery_mobile_rails_tasks.rake +1 -1
- data/lib/jquery_mobile_rails/version.rb +1 -1
- data/vendor/assets/javascripts/jquery.mobile.js +221 -96
- data/vendor/assets/javascripts/jquery.mobile.min.js +7 -7
- data/vendor/assets/stylesheets/jquery.mobile.css.scss +36 -36
- data/vendor/assets/stylesheets/jquery.mobile.min.css.scss +2 -2
- data/vendor/assets/stylesheets/jquery.mobile.structure.css.scss +24 -24
- data/vendor/assets/stylesheets/jquery.mobile.structure.min.css.scss +2 -2
- data/vendor/assets/stylesheets/jquery.mobile.theme.css.scss +14 -14
- data/vendor/assets/stylesheets/jquery.mobile.theme.min.css.scss +2 -2
- metadata +3 -3
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery Mobile 1.4.
|
3
|
-
* Git HEAD hash:
|
2
|
+
* jQuery Mobile 1.4.2
|
3
|
+
* Git HEAD hash: 9d9a42a27d0c693e8b5569c3a10d771916af5045 <> Date: Fri Feb 28 2014 17:32:01 UTC
|
4
4
|
* http://jquerymobile.com
|
5
5
|
*
|
6
6
|
* Copyright 2010, 2014 jQuery Foundation, Inc. and other contributors
|
@@ -933,7 +933,7 @@ html .ui-alt-icon .ui-radio-off:after {
|
|
933
933
|
html .ui-bar-a .ui-bar-inherit,
|
934
934
|
html .ui-body-a .ui-bar-inherit,
|
935
935
|
html body .ui-group-theme-a .ui-bar-inherit {
|
936
|
-
background: #e9e9e9 /*{a-bar-background-color}*/;
|
936
|
+
background-color: #e9e9e9 /*{a-bar-background-color}*/;
|
937
937
|
border-color: #ddd /*{a-bar-border}*/;
|
938
938
|
color: #333 /*{a-bar-color}*/;
|
939
939
|
text-shadow: 0 /*{a-bar-shadow-x}*/ 1px /*{a-bar-shadow-y}*/ 0 /*{a-bar-shadow-radius}*/ #eee /*{a-bar-shadow-color}*/;
|
@@ -947,7 +947,7 @@ html body .ui-group-theme-a .ui-bar-inherit {
|
|
947
947
|
.ui-overlay-a,
|
948
948
|
.ui-page-theme-a,
|
949
949
|
.ui-page-theme-a .ui-panel-wrapper {
|
950
|
-
background: #f9f9f9 /*{a-page-background-color}*/;
|
950
|
+
background-color: #f9f9f9 /*{a-page-background-color}*/;
|
951
951
|
border-color: #bbb /*{a-page-border}*/;
|
952
952
|
color: #333 /*{a-page-color}*/;
|
953
953
|
text-shadow: 0 /*{a-page-shadow-x}*/ 1px /*{a-page-shadow-y}*/ 0 /*{a-page-shadow-radius}*/ #f3f3f3 /*{a-page-shadow-color}*/;
|
@@ -959,7 +959,7 @@ html .ui-bar-a .ui-body-inherit,
|
|
959
959
|
html .ui-body-a .ui-body-inherit,
|
960
960
|
html body .ui-group-theme-a .ui-body-inherit,
|
961
961
|
html .ui-panel-page-container-a {
|
962
|
-
background: #fff /*{a-body-background-color}*/;
|
962
|
+
background-color: #fff /*{a-body-background-color}*/;
|
963
963
|
border-color: #ddd /*{a-body-border}*/;
|
964
964
|
color: #333 /*{a-body-color}*/;
|
965
965
|
text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #f3f3f3 /*{a-body-shadow-color}*/;
|
@@ -1006,7 +1006,7 @@ html .ui-bar-a .ui-btn:visited,
|
|
1006
1006
|
html .ui-body-a .ui-btn:visited,
|
1007
1007
|
html body .ui-group-theme-a .ui-btn:visited,
|
1008
1008
|
html head + body .ui-btn.ui-btn-a:visited {
|
1009
|
-
background: #f6f6f6 /*{a-bup-background-color}*/;
|
1009
|
+
background-color: #f6f6f6 /*{a-bup-background-color}*/;
|
1010
1010
|
border-color: #ddd /*{a-bup-border}*/;
|
1011
1011
|
color: #333 /*{a-bup-color}*/;
|
1012
1012
|
text-shadow: 0 /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 0 /*{a-bup-shadow-radius}*/ #f3f3f3 /*{a-bup-shadow-color}*/;
|
@@ -1017,7 +1017,7 @@ html .ui-bar-a .ui-btn:hover,
|
|
1017
1017
|
html .ui-body-a .ui-btn:hover,
|
1018
1018
|
html body .ui-group-theme-a .ui-btn:hover,
|
1019
1019
|
html head + body .ui-btn.ui-btn-a:hover {
|
1020
|
-
background: #ededed /*{a-bhover-background-color}*/;
|
1020
|
+
background-color: #ededed /*{a-bhover-background-color}*/;
|
1021
1021
|
border-color: #ddd /*{a-bhover-border}*/;
|
1022
1022
|
color: #333 /*{a-bhover-color}*/;
|
1023
1023
|
text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 0 /*{a-bhover-shadow-radius}*/ #f3f3f3 /*{a-bhover-shadow-color}*/;
|
@@ -1028,7 +1028,7 @@ html .ui-bar-a .ui-btn:active,
|
|
1028
1028
|
html .ui-body-a .ui-btn:active,
|
1029
1029
|
html body .ui-group-theme-a .ui-btn:active,
|
1030
1030
|
html head + body .ui-btn.ui-btn-a:active {
|
1031
|
-
background: #e8e8e8 /*{a-bdown-background-color}*/;
|
1031
|
+
background-color: #e8e8e8 /*{a-bdown-background-color}*/;
|
1032
1032
|
border-color: #ddd /*{a-bdown-border}*/;
|
1033
1033
|
color: #333 /*{a-bdown-color}*/;
|
1034
1034
|
text-shadow: 0 /*{a-bdown-shadow-x}*/ 1px /*{a-bdown-shadow-y}*/ 0 /*{a-bdown-shadow-radius}*/ #f3f3f3 /*{a-bdown-shadow-color}*/;
|
@@ -1095,7 +1095,7 @@ html head + body .ui-body-a.ui-focus {
|
|
1095
1095
|
html .ui-bar-b .ui-bar-inherit,
|
1096
1096
|
html .ui-body-b .ui-bar-inherit,
|
1097
1097
|
html body .ui-group-theme-b .ui-bar-inherit {
|
1098
|
-
background: #1d1d1d /*{b-bar-background-color}*/;
|
1098
|
+
background-color: #1d1d1d /*{b-bar-background-color}*/;
|
1099
1099
|
border-color: #1b1b1b /*{b-bar-border}*/;
|
1100
1100
|
color: #fff /*{b-bar-color}*/;
|
1101
1101
|
text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 0 /*{b-bar-shadow-radius}*/ #111 /*{b-bar-shadow-color}*/;
|
@@ -1109,7 +1109,7 @@ html body .ui-group-theme-b .ui-bar-inherit {
|
|
1109
1109
|
.ui-overlay-b,
|
1110
1110
|
.ui-page-theme-b,
|
1111
1111
|
.ui-page-theme-b .ui-panel-wrapper {
|
1112
|
-
background: #252525 /*{b-page-background-color}*/;
|
1112
|
+
background-color: #252525 /*{b-page-background-color}*/;
|
1113
1113
|
border-color: #454545 /*{b-page-border}*/;
|
1114
1114
|
color: #fff /*{b-page-color}*/;
|
1115
1115
|
text-shadow: 0 /*{b-page-shadow-x}*/ 1px /*{b-page-shadow-y}*/ 0 /*{b-page-shadow-radius}*/ #111 /*{b-page-shadow-color}*/;
|
@@ -1121,7 +1121,7 @@ html .ui-bar-b .ui-body-inherit,
|
|
1121
1121
|
html .ui-body-b .ui-body-inherit,
|
1122
1122
|
html body .ui-group-theme-b .ui-body-inherit,
|
1123
1123
|
html .ui-panel-page-container-b {
|
1124
|
-
background: #2a2a2a /*{b-body-background-color}*/;
|
1124
|
+
background-color: #2a2a2a /*{b-body-background-color}*/;
|
1125
1125
|
border-color: #1d1d1d /*{b-body-border}*/;
|
1126
1126
|
color: #fff /*{b-body-color}*/;
|
1127
1127
|
text-shadow: 0 /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #111 /*{b-body-shadow-color}*/;
|
@@ -1168,7 +1168,7 @@ html .ui-bar-b .ui-btn:visited,
|
|
1168
1168
|
html .ui-body-b .ui-btn:visited,
|
1169
1169
|
html body .ui-group-theme-b .ui-btn:visited,
|
1170
1170
|
html head + body .ui-btn.ui-btn-b:visited {
|
1171
|
-
background: #333 /*{b-bup-background-color}*/;
|
1171
|
+
background-color: #333 /*{b-bup-background-color}*/;
|
1172
1172
|
border-color: #1f1f1f /*{b-bup-border}*/;
|
1173
1173
|
color: #fff /*{b-bup-color}*/;
|
1174
1174
|
text-shadow: 0 /*{b-bup-shadow-x}*/ 1px /*{b-bup-shadow-y}*/ 0 /*{b-bup-shadow-radius}*/ #111 /*{b-bup-shadow-color}*/;
|
@@ -1179,7 +1179,7 @@ html .ui-bar-b .ui-btn:hover,
|
|
1179
1179
|
html .ui-body-b .ui-btn:hover,
|
1180
1180
|
html body .ui-group-theme-b .ui-btn:hover,
|
1181
1181
|
html head + body .ui-btn.ui-btn-b:hover {
|
1182
|
-
background: #373737 /*{b-bhover-background-color}*/;
|
1182
|
+
background-color: #373737 /*{b-bhover-background-color}*/;
|
1183
1183
|
border-color: #1f1f1f /*{b-bhover-border}*/;
|
1184
1184
|
color: #fff /*{b-bhover-color}*/;
|
1185
1185
|
text-shadow: 0 /*{b-bhover-shadow-x}*/ 1px /*{b-bhover-shadow-y}*/ 0 /*{b-bhover-shadow-radius}*/ #111 /*{b-bhover-shadow-color}*/;
|
@@ -1190,7 +1190,7 @@ html .ui-bar-b .ui-btn:active,
|
|
1190
1190
|
html .ui-body-b .ui-btn:active,
|
1191
1191
|
html body .ui-group-theme-b .ui-btn:active,
|
1192
1192
|
html head + body .ui-btn.ui-btn-b:active {
|
1193
|
-
background: #404040 /*{b-bdown-background-color}*/;
|
1193
|
+
background-color: #404040 /*{b-bdown-background-color}*/;
|
1194
1194
|
border-color: #1f1f1f /*{b-bdown-border}*/;
|
1195
1195
|
color: #fff /*{b-bdown-color}*/;
|
1196
1196
|
text-shadow: 0 /*{b-bdown-shadow-x}*/ 1px /*{b-bdown-shadow-y}*/ 0 /*{b-bdown-shadow-radius}*/ #111 /*{b-bdown-shadow-color}*/;
|
@@ -3764,7 +3764,7 @@ ol.ui-listview > li > .ui-btn,
|
|
3764
3764
|
ol.ui-listview > li.ui-li-static {
|
3765
3765
|
vertical-align: middle;
|
3766
3766
|
}
|
3767
|
-
ol.ui-listview > li > .ui-btn:before,
|
3767
|
+
ol.ui-listview > li > .ui-btn:first-child:before,
|
3768
3768
|
ol.ui-listview > li.ui-li-static:before,
|
3769
3769
|
ol.ui-listview > li.ui-field-contain > label:before,
|
3770
3770
|
ol.ui-listview > li.ui-field-contain > .ui-controlgroup-label:before {
|
@@ -3975,14 +3975,13 @@ div.ui-slider-switch.ui-mini {
|
|
3975
3975
|
.ui-field-contain div.ui-slider-switch {
|
3976
3976
|
margin: 0;
|
3977
3977
|
}
|
3978
|
-
|
3979
|
-
|
3980
|
-
|
3981
|
-
|
3982
|
-
|
3983
|
-
|
3984
|
-
|
3985
|
-
}
|
3978
|
+
/* ui-hide-label deprecated in 1.4. TODO: Remove in 1.5 */
|
3979
|
+
.ui-field-contain div.ui-slider-switch,
|
3980
|
+
.ui-field-contain.ui-hide-label div.ui-slider-switch,
|
3981
|
+
html .ui-popup .ui-field-contain div.ui-slider-switch {
|
3982
|
+
display: inline-block;
|
3983
|
+
width: 5.8em;
|
3984
|
+
}
|
3986
3985
|
/* slider tooltip
|
3987
3986
|
-----------------------------------------------------------------------------------------------------------*/
|
3988
3987
|
.ui-slider-popup {
|
@@ -4263,19 +4262,20 @@ textarea.ui-input-text.ui-textinput-autogrow {
|
|
4263
4262
|
padding: 1px;
|
4264
4263
|
text-indent: 1em; /* Override this to center text if you use a label other than "off" */
|
4265
4264
|
}
|
4266
|
-
|
4267
|
-
|
4268
|
-
|
4269
|
-
|
4270
|
-
|
4271
|
-
|
4272
|
-
|
4273
|
-
|
4274
|
-
|
4275
|
-
|
4276
|
-
|
4277
|
-
|
4278
|
-
|
4265
|
+
/* Override field container CSS to prevent the flipswitch from becomming full width */
|
4266
|
+
html .ui-field-contain > label + .ui-flipswitch,
|
4267
|
+
html .ui-popup .ui-field-contain > label + .ui-flipswitch {
|
4268
|
+
display: inline-block;
|
4269
|
+
width: 5.875em; /* If you override the width for .ui-flipswitch you should repeat the same value here */
|
4270
|
+
-webkit-box-sizing: content-box;
|
4271
|
+
-moz-box-sizing: content-box;
|
4272
|
+
-ms-box-sizing: content-box;
|
4273
|
+
box-sizing: content-box;
|
4274
|
+
}
|
4275
|
+
.ui-field-contain .ui-flipswitch.ui-flipswitch-active,
|
4276
|
+
.ui-popup .ui-field-contain .ui-flipswitch.ui-flipswitch-active {
|
4277
|
+
width: 1.875em;
|
4278
|
+
}
|
4279
4279
|
.ui-table {
|
4280
4280
|
border: 0;
|
4281
4281
|
border-collapse: collapse;
|