| .. |
|
images
|
Added new home and search icons to sprite.
|
2011-02-03 13:37:06 -05:00 |
|
index.php
|
Rule #1, when you change a file name, update its references. Fixing bustage from my previous checkin. Sorry 'bout that.
|
2010-11-09 14:09:04 -08:00 |
|
jquery.mobile.button.css
|
removed outlines on active, focus states in favor of theme hover states
|
2011-01-26 22:46:06 -05:00 |
|
jquery.mobile.collapsible.css
|
fix extra-wide pages in opera & opera mini
|
2011-01-12 18:00:53 -05:00 |
|
jquery.mobile.controlgroup.css
|
Removing un-necessary specificity from .ui-checkbox and .ui-radio styling.
|
2010-10-26 22:31:41 +08:00 |
|
jquery.mobile.core.css
|
make sure non-created pages are hidden. Fixes #946
|
2011-02-01 20:03:49 -05:00 |
|
jquery.mobile.dialog.css
|
Created a themes directory and moved all CSS and images there.
|
2010-10-13 13:26:23 -04:00 |
|
jquery.mobile.forms.checkboxradio.css
|
added z-index rules to ensure label sits on top of input, regardless of source order.
|
2010-11-16 17:17:19 -05:00 |
|
jquery.mobile.forms.fieldcontain.css
|
moved over to our class-based media query
|
2011-02-01 10:40:18 -05:00 |
|
jquery.mobile.forms.select.css
|
added a workaround for the selectmenu plugin's nativeMenu in Opera. Opera browsers improperly support opacity on select elements, either hiding the menu button but not its text (in Mini), or hiding the text but not the button. Either way, it makes our hidden-select trick look really bad, or unusable. This workaround adds a class to the select in Opera, and makes the native menu visible. In the case of a false positive, that's not a bad outcome. Fixes #897
|
2011-02-02 12:04:18 -05:00 |
|
jquery.mobile.forms.slider.css
|
Input types can now degrade to alternate types, instead of text. First such example is type=range degrades to type=number. Fixes issue #415, Fixes #404
|
2010-11-11 21:43:01 -05:00 |
|
jquery.mobile.forms.textinput.css
|
removed inner text shadow on ios text inputs
|
2010-11-19 18:15:34 -05:00 |
|
jquery.mobile.grids.css
|
Added full icon positioning docs and examples and re-vamped the headers docs to include a navbar doc page with glyphish example.
|
2010-11-11 12:50:32 -05:00 |
|
jquery.mobile.headerfooter.css
|
Fix for "header/footer scrolls with document" problem in Issue 58.
|
2010-11-10 16:02:55 -08:00 |
|
jquery.mobile.listview.css
|
Changed width of aside content when under 480px min-width breakpoint. Fixes #171
|
2010-11-01 21:58:13 -04:00 |
|
jquery.mobile.navbar.css
|
more outline disabling
|
2011-01-22 14:46:58 -05:00 |
|
jquery.mobile.theme.css
|
Added new home and search icon classes. Re-named the ui-icon-search used on search inputs to ui-icon-searchinput
|
2011-02-03 13:37:39 -05:00 |
|
jquery.mobile.transitions.css
|
Removing height: 120% as it appears to have caused unnecessary flickering and by setting the min-height of each page creation is unnecessary.
|
2011-01-31 21:42:38 -05:00 |