Mat Marquis
|
bb2a578d6e
|
Merge pull request #3278 from MaZderMind/fix-touchOverflow-with-lists
fix position of searchbar in touchOverflow mode
|
2011-12-30 10:42:16 -08:00 |
|
Todd Parker
|
597c25ac4a
|
Merge pull request #3355 from agcolom/patch-52
added navbar
|
2011-12-30 07:17:28 -08:00 |
|
Anne-Gaelle Colom
|
80737f333a
|
added navbar
|
2011-12-30 13:46:16 +00:00 |
|
Todd Parker
|
f57072fa7b
|
Merge pull request #3326 from TylerBenziger/master
Gradient Syntax Fix
|
2011-12-29 15:16:25 -08:00 |
|
zachleat
|
e29320e711
|
This might be a little overzealous, but I think the outline around the entire flip switch looks better than the clipped handle outline.
|
2011-12-29 16:26:45 -05:00 |
|
zachleat
|
c4191d9bf6
|
Fix for browsers with JavaScript but without box-shadow enabled. outline: 0; outline-width: 2px; doesn't work, requires an outline-style to be set.
|
2011-12-29 16:26:45 -05:00 |
|
zachleat
|
328bbec94a
|
Per @toddparker's comment, added boxshadow to link buttons. Also changed focus class on sliders to add to the handle, while excluding the toggle switch.
|
2011-12-29 16:26:45 -05:00 |
|
zachleat
|
bf58b38cb8
|
Nerf, you guys use tabs.
|
2011-12-29 16:26:45 -05:00 |
|
zachleat
|
07efc02c9f
|
First stab at more consistent focus classes on form elements, using .ui-focus. Links will still contain outline property.
|
2011-12-29 16:26:44 -05:00 |
|
Mat Marquis
|
de7040047c
|
Merge pull request #3352 from jakeboone02/issue-3350
Remove ui-btn-down class on scrollstart
|
2011-12-29 09:25:35 -08:00 |
|
Jake Boone
|
13cb24e586
|
Remove ui-btn-down class on scrollstart
|
2011-12-29 11:13:54 -05:00 |
|
Mat Marquis
|
60bc3fc06b
|
Merge pull request #3344 from garann/master
Corrected fix for #3262 so it doesn't prevent buttons filling available space.
|
2011-12-29 07:45:17 -08:00 |
|
Ghislain Seguin
|
1c284c1f9c
|
Merge pull request #3349 from agcolom/patch-51
Update docs/forms/switch/options.html
|
2011-12-28 13:20:40 -08:00 |
|
Ghislain Seguin
|
cd618a266a
|
Merge pull request #3348 from agcolom/patch-50
Update docs/forms/slider/options.html
|
2011-12-28 13:20:16 -08:00 |
|
Anne-Gaelle Colom
|
029ebc2cb7
|
Update docs/forms/switch/options.html
|
2011-12-28 21:16:43 +00:00 |
|
Anne-Gaelle Colom
|
39d4d86c7c
|
Update docs/forms/slider/options.html
|
2011-12-28 21:13:54 +00:00 |
|
Garann Means
|
7a0addfd8f
|
Corrected fix for #3262 so it doesn't prevent buttons filling available space
|
2011-12-27 12:00:13 -06:00 |
|
Mat Marquis
|
138547c28a
|
Merge pull request #3334 from garann/master
Fix for overlapping header/footer buttons
|
2011-12-24 18:09:30 -08:00 |
|
Garann Means
|
dde96bd026
|
Fix for #3262 - set max-width for header/footer buttons and title
Text-overflow: ellipsis already set.
|
2011-12-24 19:49:45 -06:00 |
|
Todd Parker
|
aaeacae9e0
|
Merge pull request #3329 from gabrielschulhof/fix-custom-select-menu-position-in-IE8
Fix custom select menu popup positioning in IE8
|
2011-12-23 11:04:57 -08:00 |
|
Gabriel Schulhof
|
3b22bbf9fb
|
[custom select] Use $(window).width() and not window.innerWidth - same for height
|
2011-12-23 16:09:50 +02:00 |
|
Tyler Benziger
|
297b6f3a78
|
gradient syntax fix
|
2011-12-22 22:51:30 -08:00 |
|
Tyler Benziger
|
5c7c7932a2
|
gradient syntax fix
|
2011-12-22 22:49:10 -08:00 |
|
Todd Parker
|
5763a79545
|
Merge pull request #3321 from jakeboone02/patch-6
Move back button configuration options to Page section. Thanks for the fix @jakeboone. Fixes #3320.
|
2011-12-22 12:52:07 -08:00 |
|
Jake Boone
|
7403ed9e43
|
Move back button configuration options to Page section
|
2011-12-22 15:39:06 -05:00 |
|
Todd Parker
|
a797de5fc1
|
Merge pull request #3318 from jakeboone02/patch-5
Use shorthand notation for margin
|
2011-12-22 09:07:20 -08:00 |
|
Jake Boone
|
0c1bba494b
|
Use shorthand notation for margin
|
2011-12-22 11:56:50 -05:00 |
|
Tyler Benziger
|
0c13d8a81a
|
Gradient syntax fixed
|
2011-12-21 23:30:46 -08:00 |
|
toddparker
|
2c2f830b48
|
More tweaks to the sliders to fit well at 320px
|
2011-12-21 23:36:57 -05:00 |
|
toddparker
|
29fdb304eb
|
Tweaked slider to be a bit wider
Checked to ensure this fits in inset lists
|
2011-12-21 23:14:12 -05:00 |
|
toddparker
|
0f36a0eefd
|
Merge branch 'master' of https://github.com/jquery/jquery-mobile
|
2011-12-21 22:48:45 -05:00 |
|
toddparker
|
e476ea615f
|
Tightened up vertical spacing for form field containers at smartphone widths
There was more spacing between elements than needed, this cleans it up.
|
2011-12-21 22:48:39 -05:00 |
|
toddparker
|
055e15e84f
|
Tweaked fieldset border rules so field contains work with this element. Fixes #2448
|
2011-12-21 22:40:41 -05:00 |
|
jblas@adobe.com
|
833526e18f
|
Fix for issue #3305 - Confusing documentation about dataUrl in changePage
- Changed 'data-url' to 'dataUrl' to match actual implementation.
|
2011-12-20 09:50:33 -08:00 |
|
Gabriele Rabbiosi
|
3c57f57e08
|
Substituted wrong semicolon with comma inside a list of variable
declaration
|
2011-12-20 08:17:27 -08:00 |
|
John Bender
|
f5c5c9a19a
|
support 1.6.4 to 1.7.0 by defaulting to just props where the mouseHooks haven't been added
|
2011-12-19 13:14:42 -08:00 |
|
Todd Parker
|
286f8c35ff
|
Removed reference to data-role="dialog". Fixes #3294
|
2011-12-18 20:49:22 -05:00 |
|
Todd Parker
|
cb7918c3fd
|
Merge pull request #3297 from jakeboone02/patch-4
Add missing dd opening tag
|
2011-12-18 17:20:20 -08:00 |
|
Jake Boone
|
619d944201
|
Add missing dd opening tag
|
2011-12-17 15:43:19 -05:00 |
|
Todd Parker
|
34c53b5fe7
|
Merge pull request #3272 from agcolom/patch-48
Update docs/forms/selects/options.html. Fixes #3256
|
2011-12-16 11:53:49 -08:00 |
|
Todd Parker
|
de0573e175
|
Merge pull request #3271 from agcolom/patch-47
Update docs/forms/selects/index.html. Fixes issue #3256
|
2011-12-16 11:52:48 -08:00 |
|
Todd Parker
|
8d3744b00c
|
Merge pull request #3283 from agcolom/patch-49
Update docs/api/data-attributes.html
|
2011-12-16 11:48:47 -08:00 |
|
John Bender
|
75b50f2c88
|
add mouse event props to virtual mouse events Fixes #3280
|
2011-12-15 15:40:07 -08:00 |
|
Anne-Gaelle Colom
|
5df1479b2c
|
Update docs/api/data-attributes.html
|
2011-12-15 23:24:27 +00:00 |
|
MaZderMind
|
947a9e24ec
|
fix position of searchbar in touchOverflow mode
|
2011-12-15 19:42:59 +01:00 |
|
John Bender
|
c7e1bf0c14
|
update jquery to 1.7.1 Fixes #2965, #3267
|
2011-12-15 10:35:53 -08:00 |
|
Ghislain Seguin
|
4b416c65cc
|
Revert "Up'd to 1.0.1pre"
This reverts commit 224c68e423.
|
2011-12-15 09:50:51 -08:00 |
|
Mat Marquis
|
d05ba205e3
|
Fixes #3238 — Seems markup structure was changed at some stage, making the ‘aria-hidden=true’ attribute a little over-reaching. Removed.
|
2011-12-15 12:41:18 -05:00 |
|
Ghislain Seguin
|
224c68e423
|
Up'd to 1.0.1pre
|
2011-12-15 12:41:18 -05:00 |
|
Anne-Gaelle Colom
|
41da0d7f47
|
Update docs/forms/selects/options.html
|
2011-12-15 09:07:58 +00:00 |
|