Commit graph

411 commits

Author SHA1 Message Date
scottjehl
b3a96dc327 Merge remote branch 'origin/css-fixed' into css-fixed 2011-12-26 18:44:52 +07:00
scottjehl
10ff3dbe13 clarified distinction on overflow between pages with fixed toolbars and pages without, and removed native-fixed class (old) 2011-12-26 16:53:56 +07:00
scottjehl
d954a19a8d removed margin overrides when overflow scrolling is in play 2011-12-26 16:32:59 +07:00
scottjehl
207264a370 removed listview margin overrides when overflow scrolling is in play. 2011-12-26 16:32:38 +07:00
scottjehl
d47dd88e0a listview related fixed style moved to listview plugin and out of core 2011-12-26 16:30:30 +07:00
scottjehl
a00c05109b removed old class qualification for overflow scrolling margin overrides on listviews 2011-12-26 16:04:47 +07:00
scottjehl
ef37e9fde8 z-index of buttons within fixed headers -moved to specific class 2011-12-26 16:03:30 +07:00
scottjehl
d16da24e0e removed qualification of img { max-width: 100%; } to only fullscreen settings - now global within framework. 2011-12-26 16:01:57 +07:00
Garann Means
dde96bd026 Fix for #3262 - set max-width for header/footer buttons and title
Text-overflow: ellipsis already set.
2011-12-24 19:49:45 -06:00
Tyler Benziger
297b6f3a78 gradient syntax fix 2011-12-22 22:51:30 -08:00
Tyler Benziger
5c7c7932a2 gradient syntax fix 2011-12-22 22:49:10 -08:00
Jake Boone
0c1bba494b Use shorthand notation for margin 2011-12-22 11:56:50 -05:00
Tyler Benziger
0c13d8a81a Gradient syntax fixed 2011-12-21 23:30:46 -08:00
toddparker
2c2f830b48 More tweaks to the sliders to fit well at 320px 2011-12-21 23:36:57 -05:00
toddparker
29fdb304eb Tweaked slider to be a bit wider
Checked to ensure this fits in inset lists
2011-12-21 23:14:12 -05:00
toddparker
0f36a0eefd Merge branch 'master' of https://github.com/jquery/jquery-mobile 2011-12-21 22:48:45 -05:00
toddparker
e476ea615f Tightened up vertical spacing for form field containers at smartphone widths
There was more spacing between elements than needed, this cleans it up.
2011-12-21 22:48:39 -05:00
toddparker
055e15e84f Tweaked fieldset border rules so field contains work with this element. Fixes #2448 2011-12-21 22:40:41 -05:00
toddparker
140ee9cbba Changed the z-index of the slider handle from 10 and 20 to 1 for both types to prevent it from running over the fixed toolbars 2011-12-21 18:14:41 -05:00
scottjehl
ba484f2e83 The ui-fixed-hidden class now switches the toolbar's positioning to "absolute" when hidden. This allows a hidden fixed toolbar to still be visible if you scroll to top. Fullscreen toolbars are hidden with a negative left value as well, so that they're entirely off screen. 2011-12-20 17:38:05 +07:00
scottjehl
103f409c47 added new script and associated styles for handling "fixed" toolbars using native support for CSS position: fixed, where possible. Non-supporting platforms will fall back to inline positioning, either by gracefully degrading on their own or by opting them out through a blacklist (fixed positioning detection's got issues...).
unit tests and api documentation coming next, but for the most part, the API is the same as before.
2011-12-20 17:38:05 +07:00
Ghislain Seguin
e4bf0b1a8e Merge remote branch 'upstream/master' into amd
Conflicts:
	js/jquery.mobile.hashchange.js
2011-12-15 23:31:35 -08:00
MaZderMind
947a9e24ec fix position of searchbar in touchOverflow mode 2011-12-15 19:42:59 +01:00
Nicolas Bartoli
30255d1fa2 Fixed non reacting generated back buttons with touchOverflowEnabled 2011-12-12 11:00:22 -08:00
Ghislain Seguin
84ad0153f5 Added @import to replace index.php 2011-12-01 17:28:09 -08:00
Ghislain Seguin
b32facdd1d Use @imports instead of the PHP combine, r.js will take care of optimization 2011-12-01 17:28:08 -08:00
Peter
e3b58d272f comparing somehow more with the normal mode showed, that the spacing is just 1em 2011-11-27 22:26:44 +01:00
Peter
a7303d870e fix difference in spacing compared to classic mode 2011-11-27 22:16:18 +01:00
Peter
7e18890cd6 fix not-inset-list top position, while keeping inset-lists as they are in touchOverflow mode 2011-11-27 21:34:42 +01:00
Peter Körner
3d40a6a668 fix css in touch-overflow example 2011-11-25 16:01:13 +01:00
tichou
5460ae3a4f Optmised png images for both Default and Valencia themes 2011-11-17 22:56:23 +01:00
Mat Marquis
b4eef42e18 Fixes #3026 — Regression introduced by 01c77fa. 2011-11-16 15:25:00 -05:00
Mat Marquis
48de5f4209 Minor width tweak to slider input; prevents slider from breaking to second line at ~320px. 2011-11-14 12:17:53 -05:00
toddparker
b90eab4935 New black icon sprites based on the white version
Copied the 18 and 36px white icon and flipped it to black to ensure
that these are identical. Cleaned up antialiasing issues on the black
icons too. Added to valencia and default themes.
2011-11-13 23:08:04 -05:00
toddparker
581c4224a2 Updated 18px black icons sprite to match the latest white version 2011-11-13 22:41:52 -05:00
John Bender
7085843b74 moved info text to license-info.txt 2011-11-09 16:00:25 -08:00
John Bender
989f7f1542 move intro to text for css combine, js combine, and makefile use 2011-11-09 15:45:08 -08:00
Mat Marquis
2212d7428c Merge branch 'master' of github.com:jquery/jquery-mobile 2011-11-09 18:34:17 -05:00
Mat Marquis
01c77fa9e1 Fixes #2588 — When Windows Phone 7.5 (Mango) tries to calculate a numeric opacity for a select—including “inherit”—without explicitly specifying an opacity on the parent to give it context, a bug appears where clicking elsewhere on the page after opening the select will open the select again. 2011-11-09 18:25:06 -05:00
Eddie Monge
5535e24c46 Update to add license to root, update individual files to not have license, add license to built and testing files 2011-11-08 15:43:36 -08:00
Mat Marquis
80893170ca Additional work on #2066 — This change only applies overflow-x: hidden to body/div elements that receive the .ui-mobile-viewport class, as we can safely predict that style won’t interfere with native select funcitonality when attached to those elements. This will address the vast majority of use cases, and prevent this style from causing unpredictable Android issues in the event that the page is wrapped in an unusual element (a form, table cell, marquee tag, etc.). 2011-11-08 15:06:33 -05:00
TylerBenziger
a1097b32a2 Whitespace fix for jquery.mobile.theme.css 2011-11-07 10:00:39 -08:00
Ghislain Seguin
26c48c8c6c Fix for #2871: Added overlayTheme option to dialog widget 2011-11-04 22:34:58 -07:00
John Bender
3503681b91 added comment for Issue #2066 special case 2011-11-02 09:30:07 -07:00
John Bender
dcf4130593 whitespace in core css 2011-11-02 09:29:38 -07:00
Mat Marquis
ab486257f7 Fixes #2066 — Select menus now open normally on Android when the page is wrapped in a form element. ♥ you, .NET. 2011-11-01 18:11:48 -04:00
Masataka Yakura
8d0ca03161 remove "top" from gradient syntax for byte savings and spec compliance 2011-10-29 16:33:53 +09:00
Todd Parker
6264d95da2 Merge pull request #2812 from redaemn/flip-switch-improvements
Fix for issue #2756 - flip toggle slider animated snapping. Thanks redaemn!
2011-10-27 18:31:39 -07:00
Todd Parker
fde88b2ec3 Merge pull request #2844 from samatjain/png-opt
Losslessly minimize themes’ PNGs. Thanks samatjain!
2011-10-27 17:48:44 -07:00
Mat Marquis
8e6a67d3bb Additional fix for #2842 — Missed a spot. Full-width form elements due to hidden labels no longer rely on percentage-based left/right padding. 2011-10-27 11:16:46 -04:00
Mat Marquis
26831aa66f Fixes #2629, fixes #2628 — Replacing ‘background: transparent’ with #fff, rgba(255,255,255,0), and an opacity filter solves this. 2011-10-26 17:57:03 -04:00
Mat Marquis
6b85cdbd99 Fixes #1077, fixes #2683 — Reverts fixed positioning to hide .ui-collapsible-heading-status (added in commit #c94c6bf). Uses ‘top: -9999px’ to hide element in lieu of ‘left: -9999px’, so as not to trigger Firefox 7’s ellipsis bug. 2011-10-26 16:12:56 -04:00
toddparker
bc97aa6532 Switched font-family TR tokens to /*{global-font-family}*/;
This makes all swatch fonts adhere to the global font family set in
ThemeRoller. This can be manually edited to further customize the
theme, but we're simplifying the TR UI.
2011-10-26 14:09:41 -04:00
toddparker
6a44236fb1 Fixed extra vertical padding for footers within dialogs 2011-10-26 14:03:27 -04:00
John Bender
28e860f121 Merge pull request #2840 from eddiemonge/min_license
Standardize licenses in files and match jQuery core min license in min fi
2011-10-26 10:55:47 -07:00
Mat Marquis
b4a3641820 Fixes #2842, reverts change made in commit #0f81773 — percentage-based textarea/text input padding is ignored in Firefox. Current Firefox. In 2011. Submitted with comment. 2011-10-26 13:17:13 -04:00
Todd Parker
3f488e1cd6 Update to set the z-index of custom select menus to stack on top of fixed toolbars. Fixes #2799. 2011-10-26 13:16:40 -03:00
Samat K Jain
54a2ac80c4 Losslessly minimize themes’ PNGs
Minimized themes’ PNGs for a space savings of 17%.
2011-10-25 15:50:29 -06:00
Eddie Monge
f6e319ef8a Standardize licenses in files and match jQuery core min license in min files 2011-10-25 11:15:19 -07:00
Gabriele Rabbiosi
ee05bb5576 Fixed issue #2631 - flip toggle switch animation improved 2011-10-23 14:30:10 +02:00
Mat Marquis
ac1832a686 Fixes #1077, somewhat mysteriously. Re-checked native selects across common devices/browsers, which seem unaffected by this change. 2011-10-21 17:14:44 -04:00
Todd Parker
2d512e1210 Merge pull request #2779 from bjohn465/unenhanced-list-icons
Styling ui-li-icon on enhanced lists only. Thanks bjohn465!
2011-10-20 13:55:28 -07:00
Brandon Johnson
943d2d65a8 Styling ui-li-icon on enhanced lists only
Fixes #2771
2011-10-20 14:22:48 -06:00
Mat Marquis
182a8b4675 Merge branch 'master' of github.com:jquery/jquery-mobile 2011-10-20 16:07:47 -04:00
Mat Marquis
5afe2abecb Re-applies bottom margin to dialog elements, accidentally removed in 6354bd4260. 2011-10-20 16:07:22 -04:00
unknown
6171ba2040 Moved .ui-br class from swatches section to structure section of default theme. Added .ui-br to Valencia theme. 2011-10-20 11:30:40 -04:00
Mat Marquis
95cf4873fd Adds a little breathing room above dialogs at wider screen sizes. 2011-10-19 11:30:46 -04:00
Mat Marquis
9fbadb0247 Fixes #2729 — Sets a max-width of ~600px on dialogs (inc. full-screen selects), changes disalog width to percentage-based value. 2011-10-18 14:18:11 -04:00
Mat Marquis
32fad8378d Hopefully, this finally fixes #518 — Custom selects now behave as expected within vertical/horizontal controlgroups. Docs have been updated accordingly. 2011-10-18 12:12:19 -04:00
Eddie Monge
bcbaa38854 2700: Step 7 Silly me kept putting instead of . Fixed that typo 2011-10-17 14:36:50 -07:00
Eddie Monge
4a164b232f 2700: Step 4 Update php files to view locally 2011-10-17 13:47:08 -07:00
Eddie Monge
10c6ca2922 2700: Step 3 Move the themes into a themes folder 2011-10-17 13:25:54 -07:00
Eddie Monge
b8833f1885 images should be part of the theme 2011-10-17 13:25:11 -07:00
Eddie Monge
9af1d4c966 2700: Step 2: Separate out core styles from the theme styles 2011-10-17 13:23:48 -07:00
Eddie Monge
2c59250fe3 2700: Step 1: Rename Themes folder 2011-10-17 12:50:53 -07:00
scottjehl
8b78da0cbc removed root css and images dirs 2010-10-13 13:26:23 -04:00
scottjehl
c6894be9d9 removed z-index so it can be managed with transitions, and once finished, it's not needed anyway. 2010-10-13 09:39:07 -04:00
scottjehl
521aa45aff paired up theme letters. 2010-10-12 18:15:50 -04:00
scottjehl
254e827e01 Truncated listview text in regular lists. Fixes #160 2010-10-12 17:59:12 -04:00
scottjehl
c5e2b4e006 negated listview offset margins when used in selectmenu 2010-10-12 17:42:27 -04:00
scottjehl
52113e8b97 fixed up list count bubbles in split button listviews. Fixes #165 2010-10-12 17:37:43 -04:00
scottjehl
dda81a4b83 implemented icon theming 2010-10-12 17:09:06 -04:00
scottjehl
fd6d7b52f2 rafactored the buttons in collapsibles. uses an inner button for styling the icons. 2010-10-12 16:36:32 -04:00
scottjehl
b11a45f615 switched up padding and margins on content div. Now it will get 15px padding, unless its a fullscreen page.
Inset listviews have no margin now, and regular listviews have -15px margins. Also, collapsibles now have no padding.

Updated HTML to remove ui-body classes for content divs, to match these changes.

Fixes #161
2010-10-12 15:50:28 -04:00
scottjehl
c59dafd616 added support for icon, in addition to thumb, image sizes. Fixes #146 2010-10-12 15:09:42 -04:00
Todd Parker
34d3e02abf re-vamped theme with a-e for bars, boxes and buttons. removed old list styles since they use button now. color improvements. 2010-10-12 13:25:03 -04:00
scottjehl
6baf5f1cc1 adjusted to make page backgrounds stretch full height and hide non-active pages 2010-10-12 12:12:19 -04:00
scottjehl
85c3e74f62 back to overflow:visible for mobile webkit's sake... oops 2010-10-12 11:43:52 -04:00
scottjehl
d5aff26c15 set overflow to auto instead. 2010-10-12 11:43:51 -04:00
scottjehl
88d237b468 removed the "antenna" on the slider.
Fixes #158
2010-10-11 19:34:45 -04:00
scottjehl
8d433bd834 z-index applied only to floaty headers 2010-10-11 19:22:23 -04:00
scottjehl
b759068019 fixed leaky icons 2010-10-11 19:06:04 -04:00
scottjehl
11b6f30eea commented out some concflicting styles. 2010-10-11 18:58:40 -04:00
scottjehl
c0922001fd added link-inherit and font settings to all buttons so lists can use any button style. 2010-10-11 18:39:52 -04:00
scottjehl
33b1748b24 tuned up the padding on buttons with icons 2010-10-11 18:03:16 -04:00
scottjehl
c03dddf6eb moved focus style to end of theme, so it can override shadowed elements that gain focus 2010-10-11 17:27:09 -04:00
scottjehl
855961ee2d apply theming to inputs using data-theme. background image is set to none, but color is used, along with ui-shadow-inset 2010-10-11 17:26:51 -04:00
scottjehl
fff6b989b2 added ui-shadow-inset class for text inputs 2010-10-11 17:25:15 -04:00
scottjehl
00567105c9 moved focus for buttons over to hover state. no ui-focus class, no outline (hover state provides visual affordance) 2010-10-11 16:32:49 -04:00
scottjehl
3058a5fb47 adjusted classes for buttons in footer, bar 2010-10-11 16:23:34 -04:00
scottjehl
a5410482d6 made sure inline buttons don't have smaller text, no margin. 2010-10-11 16:19:50 -04:00
scottjehl
196a98b8f4 woops killed all the icons. fixed 2010-10-11 15:53:45 -04:00
scottjehl
a26e0a0d6a added "inline" option to buttons and button links. data-inline="true". Fixes #148 2010-10-11 15:47:30 -04:00
scottjehl
3f748dc1b9 added a max width 2010-10-11 15:12:47 -04:00
scottjehl
fe07a8d802 changed up the transitions 2010-10-11 14:56:16 -04:00
scottjehl
ba65a41abc Merge branch 'master' of github.com:jquery/jquery-mobile 2010-10-11 14:41:33 -04:00
scottjehl
effbaa9f58 Refactored select plugin. 2010-10-11 14:41:17 -04:00
Todd Parker
21654b819b Added a new content .ui-body-d with a light yellow gradient to match the d bar. Added gradients to some of the other body blocks. 2010-10-11 12:58:33 -04:00
scottjehl
1bd8e94227 First pass at convering selectmenu over to new page model. Now time for cleanup 2010-10-11 10:33:52 -04:00
scottjehl
54f1464a56 Todd added additional list theme "G". Will become List "c" once broken out. 2010-10-11 08:08:39 -04:00
scottjehl
29913434bf changed name of list grouping to list "divider". Affects class names, css applied, data-attr for configuration. 2010-10-10 21:28:22 -04:00
scottjehl
43d26694f4 killed focus outline on page titles 2010-10-10 20:55:25 -04:00
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
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
scottjehl
2e9c5914e6 split CSS files out into individual components 2010-09-18 09:53:00 -04:00
scottjehl
b14ae8bc16 added support for a JS fallback for auto-numbering in listviews made from OL elements. If supported, numbering is pure CSS, otherwise, the script will generate numbering.
In both the css and the js, the counters will restart whenever a list grouping header is encountered.
2010-09-18 08:21:51 -04:00
scottjehl
bd1a5159d2 added support for auto-numbering in listviews made from OL elements.
Note: currently uses CSS :before gen content, so we'll need to test support for that. listview.js includes a JS fallback, currently commented out.
2010-09-18 07:42:10 -04:00
scottjehl
779c79c917 removed extra rule 2010-09-17 17:47:23 -04:00
scottjehl
1c70a9937a fixed up padding on toolbars 2010-09-17 17:14:06 -04:00
scottjehl
d06c22e8d9 added dialog plugin and css, added it to the manifest file, updated some of the content on the _dialog.html demo page 2010-09-17 16:24:12 -04:00
scottjehl
78dca77149 modified the height css for ui-page so it fills the height and can be themeable 2010-09-17 14:26:13 -04:00
scottjehl
03c7773d05 updated counts in grouping data, and count min widths 2010-09-16 17:12:08 -04:00
scottjehl
80e4f57a80 trying overflow ellipsis for lines in the listview items 2010-09-16 17:06:09 -04:00
scottjehl
b25403ff23 switched hover and up states. 2010-09-16 16:57:42 -04:00
scottjehl
780786c0d2 updated listview with demos for groupings 2010-09-16 16:44:06 -04:00
scottjehl
71ded0642e gave aside elements a top margin 2010-09-16 16:25:08 -04:00
scottjehl
633b4ed45b Updates to allow for fill-width or inset style lists.
The fillWidth option defaults to true, and can be overridden through data-fill-width attr.
2010-09-16 12:37:45 -04:00
scottjehl
28f19ba8b3 updated to allow the count spans to adopt the parent theme unless overridden with a data-count-theme attr 2010-09-15 18:07:56 -04:00
scottjehl
8d425b9260 adding listview css 2010-09-15 16:53:23 -04:00
scottjehl
05316a39cf removed CSS for tabs widget. (to be replaced by global nav) 2010-09-15 16:48:46 -04:00
scottjehl
d3991ba1cf removed CSS for tree widget. 2010-09-15 16:47:26 -04:00
scottjehl
b2655629cc updated ui-link-inherit styles for btn states e and f. These are necessary for list view items with links in them. 2010-09-15 16:46:11 -04:00
scottjehl
eb2805f9d9 fixed up globalnav.js plugin and demo page. This could potentially replace the tabs plugin...
CSS updates for globalnav styling.

small changes to mobile.js to make globalNav demo init once at domready, not per ui-page.
2010-09-14 11:44:16 -04:00
scottjehl
9f2e68e827 updated for these new demos that show different variations of the overlays 2010-09-11 12:40:04 -04:00
scottjehl
1923c0a565 edited slide transitions so slideup and slidedown use similar conventions to slide. (slideinfromtop,slideouttobottom, etc) 2010-09-11 09:25:35 -04:00
scottjehl
5678650342 added slidedown,slidebackup transitions. modified slideup transitions' naming to accommodate.
updated transitions demo with new variation, added new transition name to array in mobile.js
2010-09-11 08:49:54 -04:00
scottjehl
9337467724 cleaned out some old comments & a redundant selector 2010-09-11 08:05:28 -04:00
scottjehl
1d0fd4a7d8 committing all the mobiley goodness. 2010-09-10 18:23:13 -04:00