Commit graph

59 commits

Author SHA1 Message Date
scottjehl
1c7396e65e unnecessary on body 2010-11-01 22:19:02 -04:00
scottjehl
a14522b6e6 fixed up slider layout in wider screen widths 2010-11-01 22:04:13 -04:00
scottjehl
dcaeeb70ad Changed width of aside content when under 480px min-width breakpoint. Fixes #171 2010-11-01 21:58:13 -04:00
scottjehl
72f7dbde8b added -ms-text-size-adjust in addition to webkit 2010-11-01 21:41:37 -04:00
scottjehl
ea98a98ba2 Narrowed down first-load transition issue to ui-loading class.
Removed a selector from overflow rule that seemed to be a bit overreaching. Fixes #336
2010-10-31 11:18:44 -04:00
Kin Blas
d96ef2ea7d Fixed 138 - transition: fix flip (and cube?)
- Added a -webkit-perspective property to the body element, since it is the container for the element (ui-page) that actually flips. We need specify this so a projection matrix gets created, giving the viewer some perspective. The 1000 represents the depth in pixels (the distance from the viewer to the z-plane). According to the CSS3 spec 1000 is a moderate value. Lower values make the effect more extreme.
2010-10-29 13:23:04 -07:00
jblas@adobe.com
acbec71e29 Fixed #117
"Global: blinky page transitions"

According to the CSS Animations spec as soon as an animation completes, any properties that were animated revert back to their previous values. This means that the CSS rule that refers to the animation by name must also have the "To" property values specified.
2010-10-28 23:40:11 -07:00
Todd Parker
3d19ac10c8 changed #fff to #ffffff in ui-body-b and ui-body-e because IE has issues with shorthand notation in filters.
Fixes issue 327: http://github.com/jquery/jquery-mobile/issues#issue/327
2010-10-28 16:36:30 -04:00
scottjehl
336dc36297 changed disabled class to ui-disabled, dropping the "state" portion to fit with the new conventions 2010-10-27 23:11:22 -04:00
Beau Smith
14fbb9a580 Removing un-necessary specificity from .ui-checkbox and .ui-radio styling. 2010-10-26 22:31:41 +08:00
Beau Smith
722a45e060 Add missing commas in button styles. 2010-10-26 22:31:40 +08:00
scottjehl
4d3020d414 added px suffix to all media-min/max classes. Updated CSS usage to match. 2010-10-25 10:45:30 -04:00
scottjehl
25c2ce5ce6 added support for grouped collapsibles that make accordions. Parent element just needs a data-role of collapsible-set. Fixes #87, Fixes #178 2010-10-23 10:20:06 -04:00
scottjehl
b2f791a5ef fixed icon positioning. 2010-10-22 19:05:13 -04:00
scottjehl
f806fc07d7 updated css to use min-width classes in place of media queries 2010-10-22 14:46:27 -04:00
wuyuntao
2337fddea9 Fix some css issue 2010-10-21 21:23:54 +08:00
Jeffrey Way
ef72ae4ddf Fixed iPad button positioning bug 2010-10-21 21:20:14 +08:00
scottjehl
920adf204c scoped the application of negative margins to .ui-content . Fixes #254 2010-10-20 16:54:10 -04:00
scottjehl
b83ed3ff68 Set header/footers to display: block for use case where HTML5 header/footer are used. Fixes #224 2010-10-18 11:55:25 -04:00
John Resig
b8014ad66a Merge branch 'master' of github.com:jquery/jquery-mobile 2010-10-16 00:59:15 -04:00
Jordan Dobson
bf5bc982b4 Merge branch 'master' of github.com:jquery/jquery-mobile 2010-10-15 21:34:35 -07:00
Jordan Dobson
46041cd464 adjusted orange and updated dialog icon 2010-10-15 21:34:23 -07:00
John Resig
49d8ad2c32 Hmm, that didn't change things. Will have to play with it more, later. 2010-10-16 00:07:33 -04:00
John Resig
6df58ccb09 There wasn't enough contrast between the loader icon and the background. 2010-10-16 00:04:23 -04:00
Todd Parker
11d6f3d0f5 added icons to valencia 2010-10-15 23:21:46 -04:00
Jordan Dobson
3212e5f8ac Add FF IE gradients & updated selected state 2010-10-15 19:54:23 -07:00
Jordan Dobson
3547edd294 Add FF IE gradients & updated selected state 2010-10-15 19:45:23 -07:00
John Resig
fb884874f4 Icon was popping out of the button in Safari. 2010-10-15 22:27:02 -04:00
Todd Parker
0cd57f9d6f All new icons and AI file for safe keeping. Goodnight icons. 2010-10-15 21:15:48 -04:00
Todd Parker
f036735a23 all new icon set. yay :/ 2010-10-15 21:05:39 -04:00
Todd Parker
683e60fdc7 adjustments to valencia theme mapping (a > e) and added active state. 2010-10-15 20:23:22 -04:00
Jordan Dobson
416d497139 Merge branch 'master' of github.com:jquery/jquery-mobile 2010-10-15 16:18:28 -07:00
Jordan Dobson
445ca5e3a1 Updated text shadow for hi res devices 2010-10-15 16:17:19 -07:00
scottjehl
b502243650 removed the text selection override. 2010-10-15 19:08:12 -04:00
scottjehl
af1f432518 updated Valencia to use sprites. To be replaced. 2010-10-15 18:41:21 -04:00
scottjehl
6cc749023e renamed Dobson theme "Valencia" 2010-10-15 17:10:38 -04:00
scottjehl
980392fc5f another sprite fix. 2010-10-15 16:51:14 -04:00
scottjehl
3dd8884582 sprite fix 2010-10-15 16:49:43 -04:00
scottjehl
9afffcf645 added flip back in. seems to be a little better now 2010-10-15 15:47:04 -04:00
scottjehl
908c86a117 used -webkit-backface-visibility:hidden; to prevent blinkiness. thx brianleroux 2010-10-15 15:27:54 -04:00
scottjehl
abed550d67 removed some transitions for alpha 2010-10-15 15:02:00 -04:00
scottjehl
84d1f584d8 added translate3d to see if it helps flickering 2010-10-15 14:47:48 -04:00
scottjehl
53b3d6828b added the other transitions from jQtouch. 2010-10-15 13:37:49 -04:00
scottjehl
6cd66e2a05 rough cut at the icon sprites (18px and 36px for retina) for Todd to work his magic. 2010-10-15 12:58:45 -04:00
scottjehl
7229b082d2 tweaked bottom border and overflow 2010-10-15 10:36:24 -04:00
scottjehl
06c88cbd26 added ui-br for bottom borders, without the baggage 2010-10-15 10:35:21 -04:00
Todd Parker
69df8ea7e5 less opacity on the loader div 2010-10-14 15:38:59 -04:00
Todd Parker
3dcdd12d79 standardized all bar, body, btn background colros to the cottom of the gradients for legibility and consistency 2010-10-14 10:17:16 -04:00
Todd Parker
a92acb6fed toned down c borders 2010-10-13 23:59:41 -04:00
Todd Parker
d9899a2135 lightened up c list colors, improved d hover 2010-10-13 23:53:17 -04:00