Commit graph

12 commits

Author SHA1 Message Date
toddparker
dc19bbf810 Reduced the width of the slider at narrow (smartphone) sizes to avoid wrapping
On inset lists with embedded forms, the slider was wrapping under the
input.
2011-10-16 00:01:42 -04:00
toddparker
4f2f500cd8 Updated slider / flip switch label typography to match 2011-10-15 23:52:01 -04:00
Mat Marquis
0f81773a42 Form elements now span entire container width and behave as display: block, outside of field containers. 2011-10-14 12:22:14 -04:00
MauriceG
fd4640081f Fix for issue #2192 labels for form inputs have different vertical alignments 2011-09-18 16:31:55 +03:00
Kin Blas
2f160e1402 Fix for issue 2346 - Flip toggle switches don't animate when tapped.
- Changed the target selector for ui-slider-handle-snapping from:

    div.ui-slider-handle-snapping

  to:

    a.ui-slider-handle-snapping

  to match the actual markup being generated.
2011-09-07 10:09:00 -04:00
scottjehl
3f94d4ff97 Moved our own widget css layout toggles over to using standard media queries, rather than the classes we apply to the HTML element to simulate media queries. 2011-05-11 18:00:44 +02: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
e89ebc126e 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
scottjehl
a14522b6e6 fixed up slider layout in wider screen widths 2010-11-01 22:04:13 -04: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
f806fc07d7 updated css to use min-width classes in place of media queries 2010-10-22 14:46:27 -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