jquery_mobile_rails 1.4.2 → 1.4.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.
@@ -1,9 +1,9 @@
1
1
  /*!
2
- * jQuery Mobile 1.4.2
3
- * Git HEAD hash: 9d9a42a27d0c693e8b5569c3a10d771916af5045 <> Date: Fri Feb 28 2014 17:32:01 UTC
2
+ * jQuery Mobile 1.4.3
3
+ * Git HEAD hash: b9c6473e3d90af26570e6f14e5a0307897ab385c <> Date: Tue Jul 1 2014 15:37:36 UTC
4
4
  * http://jquerymobile.com
5
5
  *
6
- * Copyright 2010, 2014 jQuery Foundation, Inc. and other contributors
6
+ * Copyright 2010, 2014 jQuery Foundation, Inc. and othercontributors
7
7
  * Released under the MIT license.
8
8
  * http://jquery.org/license
9
9
  *
@@ -790,7 +790,7 @@ label.ui-btn {
790
790
  border-width: 1px;
791
791
  border-style: solid;
792
792
  }
793
- .ui-btn:link {
793
+ .ui-btn {
794
794
  text-decoration: none !important;
795
795
  }
796
796
  .ui-btn-active {
@@ -873,7 +873,7 @@ html .ui-alt-icon.ui-radio-off:after,
873
873
  html .ui-alt-icon .ui-checkbox-off:after,
874
874
  html .ui-alt-icon .ui-radio-off:after {
875
875
  background-color: #666 /*{global-icon-color}*/;
876
- background-color: rgba(0,0,0,.15);
876
+ background-color: rgba(0,0,0,.15) /*{global-icon-disc}*/;
877
877
  }
878
878
  /* No disc */
879
879
  .ui-nodisc-icon.ui-btn:after,
@@ -907,6 +907,10 @@ html .ui-alt-icon .ui-radio-off:after {
907
907
  -webkit-border-radius: .1875em;
908
908
  border-radius: .1875em;
909
909
  }
910
+ .ui-btn.ui-checkbox-off:after {
911
+ background-color: #666;
912
+ background-color: rgba(0,0,0,.3);
913
+ }
910
914
  .ui-radio .ui-btn.ui-radio-on:after {
911
915
  background-image: none;
912
916
  background-color: #fff;
@@ -1520,7 +1524,9 @@ div.ui-mobile-viewport {
1520
1524
  -ms-user-select: none;
1521
1525
  user-select: none;
1522
1526
  }
1523
- .ui-btn-icon-notext {
1527
+ .ui-btn-icon-notext,
1528
+ .ui-header button.ui-btn.ui-btn-icon-notext,
1529
+ .ui-footer button.ui-btn.ui-btn-icon-notext {
1524
1530
  padding: 0;
1525
1531
  width: 1.75em;
1526
1532
  height: 1.75em;
@@ -1540,6 +1546,10 @@ div.ui-mobile-viewport {
1540
1546
  display: inline-block;
1541
1547
  vertical-align: middle;
1542
1548
  }
1549
+ .ui-header .ui-controlgroup .ui-btn-icon-notext,
1550
+ .ui-footer .ui-controlgroup .ui-btn-icon-notext {
1551
+ font-size: 12.5px;
1552
+ }
1543
1553
  /* To ensure same top and left/right position when ui-btn-left/right are added to something other than buttons. */
1544
1554
  .ui-header .ui-btn-left,
1545
1555
  .ui-header .ui-btn-right {
@@ -1660,7 +1670,9 @@ button.ui-btn,
1660
1670
  -moz-appearance: none;
1661
1671
  width: 100%;
1662
1672
  }
1663
- button.ui-btn-inline {
1673
+ button.ui-btn-inline,
1674
+ .ui-header button.ui-btn,
1675
+ .ui-footer button.ui-btn {
1664
1676
  width: auto;
1665
1677
  }
1666
1678
  /* Firefox adds a 1px border in a button element. We negate this to make sure they have the same height as other buttons in controlgroups. */
@@ -2501,7 +2513,6 @@ button.ui-btn-icon-notext,
2501
2513
  width: 78%;
2502
2514
  -webkit-box-sizing: border-box;
2503
2515
  -moz-box-sizing: border-box;
2504
- -ms-box-sizing: border-box;
2505
2516
  box-sizing: border-box;
2506
2517
  }
2507
2518
  /* ui-hide-label deprecated in 1.4. TODO: Remove in 1.5 */
@@ -2568,7 +2579,9 @@ li.ui-block-e {
2568
2579
  [class*="ui-block-"] > .ui-checkbox,
2569
2580
  [class*="ui-block-"] > .ui-radio,
2570
2581
  [class*="ui-block-"] > button.ui-btn-inline,
2571
- [class*="ui-block-"] > button.ui-btn-icon-notext {
2582
+ [class*="ui-block-"] > button.ui-btn-icon-notext,
2583
+ .ui-header [class*="ui-block-"] > button.ui-btn,
2584
+ .ui-footer [class*="ui-block-"] > button.ui-btn {
2572
2585
  margin-right: .3125em;
2573
2586
  margin-left: .3125em;
2574
2587
  }
@@ -3854,7 +3867,6 @@ input.ui-slider-input {
3854
3867
  appearance: none;
3855
3868
  -webkit-box-sizing: content-box;
3856
3869
  -moz-box-sizing: content-box;
3857
- -ms-box-sizing: content-box;
3858
3870
  box-sizing: content-box;
3859
3871
  }
3860
3872
  .ui-slider-input::-webkit-outer-spin-button,
@@ -4077,7 +4089,6 @@ textarea.ui-input-text {
4077
4089
  width: 100%;
4078
4090
  -webkit-box-sizing: border-box;
4079
4091
  -moz-box-sizing: border-box;
4080
- -ms-box-sizing: border-box;
4081
4092
  box-sizing: border-box;
4082
4093
  outline: 0;
4083
4094
  }
@@ -4251,7 +4262,6 @@ textarea.ui-input-text.ui-textinput-autogrow {
4251
4262
  border-style: solid;
4252
4263
  -webkit-box-sizing: border-box;
4253
4264
  -moz-box-sizing: border-box;
4254
- -ms-box-sizing: border-box;
4255
4265
  box-sizing: border-box;
4256
4266
  border-radius: inherit;
4257
4267
  overflow: visible;
@@ -4269,7 +4279,6 @@ html .ui-popup .ui-field-contain > label + .ui-flipswitch {
4269
4279
  width: 5.875em; /* If you override the width for .ui-flipswitch you should repeat the same value here */
4270
4280
  -webkit-box-sizing: content-box;
4271
4281
  -moz-box-sizing: content-box;
4272
- -ms-box-sizing: content-box;
4273
4282
  box-sizing: content-box;
4274
4283
  }
4275
4284
  .ui-field-contain .ui-flipswitch.ui-flipswitch-active,
@@ -4434,10 +4443,6 @@ html .ui-popup .ui-field-contain > label + .ui-flipswitch {
4434
4443
  }
4435
4444
  /* Breakpoint to show as a standard table at 560px (35em x 16px) or wider */
4436
4445
  @media ( min-width: 35em ) {
4437
- /* Fixes table rendering when switching between breakpoints in Safari <= 5. See https://github.com/jquery/jquery-mobile/issues/5380 */
4438
- .ui-table-reflow.ui-responsive {
4439
- display: table-row-group;
4440
- }
4441
4446
  /* Show the table header rows */
4442
4447
  .ui-table-reflow.ui-responsive td,
4443
4448
  .ui-table-reflow.ui-responsive th,