Commit graph

74 commits

Author SHA1 Message Date
scottjehl
76cf9845ef moved datepicker demo to experiments 2010-10-06 00:16:43 -04:00
scottjehl
540e1f3fb8 added a "clear" button to search input types 2010-10-05 23:54:51 -04:00
scottjehl
ccd3ffa761 new icon: delete 2010-10-05 23:54:31 -04:00
scottjehl
39bf32394c fixes to no-text icon presentation 2010-10-05 23:47:48 -04:00
scottjehl
a8edc991da small cleanup on margins and such 2010-10-05 23:06:18 -04:00
scottjehl
9a9d47e550 removed an unnecessary wrapper 2010-10-05 23:00:33 -04:00
scottjehl
71763d3dfa pretty rough, but here's a functional attempt at rounded-corner switches 2010-10-05 22:57:13 -04:00
scottjehl
30ba455514 adjusted margins 2010-10-05 19:21:20 -04:00
scottjehl
2fe29a1d2b refactored switch sliders - more iPhone-like in behavior and appearance now. 2010-10-05 19:17:47 -04:00
scottjehl
e5207475a9 renamed the classes to "switch". For sliders built from selects with more than 2 options, we can use the name "select". currently, only 2 options are supported for select sliders 2010-10-05 18:28:03 -04:00
scottjehl
5008c95fed tightened up the offsets a bit 2010-10-05 17:46:00 -04:00
scottjehl
adbdf7abc6 adjustments to spacing, layout management, consistency across elements 2010-10-05 17:42:11 -04:00
scottjehl
5467762a3b added fieldset selector for specificity 2010-10-05 17:16:49 -04:00
scottjehl
83f6ff9eef added support for fullscreen data attr on pages. When present, child headers and footers will be absolute positioned and invisible when hidden 2010-10-05 16:08:11 -04:00
scottjehl
b5eca5bd2a Renamed Globalnav "Navlist". Fixed #95 2010-10-05 14:06:28 -04:00
scottjehl
ced22f6962 Sticky footers
Tag a footer div with data-id="foo" and it'll stay visible when transitioning to another page that has a footer of the same data-id.

Fixed #72
All proposed changes above are either implemented, or covered through alternate means.
2010-10-04 19:00:30 -04:00
scottjehl
ecbe90c56a removed unnecessary rule 2010-10-04 14:22:38 -04:00
scottjehl
2e4c537783 a little refactor to improve support for icons, text-only, among other things. Demo page has 3 different globalnav variations now. 2010-10-04 12:50:25 -04:00
scottjehl
c484629e84 reworked the timing and styles for the pageLoading sequences in attempt to reduce blinky behavior. Small improvements... 2010-10-03 16:43:50 -04:00
scottjehl
22eecd11dc refactored. globalnavs can now be generated on any div, and all they do is the "more" nav behavior. Plugin may need renaming...
in these demos, the globalnavs are inside a footer div.
2010-10-01 23:37:43 -04:00
scottjehl
ed96011a28 major refactor - now uses relative positioning.
Interactions still aren't perfect, but the code is cleaner!
2010-10-01 23:36:25 -04:00
scottjehl
bc09ffca8d added fadeout animation name back in 2010-10-01 23:35:46 -04:00
scottjehl
73a84405c8 changed button code for headers and footers so that it works with ui-header or ui-footer instead of wrapper classes 2010-10-01 18:46:21 -04:00
scottjehl
166efc0387 removed swap - we can add it back later if necessary, but it needs some tweaking to look correct 2010-10-01 11:07:33 -04:00
scottjehl
a2519e7687 removed dissolve transition - fade is enough 2010-10-01 11:06:13 -04:00
Douglas Neiner
9d7270141d Added background-clip to the rounded corner classes to help out with background bleeds 2010-09-29 14:00:29 -07:00
scottjehl
2ae165049e edits to margins,widths 2010-09-27 16:55:13 -05:00
scottjehl
63e2b0bd99 more padding,margin adjustments 2010-09-27 16:50:13 -05:00
scottjehl
379349f74a adjusted widths, padding, margins 2010-09-27 16:42:59 -05:00
scottjehl
43f3656a92 added datepicker js and css files (datepicker includes ui) for a temporary datepicker demo. 2010-09-27 16:30:56 -05:00
scottjehl
879f4baa3e not all that !important, as it turns out. 2010-09-27 16:30:19 -05:00
scottjehl
92c49bf97e extended slider to support simple toggle switches based on select menus.
The logic will actually support multi-option selects as well, but the labels are flipped in order for switch-style controls, so if we want to support regular sliders from selects, the labels will have to be in forward order and beneath the slider bar.
2010-09-23 12:51:23 -04:00
scottjehl
a460710557 Replaced keyframe animation with a from-to
fixes 52
2010-09-22 13:16:11 -04:00
scottjehl
da29904834 Replaced expandable plugin with basic scrollHeight vs. offsetHeight check that uses CSS transitions. Shaves about 4kb. 2010-09-22 11:09:06 -04:00
scottjehl
11db1686c2 took the width of the slider track down a tad 2010-09-21 16:09:58 -04:00
scottjehl
3b7a717e92 more updates to slider css and js. Should have itemized commits, but this thing's still in first-pass status. 2010-09-21 16:07:23 -04:00
scottjehl
e82a65871a you're gonna need a bigger handle 2010-09-21 15:34:48 -04:00
scottjehl
4992d7b168 First pass at a simple slider plugin. Can be called on an input element with data-role="slider". Controls communicate both ways during use. 2010-09-21 15:25:23 -04:00
scottjehl
0fbbf6600a added some resets 2010-09-19 19:06:35 -04:00
scottjehl
b2f8c00785 added search styles 2010-09-19 19:04:08 -04:00
scottjehl
32e965b9cc added search icon 2010-09-19 19:03:26 -04:00
scottjehl
c451627dab moved loader div positioning lower 2010-09-19 19:02:47 -04:00
scottjehl
c16dee657b new attribute: data-role="nojs" can be applied to any element that should be accessibly hidden from the page for A browsers. 2010-09-19 18:21:09 -04:00
scottjehl
458e7b5d2f edited globalnav expanded button styles 2010-09-19 12:07:49 -04:00
scottjehl
ad7b3a2293 edited globalnav expanded layout a little bit 2010-09-19 11:09:25 -04:00
scottjehl
62507c5c5e took the font size down a bit on global nav expanded buttons 2010-09-19 10:53:33 -04:00
scottjehl
08f1ec9bf8 rewrite of globalnav plugin. Anything beyond 3 links auto-generates a "more..." button and creates a fully navigable, scrollable page with all the links in a grid view. 2010-09-19 10:51:21 -04:00
scottjehl
8d0f0ea9b8 fixed up min-height to stretch background to fill screen 2010-09-19 10:44:08 -04:00
scottjehl
8f26170f6a changed class names to 'grid' instead of 'config' 2010-09-19 08:13:52 -04:00
scottjehl
60deedf499 set ui-bar to be 16px font size 2010-09-18 10:29:14 -04:00