| .. |
|
images
|
Removed the separate search icon image and used the one from the sprite instead. Because of this, we'll save a request, but the icon is slightly different as a result (it has a disc, making it consistent with other icons in the framework).
|
2011-09-28 14:09:55 -04:00 |
|
index.php
|
Issue 2499: Some php improvements
|
2011-09-21 23:19:37 -07:00 |
|
jquery.mobile.button.css
|
Addresses comment on #2560 ( https://github.com/jquery/jquery-mobile/pull/2560#issuecomment-2365243 )
|
2011-10-11 14:19:59 -04:00 |
|
jquery.mobile.collapsible.css
|
Fix for #2653 - Firefox 7.0.1 - Collapsible heading gets truncated beginning of string
|
2011-10-11 00:51:45 +03:00 |
|
jquery.mobile.controlgroup.css
|
Fixes #2513 — Also addresses issue where 1px top border highlight on controlgroup buttons was aligned with top of icon, rather than the top of the button.
|
2011-09-27 15:55:19 -04:00 |
|
jquery.mobile.core.css
|
brought these orientation-based rules back for certain scenarios where they're helpful, such as when js is setting heights in iOS5. No bug fix, just a tweak.
|
2011-10-03 17:01:05 -04:00 |
|
jquery.mobile.dialog.css
|
Page min-height was being calculated with JS and it was far too tall. This moves the values into CSS with values that are aimed towards iPhone (as this is addressing an iPhone transitions issue with the address bar show/hide).
|
2011-02-03 17:22:23 -05:00 |
|
jquery.mobile.forms.checkboxradio.css
|
Fixed #1419: Grouped radio buttons with long labels don't ellipsis
|
2011-05-13 10:53:49 -07:00 |
|
jquery.mobile.forms.fieldcontain.css
|
removed background unset from fieldcontains. No good reason to keep that in there.
|
2011-07-21 12:32:06 -04:00 |
|
jquery.mobile.forms.select.css
|
Fixes #2647 — Ensures overflow: hidden is applied to .ui-btn-text inside selects inside of listviews.
|
2011-10-11 15:53:43 -04:00 |
|
jquery.mobile.forms.slider.css
|
Fix for issue #2192 labels for form inputs have different vertical alignments
|
2011-09-18 16:31:55 +03:00 |
|
jquery.mobile.forms.textinput.css
|
Fixes #2571, Fixes #2590, Fixes #2576 — All three issues were caused by improperly-scoped “position: relative;” on .ui-btn-text, within listviews.
|
2011-10-05 16:50:36 -04:00 |
|
jquery.mobile.grids.css
|
This adds a fallback for navbars that have one item, so they simply fill 100%. Credit for this fix and idea goes to kennedyr (Richard Kennedy), but we changed the naming around a bit. Fixes #1107. Thanks Richard!
|
2011-03-14 20:26:20 -04: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
|
Fixes #2571, Fixes #2590, Fixes #2576 — All three issues were caused by improperly-scoped “position: relative;” on .ui-btn-text, within listviews.
|
2011-10-05 16:50:36 -04:00 |
|
jquery.mobile.navbar.css
|
more outline disabling
|
2011-01-22 14:46:58 -05:00 |
|
jquery.mobile.theme.css
|
removed focus outline disabling on buttons and active state, which addresses issue #2639, and helps with keyboard navigation.
|
2011-10-07 18:50:11 -04:00 |
|
jquery.mobile.transitions.css
|
Fixes #2529 - Transition to the same page
|
2011-09-28 09:14:52 -07:00 |