jquery-mobile-rails-assets 1.3.1 → 1.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
- /*
2
- * jQuery Mobile 1.3.1
3
- * Git HEAD hash: 74b4bec049fd93e4fe40205e6157de16eb64eb46 <> Date: Wed Apr 10 2013 21:57:23 UTC
1
+ /*!
2
+ * jQuery Mobile 1.3.2
3
+ * Git HEAD hash: 528cf0e96940644ea644096bfeb913ed920ffaef <> Date: Fri Jul 19 2013 22:17:57 UTC
4
4
  * http://jquerymobile.com
5
5
  *
6
6
  * Copyright 2010, 2013 jQuery Foundation, Inc. and other contributors
@@ -763,8 +763,8 @@ a.ui-link-inherit {
763
763
  -----------------------------------------------------------------------------------------------------------*/
764
764
  .ui-icon,
765
765
  .ui-icon-searchfield:after {
766
- background-color: #666 /*{global-icon-color}*/;
767
- background-color: rgba(0,0,0,.4) /*{global-icon-disc}*/;
766
+ background: #666 /*{global-icon-color}*/;
767
+ background: rgba(0,0,0,.4) /*{global-icon-disc}*/;
768
768
  background-image: image-url("jquery-mobile/icons-18-white.png") /*{global-icon-set}*/;
769
769
  background-repeat: no-repeat;
770
770
  -webkit-border-radius: 9px;
@@ -1070,6 +1070,7 @@ a.ui-link-inherit {
1070
1070
  .ui-mobile, .ui-mobile body { height: 99.9%; }
1071
1071
  .ui-mobile fieldset, .ui-page { padding: 0; margin: 0; }
1072
1072
  .ui-mobile a img, .ui-mobile fieldset { border-width: 0; }
1073
+ .ui-mobile fieldset { min-width: 0; }
1073
1074
  /* responsive page widths */
1074
1075
  .ui-mobile-viewport { margin: 0; overflow-x: visible; -webkit-text-size-adjust: 100%; -ms-text-size-adjust:none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
1075
1076
  /* Issue #2066 */
@@ -2177,6 +2178,8 @@ label.ui-submit { font-size: 16px; line-height: 1.4; font-weight: normal; margin
2177
2178
  .ui-field-contain .ui-controlgroup, .ui-field-contain fieldset.ui-controlgroup { margin: 0; }
2178
2179
  .ui-bar .ui-controlgroup { margin: 0 5px; }
2179
2180
  .ui-controlgroup-label { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .4em; }
2181
+ /* Fixes legend not wrapping on IE10 */
2182
+ .ui-controlgroup-label legend { max-width: 100%; }
2180
2183
  .ui-controlgroup-controls label.ui-select,
2181
2184
  .ui-controlgroup-controls label.ui-submit { position: absolute; left: -9999px; }
2182
2185
  .ui-controlgroup li { list-style: none; }
@@ -2411,7 +2414,7 @@ label.ui-submit { font-size: 16px; line-height: 1.4; font-weight: normal; margin
2411
2414
  }
2412
2415
  .ui-popup > .ui-btn-left { left: -9px; }
2413
2416
  .ui-popup > .ui-btn-right { right: -9px; }
2414
- .ui-popup-hidden { top: -99999px; left: -9999px; }
2417
+ .ui-popup-hidden { top: -99999px; left: -9999px; visibility: hidden; }
2415
2418
  .ui-checkbox, .ui-radio { position: relative; clear: both; margin: 0; z-index: 1; }
2416
2419
  .ui-checkbox .ui-btn, .ui-radio .ui-btn { text-align: left; z-index: 2; }
2417
2420
  .ui-controlgroup .ui-checkbox .ui-btn, .ui-controlgroup .ui-radio .ui-btn { margin: 0; }
@@ -2511,6 +2514,8 @@ textarea.ui-mini { height: 45px; }
2511
2514
  .ui-input-search .ui-input-clear-hidden, .ui-input-text .ui-input-clear-hidden { display: none; }
2512
2515
  /* Resolves issue #5166: Added to support issue introduced in Firefox 15. We can likely remove this in the future. */
2513
2516
  input::-moz-placeholder, textarea::-moz-placeholder { color: #aaa; }
2517
+ /* For IE10 */
2518
+ :-ms-input-placeholder { color: #aaa; }
2514
2519
  /* Resolves issue #5131: Width of textinput depends on its type, for Android 4.1 */
2515
2520
  input[type=number]::-webkit-outer-spin-button { margin: 0; }
2516
2521
  @media all and (min-width: 28em){
@@ -3086,7 +3091,6 @@ div.ui-slider-switch.ui-mini {
3086
3091
  /* Make the label elements a percentage width */
3087
3092
  .ui-table-reflow td .ui-table-cell-label,
3088
3093
  .ui-table-reflow th .ui-table-cell-label {
3089
- display: block;
3090
3094
  padding: .4em;
3091
3095
  min-width: 30%;
3092
3096
  display: inline-block;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery-mobile-rails-assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-13 00:00:00.000000000 Z
12
+ date: 2013-07-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler