Skip to content

Commit

Permalink
jqm updated to 1.3.2, fixes #2. + Added default theme, fixes #3 + ver…
Browse files Browse the repository at this point in the history
…sion number match jqm version, fixes #4
  • Loading branch information
Granze committed Aug 6, 2013
1 parent 4de23b1 commit 40e5080
Show file tree
Hide file tree
Showing 11 changed files with 4,227 additions and 782 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-mobile-bower",
"version": "1.0.1",
"version": "1.3.2",
"dependencies": {
"jquery": "~1.9.1"
},
Expand Down
3 changes: 0 additions & 3 deletions css/jquery.mobile-1.3.1.min.css

This file was deleted.

18 changes: 11 additions & 7 deletions css/jquery.mobile-1.3.1.css → css/jquery.mobile-1.3.2.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* jQuery Mobile 1.3.1
* Git HEAD hash: 74b4bec049fd93e4fe40205e6157de16eb64eb46 <> Date: Wed Apr 10 2013 21:57:23 UTC
/*!
* jQuery Mobile 1.3.2
* Git HEAD hash: 528cf0e96940644ea644096bfeb913ed920ffaef <> Date: Fri Jul 19 2013 22:17:57 UTC
* http://jquerymobile.com
*
* Copyright 2010, 2013 jQuery Foundation, Inc. and other contributors
Expand Down Expand Up @@ -763,8 +763,8 @@ a.ui-link-inherit {
-----------------------------------------------------------------------------------------------------------*/
.ui-icon,
.ui-icon-searchfield:after {
background-color: #666 /*{global-icon-color}*/;
background-color: rgba(0,0,0,.4) /*{global-icon-disc}*/;
background: #666 /*{global-icon-color}*/;
background: rgba(0,0,0,.4) /*{global-icon-disc}*/;
background-image: url(images/icons-18-white.png) /*{global-icon-set}*/;
background-repeat: no-repeat;
-webkit-border-radius: 9px;
Expand Down Expand Up @@ -1070,6 +1070,7 @@ a.ui-link-inherit {
.ui-mobile, .ui-mobile body { height: 99.9%; }
.ui-mobile fieldset, .ui-page { padding: 0; margin: 0; }
.ui-mobile a img, .ui-mobile fieldset { border-width: 0; }
.ui-mobile fieldset { min-width: 0; }
/* responsive page widths */
.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); }
/* Issue #2066 */
Expand Down Expand Up @@ -2177,6 +2178,8 @@ label.ui-submit { font-size: 16px; line-height: 1.4; font-weight: normal; margin
.ui-field-contain .ui-controlgroup, .ui-field-contain fieldset.ui-controlgroup { margin: 0; }
.ui-bar .ui-controlgroup { margin: 0 5px; }
.ui-controlgroup-label { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .4em; }
/* Fixes legend not wrapping on IE10 */
.ui-controlgroup-label legend { max-width: 100%; }
.ui-controlgroup-controls label.ui-select,
.ui-controlgroup-controls label.ui-submit { position: absolute; left: -9999px; }
.ui-controlgroup li { list-style: none; }
Expand Down Expand Up @@ -2411,7 +2414,7 @@ label.ui-submit { font-size: 16px; line-height: 1.4; font-weight: normal; margin
}
.ui-popup > .ui-btn-left { left: -9px; }
.ui-popup > .ui-btn-right { right: -9px; }
.ui-popup-hidden { top: -99999px; left: -9999px; }
.ui-popup-hidden { top: -99999px; left: -9999px; visibility: hidden; }
.ui-checkbox, .ui-radio { position: relative; clear: both; margin: 0; z-index: 1; }
.ui-checkbox .ui-btn, .ui-radio .ui-btn { text-align: left; z-index: 2; }
.ui-controlgroup .ui-checkbox .ui-btn, .ui-controlgroup .ui-radio .ui-btn { margin: 0; }
Expand Down Expand Up @@ -2511,6 +2514,8 @@ textarea.ui-mini { height: 45px; }
.ui-input-search .ui-input-clear-hidden, .ui-input-text .ui-input-clear-hidden { display: none; }
/* Resolves issue #5166: Added to support issue introduced in Firefox 15. We can likely remove this in the future. */
input::-moz-placeholder, textarea::-moz-placeholder { color: #aaa; }
/* For IE10 */
:-ms-input-placeholder { color: #aaa; }
/* Resolves issue #5131: Width of textinput depends on its type, for Android 4.1 */
input[type=number]::-webkit-outer-spin-button { margin: 0; }
@media all and (min-width: 28em){
Expand Down Expand Up @@ -3086,7 +3091,6 @@ div.ui-slider-switch.ui-mini {
/* Make the label elements a percentage width */
.ui-table-reflow td .ui-table-cell-label,
.ui-table-reflow th .ui-table-cell-label {
display: block;
padding: .4em;
min-width: 30%;
display: inline-block;
Expand Down
12 changes: 12 additions & 0 deletions css/jquery.mobile-1.3.2.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 40e5080

Please sign in to comment.