Commit graph

833 commits

Author SHA1 Message Date
scottjehl
af9508481c Removed correct side of rounded corners on buttons in listviews that either precede or follow dividers.
Note that this will also make sure there's no bottom corners on a button that predes a divider that comes last, if that ever happens. Fixes #139
2010-10-13 20:16:50 -04:00
scottjehl
cc6389b707 Search inputs now format similarly to other text input types. Optimized for iPhone orientations, so it'll be a bit wider than the others in a wider screen, unfortunately. It's got padding that can't be avoided. Fixes #177 2010-10-13 19:55:22 -04:00
scottjehl
c6cc71c707 Merge branch 'master' of github.com:jquery/jquery-mobile 2010-10-13 19:42:15 -04:00
scottjehl
869fa0ce1a added negative margins to pair listview filter forms with full-width listviews. We'll need an exception to support filtered inset lists. 2010-10-13 19:32:22 -04:00
Todd Parker
5e3c191133 updating links to demos 2010-10-13 18:43:39 -04:00
Todd Parker
4d1c98d01b link edits 2010-10-13 18:42:14 -04:00
Todd Parker
3d06d39926 all new persistent footer nav bar demos 2010-10-13 18:42:14 -04:00
scottjehl
2f497bc06e select menus only use the overlay style if $.support.scrollTop is true. This makes selectmenus usable on Palm 2010-10-13 18:36:10 -04:00
scottjehl
3ad6166991 scroll to top before page transition as well. That way the loading screen will show up without having to position it. 2010-10-13 18:30:01 -04:00
Todd Parker
b5157e4efc more docs cleanup 2010-10-13 18:23:59 -04:00
scottjehl
3ff819b0dc unset box shadow across the board when the "ui-mobile-nosupport-boxshadow" HTML class is present (mostly for blackberry). 2010-10-13 18:05:02 -04:00
scottjehl
58ddf30bb6 add class to html when box-shadow is not supported. 2010-10-13 18:05:02 -04:00
Todd Parker
c6d80f5b92 simplifying docs, cross-linking to theming 2010-10-13 17:57:49 -04:00
Todd Parker
7c39a50de8 More page doc updates 2010-10-13 17:43:20 -04:00
Todd Parker
239d83acef removed old button docs page 2010-10-13 17:40:44 -04:00
Todd Parker
e8b3a96783 re-vamped and simplied content docs 2010-10-13 17:40:44 -04:00
scottjehl
3150f40064 Returns if $.support.scrollTop is false. Fixes #66 2010-10-13 17:30:51 -04:00
scottjehl
202bf58f47 Merge branch 'master' of github.com:jquery/jquery-mobile 2010-10-13 17:25:31 -04:00
scottjehl
47e35832a9 Added two properties to support:
- boxShadow (tests that the property is defined and window.blackberry is false, as BB's shadows have no feathering)
- scrollTop (tests that the property is defined and that a webos property or two isn't defined, as Palm always reports 0)

Added an existence test for CSS properties, which is used for cssPseudoElement and boxShadow).
2010-10-13 17:25:14 -04:00
Todd Parker
690266693f baar docs revisions 2010-10-13 16:42:09 -04:00
Todd Parker
9db53dc44b content edits 2010-10-13 16:42:09 -04:00
Todd Parker
cf0b023480 simplied button docs to merge docs into examples 2010-10-13 16:42:09 -04:00
scottjehl
7470e376ad changed to trigger click instead of ajaxClick. This should help the whole "clicks getting eaten" issue a bit. 2010-10-13 16:08:41 -04:00
scottjehl
5cfd402247 removed the body width settings. 2010-10-13 15:30:39 -04:00
scottjehl
8378e315f0 list tweaks to padding, etc 2010-10-13 15:05:09 -04:00
scottjehl
721ea2481d Merge branch 'master' of github.com:jquery/jquery-mobile 2010-10-13 14:22:13 -04:00
scottjehl
1fa820f85f don't remove themes on switch. 2010-10-13 14:22:02 -04:00
Todd Parker
4375b3cb0c added link to html demo 2010-10-13 14:14:40 -04:00
Todd Parker
d846dcffb1 linked up html page 2010-10-13 14:11:33 -04:00
Todd Parker
5882774b5e new html formatting page 2010-10-13 14:11:23 -04:00
Todd Parker
42e26a509f adjusted theme letter 2010-10-13 13:50:13 -04:00
Todd Parker
cbd57fd77e fixed broken experiments links 2010-10-13 13:49:01 -04:00
Todd Parker
26f303d4ca Merge branch 'master' of github.com:jquery/jquery-mobile 2010-10-13 13:45:04 -04:00
Todd Parker
0cee4ac282 new form docs 2010-10-13 13:44:56 -04:00
Todd Parker
88c8fcb133 new content docs pages added 2010-10-13 13:43:45 -04:00
scottjehl
18a17dd6d9 changed themeswitcher listview to inset 2010-10-13 13:37:33 -04:00
scottjehl
0651d90ead Added a theme switcher widget. Written as a bookmarklet, but only used in a new "switch theme" button on the index page. 2010-10-13 13:29:18 -04:00
scottjehl
94ae9a2412 Added a new custom theme "Dobson". Big thanks to Jordan Dobson for designing this for us! Fixes #47 2010-10-13 13:26:24 -04:00
scottjehl
8b78da0cbc removed root css and images dirs 2010-10-13 13:26:23 -04:00
scottjehl
d5cbcf755b Created a themes directory and moved all CSS and images there.
Edited the PHP combiner and .htaccess logic to accommodate this change, as well as allowing manifest files to use a "../" when referencing files, which will be handy when adding themes that don't include structural files yet.

Modified all HTML files to point to /themes/default for their theme.
2010-10-13 13:26:23 -04:00
scottjehl
cd478e2f9b removed beeber 2010-10-13 13:26:23 -04:00
Todd Parker
c5e0d480c8 added new dialog demos and improved docs 2010-10-13 12:06:04 -04:00
Todd Parker
50141af48a added styles and content to avoid text wrapping in dialog demo 2010-10-13 11:24:40 -04:00
Todd Parker
face8e7253 Merge branch 'master' of github.com:jquery/jquery-mobile 2010-10-13 10:16:25 -04:00
scottjehl
d1d22a2ca7 aligned new icons to a pixel grid 2010-10-13 10:15:25 -04:00
Todd Parker
3ac75d85b7 Merge branch 'master' of github.com:jquery/jquery-mobile 2010-10-13 10:07:07 -04:00
scottjehl
fc89d7eff7 Merge branch 'master' of github.com:jquery/jquery-mobile 2010-10-13 09:39:21 -04:00
scottjehl
c6894be9d9 removed z-index so it can be managed with transitions, and once finished, it's not needed anyway. 2010-10-13 09:39:07 -04:00
jzaefferer
a21b4f34b2 Fixed converter demo. 2010-10-13 10:30:54 +02:00
Todd Parker
851ae1d005 yellow header 2010-10-12 18:47:41 -04:00