scottjehl
66099f7418
changed min-height of has-thumb lists. Fixes #135
2010-10-10 17:49:27 -04:00
scottjehl
0888e06f44
made page titles overflow to ellipsis. Fixes #115
2010-10-10 16:35:28 -04:00
scottjehl
218378ee15
moved basic header and footer styles into core.css. Now headerfooter.css only deals with inline/vs follow/fixed positioning of toolbars
2010-10-10 16:32:44 -04:00
scottjehl
96598b626c
all button inner divs now overflow to ellipsis. Removed unnecessary styles in navbar.
2010-10-10 16:29:05 -04:00
scottjehl
39c3e0095b
Fixed split buttons in full-width listviews. Fixes #123
2010-10-10 15:56:25 -04:00
scottjehl
35a928c3aa
count bubble now positioned far right in dividers. Fixes #125
2010-10-10 15:46:51 -04:00
scottjehl
ead866636e
Added support for data-role="list-divider", and for readonly li's (those that have no child anchor). Fixes #121 , Fixes #122
2010-10-10 15:38:25 -04:00
scottjehl
0b181c6520
added overflow and bottom padding to content divs. Fixes #55 (which wasn't actually a listview bug, it turns out).
2010-10-09 08:45:07 -04:00
scottjehl
4d9c06452e
a few more navlist instances
2010-10-09 01:10:28 -04:00
scottjehl
702173eaae
renamed navlist to navbar.
...
Fixes #117
2010-10-08 23:26:04 -04:00
scottjehl
29a7daee60
mobilize now:
...
* applies data-themes appropriately to header,footer,page,and content roles
* finds first link in header or footer, applies left button class
* finds second link in header or footer, applies right button class
* if no left button, a back button is auto added (this can be disabled through $.mobile.addBackBtn)
* back buttons will not auto-add on the first page visited.
* all headings h1-6 are given ui-title class for constent styling in header and footer
* buttons in ui-bar,ui-header,ui-footer now all have consistent sizing and styling
Fixes #109
Fixes #114
Fixes #28
Fixes #116
2010-10-08 23:10:13 -04:00
scottjehl
9714d4c9e7
fixed up dialog stylin'
2010-10-07 18:18:51 -04:00
Scott González
5c3d35574f
Renamed files.
2010-10-07 11:30:48 -04:00
Scott González
3888ff81b6
Renamed files so case changing will hold.
2010-10-07 11:24:44 -04:00
Scott González
e5e115a925
Revert "Moving files so the case chaning will hold."
...
This reverts commit dacb03383f .
2010-10-07 11:19:34 -04:00
Scott González
d4c904eecb
Revert "Renaming files."
...
This reverts commit ae6bfba68f .
2010-10-07 11:19:21 -04:00
Scott González
ae6bfba68f
Renaming files.
2010-10-07 11:13:14 -04:00
Scott González
dacb03383f
Moving files so the case chaning will hold.
2010-10-07 11:09:00 -04:00
Scott González
6f10fe2459
Renamed files from jQuery.* to jquery.*. Fixes #33 .
2010-10-07 10:50:10 -04:00
scottjehl
000293f4cf
made the handler way more bigger
2010-10-06 18:17:08 -04:00
scottjehl
2dad280b12
style override
2010-10-06 18:13:37 -04:00
scottjehl
9758dcdea6
position change on the remove icon
2010-10-06 18:09:02 -04:00
scottjehl
4d09aec0fc
toned down the border widths on headers and content areas
2010-10-06 10:11:06 -04:00
scottjehl
5e34201ddc
fixed some things with dialog's css and classes
2010-10-06 01:10:30 -04:00
scottjehl
4a7ede3322
added ui-aux class to edit button. fixed a style with that class too
2010-10-06 00:48:42 -04:00
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