scottjehl
|
bd4e4a7eeb
|
updated the retina sprite targeting to specifically apply to the icons in the sprite, and nothing broader. Credit for this commit goes to Adam Messinger (@adammessinger). Thanks Adam!
|
2011-03-14 23:47:16 -04:00 |
|
scottjehl
|
7f48419a29
|
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 |
|
Dave Hulbert
|
11965092bb
|
Fix for #1017 - Listview - remove hover/focus on read-only items
|
2011-03-15 07:52:11 +08:00 |
|
ray58750034
|
50c2df122e
|
set min-height of ui-block-* class, so the grid layout still work even some block doesn't contain any content.
|
2011-03-15 07:27:11 +08:00 |
|
scottjehl
|
6bcfd6f8d8
|
Merge branch 'bug/1151' of https://github.com/dave1010/jquery-mobile into dave1010-bug/1151
|
2011-03-14 18:49:57 -04:00 |
|
scottjehl
|
dedb54d15f
|
set native select with custom button to opacity 0 instead of 0.0001. Note: I thought it was 0.0001 for a reason, but this checks out fine in WP7, WebOS, Android,iOS, Chrome, Safari, Firefox 4, Firefox 3.6, Opera Desktop & Mobile, IE 7
IE 8, IE 9, Blackberry 6. Sooo... that covers it. Fixes #1216
|
2011-03-14 18:44:31 -04:00 |
|
scottjehl
|
faa01256fa
|
Grouped buttons had extra margins. Fixes #1231
|
2011-03-14 11:13:47 -04:00 |
|
scottjehl
|
3014ab785d
|
fixed the flip switch in Windows Phone 7. Z indexes needed tweaking to accommodate IE.
|
2011-03-14 00:20:25 -04:00 |
|
scottjehl
|
4596769b5e
|
fixed up the dimensions and opacity for nativeMenu selects so they work in Windows Phone and IE
|
2011-03-14 00:20:25 -04:00 |
|
scottjehl
|
3ffe86bc21
|
fixed form button appearance in Windows Phone 7 and IE
|
2011-03-14 00:20:25 -04:00 |
|
scottjehl
|
c1f6057773
|
switched from inline-block to inline on the divs to get grouped Checkboxes and Radios to stack horizontally in Windows Phone.
|
2011-03-14 00:20:25 -04:00 |
|
scottjehl
|
bd1f9e1249
|
changing overflow to visible makes list items stack properly in IE7. This rule was only there for clearfix, so either value should be fine. Tested in iOS/iPad to make sure this did not re-introduce the icon positioning bug. Removed unnecessary zoom as well.
|
2011-03-14 00:20:24 -04:00 |
|
scottjehl
|
05c48f2c3e
|
moved the CSS shorthand around for a better rgba fallback in IE
|
2011-03-14 00:20:24 -04:00 |
|
toddparker
|
183ec771d2
|
Fixed -msfilter: css rules to use the correct ms-filter: syntax. Not an issue with valencia, only the default theme. Closes #1020
|
2011-03-12 16:24:48 -05:00 |
|
Dave Hulbert
|
47b26d9628
|
Whitespace. Again.
|
2011-03-10 10:16:42 +00:00 |
|
Dave Hulbert
|
1926787393
|
Whitespace
|
2011-03-10 10:11:40 +00:00 |
|
Dave Hulbert
|
fec673dec1
|
Fix for regular text inputs. Props scottjehl.
|
2011-03-10 09:39:02 +00:00 |
|
Dave Hulbert
|
b4ecf585b2
|
Fix for #1151 - Form elements aren't full width. Needs testing.
|
2011-03-04 11:49:03 +00:00 |
|
scottjehl
|
fb9c7d03b3
|
Merge remote branch 'origin/master'
|
2011-02-04 12:45:34 -05:00 |
|
scottjehl
|
98842a337c
|
critical bug fix for C-Grade support. Ensures page is not hidden on C-Grade browsers. Fixes #975
|
2011-02-04 12:45:26 -05:00 |
|
toddparker
|
d91d83887e
|
Re-compressed the 18px icons to dramatically reduce bandwidth - 150k+ to 4k. Fireworks - what were you thinking last night?
|
2011-02-04 11:25:50 -05:00 |
|
scottjehl
|
bd79c32c9a
|
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 |
|
toddparker
|
28e1187b08
|
Added 1px extra padding to icon only buttons. Adjusted offset for clear button on search inputs accordingly.
|
2011-02-03 15:04:15 -05:00 |
|
toddparker
|
59b7d74026
|
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 |
|
toddparker
|
cd14e8f3fd
|
Added new home and search icons to sprite.
|
2011-02-03 13:37:06 -05:00 |
|
scottjehl
|
b464b1bcec
|
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 |
|
scottjehl
|
2061b5bc2b
|
setting opacity to slightly greater than 0 fixes native selects in Firefox Mobile. At this point, the critical issues mentioned in 897 appear to be resolved. Fixes #897.
|
2011-02-02 00:36:41 -05:00 |
|
scottjehl
|
0648247260
|
further shielding of non-native actions from native menus, and styled select within a parent div rather than anchor, when native is used.
|
2011-02-01 21:03:41 -05:00 |
|
scottjehl
|
18f349bf37
|
make sure non-created pages are hidden. Fixes #946
|
2011-02-01 20:03:49 -05:00 |
|
scottjehl
|
4930a42873
|
moved over to our class-based media query
|
2011-02-01 10:40:18 -05:00 |
|
Jesse Streb
|
34260225a7
|
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 |
|
adammessinger
|
1585f7d729
|
Fix for issue #890: missing -moz-linear-gradient parameters in theme CSS
|
2011-01-29 00:16:25 +08:00 |
|
John Bender
|
b1d356bfd7
|
Merge branch 'nativeselectmenu'
|
2011-01-27 09:50:40 -08:00 |
|
Jesse Streb
|
378fb51225
|
[#455] For the transitions we now have overflow: hidden in order to limit the flickering. We always scroll to the top before we start our transitions in order to make it scroll. The CSS changed to have overflow: hidden during transitions and have a height that is larger enough to keep the address bar hidden.
|
2011-01-27 12:28:04 -05:00 |
|
scottjehl
|
3ade4e3448
|
removed outlines on active, focus states in favor of theme hover states
|
2011-01-26 22:46:06 -05:00 |
|
scottjehl
|
0cdf9df11c
|
added option for useNativeMenu. Should be updated so, when set, the custom menu markup is never created.
|
2011-01-25 22:43:53 -08:00 |
|
scottjehl
|
6a958ecba2
|
merge
|
2011-01-22 17:48:36 -05:00 |
|
scottjehl
|
cb2de36865
|
more outline disabling
|
2011-01-22 14:46:58 -05:00 |
|
scottjehl
|
2a06226def
|
removed outlines on active states. Left them open on focus.
|
2011-01-22 14:44:50 -05:00 |
|
scottjehl
|
17663605ce
|
changed up the contrast a bit, particularly on hover/focus. Makes joystick/key navigation easier. Fixes #845
|
2011-01-22 14:26:58 -05:00 |
|
scottjehl
|
48b69b7a71
|
loading message opens above offset of active button, when possible. This makes it visible on devices that don't support scrollTop (webOS, etc)
|
2011-01-20 16:28:23 -05:00 |
|
scottjehl
|
4b53be8f45
|
removed hidden overflow rule, which makes page transitions a little cleaner on the desktop, but more importantly, Fixes #446, Fixes #678
|
2011-01-13 18:08:59 -05:00 |
|
toddparker
|
dbdcffd505
|
Removed instances of hex color shorthand in filters to fix potential IE issues
|
2011-01-13 17:46:33 -05:00 |
|
ehynds
|
f9c1592bc7
|
fix extra-wide pages in opera & opera mini
|
2011-01-12 18:00:53 -05:00 |
|
Louy Alakkad
|
db1f51aeb2
|
Button label isn't obvious when data-theme="c" and button is :visited. [#777]
|
2011-01-12 02:48:13 +08:00 |
|
scottjehl
|
663c33e7a0
|
just whitespace. Fixes #181
|
2011-01-08 09:32:02 -05:00 |
|
scottjehl
|
a37bc5d1b0
|
fixed double scrollbars when tall selects are present
|
2010-12-23 15:25:58 -05:00 |
|
ehynds
|
cc0d982c5e
|
documentation for multiple select functionality and list icon theming.
also fixed a CSS specificity bug where the display:block declaration on .ui-li was overriding the display:none declaration for the placeholder class.
|
2010-12-22 18:11:01 -05:00 |
|
scottjehl
|
fd821b7440
|
Merge branch 'select_multi' of https://github.com/ehynds/jquery-mobile into ehynds-select_multi
|
2010-12-22 10:05:40 -05:00 |
|
John Bender
|
95ef08b269
|
perspective class only added on flip page transition or any transition added to the perspectiveTransitions local var in the transitionPages function Fixes #568
|
2010-12-13 02:21:40 -08:00 |
|