From 7ea792be0db6b79e3bb103beb9f7446956e87f88 Mon Sep 17 00:00:00 2001 From: PattyToland Date: Fri, 15 Oct 2010 22:56:41 -0400 Subject: [PATCH 01/13] edit --- docs/content/content-grids.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/content-grids.html b/docs/content/content-grids.html index f0a80b6e..737f2dd6 100755 --- a/docs/content/content-grids.html +++ b/docs/content/content-grids.html @@ -57,15 +57,15 @@ -

And, grid blocks can adopt presentation styles from the theming system — we've added a height and color swatch reference to the grid blocks.

+

And, grid blocks can adopt presentation styles from the theming system — by adding a height and color swatch reference to the grid blocks, we can achieve this style appearance:

Block A
Block B
-

Three column grids

-

There is a second grid for a 3 column layout (33/33/33%) that is similar in structure but uses class=grid-b on the parent and 3 child wrappers, each with block-a/b/c for the column child containers.

+

Three-column grids

+

The other grid layout configuration uses class=ui-grid-b on the parent, and 3 child container elements, each with its respective ui-block-a/b/c class, to create a three-column layout (33/33/33%).


 <div class="ui-grid-a">

From 12e6bebda06e7ccaf17bf10b8e9aa493c1cca8f5 Mon Sep 17 00:00:00 2001
From: PattyToland 
Date: Fri, 15 Oct 2010 22:58:17 -0400
Subject: [PATCH 02/13] edit

---
 docs/content/content-grids.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/content/content-grids.html b/docs/content/content-grids.html
index 737f2dd6..5fad8cd5 100755
--- a/docs/content/content-grids.html
+++ b/docs/content/content-grids.html
@@ -18,7 +18,9 @@
 
 	
-

Using multiple column layouts isn't generally recommended on a mobile device because of the narrow screen width, but there are times where you may need to place small elements side-by-side (like buttons or navigation tabs, for example). The jQuery Mobile framework provides a simple way to build CSS-based columns through a block style class convention called ui-grid.

+

Using multiple column layouts isn't generally recommended on a mobile device because of the narrow screen width, but there are times where you may need to place small elements side-by-side (like buttons or navigation tabs, for example).

+ +

The jQuery Mobile framework provides a simple way to build CSS-based columns through a block style class convention called ui-grid.

There are two preset configurations layouts — two-column (using the class of ui-grid-a), and three-column (using the class of ui-grid-b) — that can be used in any situation that requires columns. Grids are 100% width, completely invisible (no borders or backgrounds) and don't have padding or margins, so they shouldn't interfere with the styles of elements placed inside them.

Two column grids

From 6aa096a786696810e9ea80cdaf3ae14424512e1e Mon Sep 17 00:00:00 2001 From: PattyToland Date: Fri, 15 Oct 2010 23:14:21 -0400 Subject: [PATCH 03/13] edits --- docs/content/content-collapsible.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/content/content-collapsible.html b/docs/content/content-collapsible.html index 1486644c..0101a066 100755 --- a/docs/content/content-collapsible.html +++ b/docs/content/content-collapsible.html @@ -23,17 +23,23 @@

Directly inside this container, add any header element (H1-H6). The framework will style the header to look like a clickable button and add a "+" icon to the left to indicate it's expandable.

-

After the heading, add any HTML markup you want to be collapsible. The framework will wrap all this markup in a container that will be hidden or shown when the heading is clicked.

+

After the header, add any HTML markup you want to be collapsible. The framework will wrap this markup in a container that will be hidden/shown when the heading is clicked.

		
 	<div data-role="collapsible">
 	<h3>I'm a header</h3>
-	<p>I'm the collapsible content.</p>
+	<p>I'm the collapsible content. By default I'm open and displayed on the page, but you can click the header to hide me.</p>
 	</div>
 	
-

By default, the content will be expanded. To collapse the content when the page loads, add the data-state="collapsed" attribute to the wrapper.

+
+

I'm a header

+

I'm the collapsible content. By default I'm open and displayed on the page, but you can click the header to hide me.

+
+ + +

As the example notes, by default the content will be expanded. To collapse the content when the page loads, add the data-state="collapsed" attribute to the wrapper.

<div data-role="collapsible" data-state="collapsed"> @@ -47,7 +53,7 @@

I'm the collapsible content.

-

The collapsible content is minimally styled -- we just add a bit of margin between the bar and content but you can add custom styles to tweak the appearance of the collapsible container or heading button.

+

Collapsible content is minimally styled — we add only a bit of margin between the bar and content, and the header bar adopts the default swatch button styles of the container it sits within.

Collapsible example

This page has 4 collapsible containers with different types of content inside.

From efaf3c88397bf3a136edb1db3a32ec09199864fa Mon Sep 17 00:00:00 2001 From: PattyToland Date: Fri, 15 Oct 2010 23:17:40 -0400 Subject: [PATCH 04/13] edits --- docs/content/content-collapsible.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/content-collapsible.html b/docs/content/content-collapsible.html index 0101a066..f4ce9c9c 100755 --- a/docs/content/content-collapsible.html +++ b/docs/content/content-collapsible.html @@ -53,7 +53,7 @@

I'm the collapsible content.

-

Collapsible content is minimally styled — we add only a bit of margin between the bar and content, and the header bar adopts the default swatch button styles of the container it sits within.

+

Collapsible content is minimally styled — we add only a bit of margin between the bar and content, and the header adopts the default styles of the container it sits within.

Collapsible example

This page has 4 collapsible containers with different types of content inside.

From 51ac0fb672a7be26e8f23459ef254772904c7fb9 Mon Sep 17 00:00:00 2001 From: PattyToland Date: Fri, 15 Oct 2010 23:18:09 -0400 Subject: [PATCH 05/13] edit --- docs/content/content-collapsible.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/content-collapsible.html b/docs/content/content-collapsible.html index f4ce9c9c..f15d2b5d 100755 --- a/docs/content/content-collapsible.html +++ b/docs/content/content-collapsible.html @@ -53,7 +53,7 @@

I'm the collapsible content.

-

Collapsible content is minimally styled — we add only a bit of margin between the bar and content, and the header adopts the default styles of the container it sits within.

+

Collapsible content is minimally styled — we add only a bit of margin between the bar and content, and the header adopts the default Theme styles of the container it sits within.

Collapsible example

This page has 4 collapsible containers with different types of content inside.

From 6561995a3f8577dfd880939b828b3e9c50f14b43 Mon Sep 17 00:00:00 2001 From: PattyToland Date: Fri, 15 Oct 2010 23:19:27 -0400 Subject: [PATCH 06/13] edit --- docs/content/content-collapsible.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/content-collapsible.html b/docs/content/content-collapsible.html index f15d2b5d..f34e8526 100755 --- a/docs/content/content-collapsible.html +++ b/docs/content/content-collapsible.html @@ -50,7 +50,7 @@

I'm a header

-

I'm the collapsible content.

+

I'm the collapsible content. I'm hidden by default because I have the "collapsed" state; you need to expand the header to see me.

Collapsible content is minimally styled — we add only a bit of margin between the bar and content, and the header adopts the default Theme styles of the container it sits within.

From 093263a4fb5a0d2d45a8674b9ea4ee4232945373 Mon Sep 17 00:00:00 2001 From: Todd Parker Date: Fri, 15 Oct 2010 21:46:17 -0400 Subject: [PATCH 07/13] removed asides from list examples because of margin issues --- docs/lists/lists-inset.html | 4 ---- docs/lists/lists-split.html | 11 ----------- docs/lists/lists-themes.html | 6 ------ docs/lists/lists-thumbnails.html | 11 ----------- 4 files changed, 32 deletions(-) diff --git a/docs/lists/lists-inset.html b/docs/lists/lists-inset.html index e8264209..58ab0c33 100755 --- a/docs/lists/lists-inset.html +++ b/docs/lists/lists-inset.html @@ -48,28 +48,24 @@

Broken Bells

Broken Bells

-

$11.99

Purchase album
  • Warning

    Hot Chip

    -

    $12.99

    Purchase album
  • Wolfgang Amadeus Phoenix

    Phoenix

    -

    $11.99

    Purchase album
  • Of The Blue Colour Of The Sky

    Ok Go

    -

    $10.99

    Purchase album
  • diff --git a/docs/lists/lists-split.html b/docs/lists/lists-split.html index a75c83d5..4f761a84 100755 --- a/docs/lists/lists-split.html +++ b/docs/lists/lists-split.html @@ -21,56 +21,48 @@

    Broken Bells

    Broken Bells

    -

    $11.99

    Purchase album
  • Warning

    Hot Chip

    -

    $12.99

    Purchase album
  • Wolfgang Amadeus Phoenix

    Phoenix

    -

    $11.99

    Purchase album
  • Of The Blue Colour Of The Sky

    Ok Go

    -

    $10.99

    Purchase album
  • Elephant

    The White Stripes

    -

    $9.99

    Purchase album
  • Kid A

    Radiohead

    -

    $11.99

    Purchase album
  • XX

    XX

    -

    $10.99

    Purchase album
  • Congratulations

    MGMT

    -

    $12.99

    Purchase album
  • @@ -78,7 +70,6 @@

    Ashes Grammar

    A Sunny Day in Glasgow

    -

    $11.99

    Purchase album @@ -86,14 +77,12 @@

    Hot Fuss

    Killers

    -

    $12.99

    Purchase album
  • The Suburbs

    Arcade Fire

    -

    $12.99

    Purchase album
  • diff --git a/docs/lists/lists-themes.html b/docs/lists/lists-themes.html index 833af120..1c5fc5d2 100755 --- a/docs/lists/lists-themes.html +++ b/docs/lists/lists-themes.html @@ -82,14 +82,12 @@

    Broken Bells

    Broken Bells

    -

    $11.99

    Purchase album
  • Warning

    Hot Chip

    -

    $12.99

    Purchase album
  • @@ -103,14 +101,12 @@

    Broken Bells

    Broken Bells

    -

    $11.99

    Purchase album
  • Warning

    Hot Chip

    -

    $12.99

    Purchase album
  • @@ -126,14 +122,12 @@

    Broken Bells

    Broken Bells

    -

    $11.99

    Purchase album
  • Warning

    Hot Chip

    -

    $12.99

    Purchase album
  • diff --git a/docs/lists/lists-thumbnails.html b/docs/lists/lists-thumbnails.html index d87d40e6..0061584f 100755 --- a/docs/lists/lists-thumbnails.html +++ b/docs/lists/lists-thumbnails.html @@ -21,69 +21,58 @@

    Broken Bells

    Broken Bells

    -

    $11.99

  • Warning

    Hot Chip

    -

    $12.99

  • Wolfgang Amadeus Phoenix

    Phoenix

    -

    $11.99

  • Of The Blue Colour Of The Sky

    Ok Go

    -

    $10.99

  • Elephant

    The White Stripes

    -

    $9.99

  • Kid A

    Radiohead

    -

    $11.99

  • XX

    XX

    -

    $10.99

  • Congratulations

    MGMT

    -

    $12.99

  • Ashes Grammar

    A Sunny Day in Glasgow

    -

    $11.99

  • Hot Fuss

    Killers

    -

    $12.99

  • The Suburbs

    Arcade Fire

    -

    $12.99

  • From 30fbfe30572ef98389f4b0d401f37a752d11b76a Mon Sep 17 00:00:00 2001 From: Todd Parker Date: Fri, 15 Oct 2010 21:46:54 -0400 Subject: [PATCH 08/13] removed header navbar 'cause it's broken --- docs/toolbars/footer-persist-b.html | 11 ---- docs/toolbars/index.html | 1 - docs/toolbars/navbar.html | 85 ----------------------------- 3 files changed, 97 deletions(-) delete mode 100755 docs/toolbars/navbar.html diff --git a/docs/toolbars/footer-persist-b.html b/docs/toolbars/footer-persist-b.html index 99c153e1..1c803f2e 100755 --- a/docs/toolbars/footer-persist-b.html +++ b/docs/toolbars/footer-persist-b.html @@ -20,56 +20,48 @@

    Broken Bells

    Broken Bells

    -

    $11.99

    Purchase album
  • Warning

    Hot Chip

    -

    $12.99

    Purchase album
  • Wolfgang Amadeus Phoenix

    Phoenix

    -

    $11.99

    Purchase album
  • Of The Blue Colour Of The Sky

    Ok Go

    -

    $10.99

    Purchase album
  • Elephant

    The White Stripes

    -

    $9.99

    Purchase album
  • Kid A

    Radiohead

    -

    $11.99

    Purchase album
  • XX

    XX

    -

    $10.99

    Purchase album
  • Congratulations

    MGMT

    -

    $12.99

    Purchase album
  • @@ -77,7 +69,6 @@

    Ashes Grammar

    A Sunny Day in Glasgow

    -

    $11.99

    Purchase album @@ -85,14 +76,12 @@

    Hot Fuss

    Killers

    -

    $12.99

    Purchase album
  • The Suburbs

    Arcade Fire

    -

    $12.99

    Purchase album
  • diff --git a/docs/toolbars/index.html b/docs/toolbars/index.html index 3182211a..3c174e53 100755 --- a/docs/toolbars/index.html +++ b/docs/toolbars/index.html @@ -24,7 +24,6 @@
  • Footer bars
  • Fixed positioning
  • Fullscreen positioning
  • -
  • Nav bar widget
  • Persistent footer nav bar
  • Theming toolbars
  • diff --git a/docs/toolbars/navbar.html b/docs/toolbars/navbar.html deleted file mode 100755 index 3eaf09f0..00000000 --- a/docs/toolbars/navbar.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - jQuery Mobile Framework - navbar Example - - - - - -
    -
    -

    Navbar Example

    - -
    - -
    -
    - -
    -

    Nav bar widget

    - - -

    The Nav Bar widget can be added anywhere in a page — header, content, or footer region — to provide a navigation bar that accommodates an unlimited number of options in a compact layout.

    - -

    The Nav Bar is structured as a 3-column element; it displays up to 3 items per row in a horizontal bar with out without icons. (If more than 3 items are in the navigation list, the nav bar displays a second row with option slots.)

    - -

    The markup for a nav bar is identical to a basic linked list view: an unordered list with a link in each item and an optional icon. This markup is transformed into a nav bar by adding a data-role="navbar" attribute to the list.

    - -
    
    -<div data-role="navbar">
    -	<ul>
    -		<li><a href="bars-fixed.html">Fixed</a></li>
    -		<li><a href="bars-inline.html">Inline</a></li>
    -		<li><a href="bars-fullscreen.html">Fullscreen</a></li>
    -		<li><a href="bars-persist.html">Persistent</a></li>
    -		<li><a href="bars-themes.html">Themes</a></li>
    -	</ul>
    -</div><!-- /navbar -->
    -
    - -

    The markup above creates a two-row nav bar element in the body of the page, like this:

    - - - - - -

    The navbar can be added inside the header or footer bar; if you want it to persist, simply add a data-position="fixed" attribute to the header or footer div container.

    - - - -
    - -
    -
    - -
    -
    - - - -
    - - - - - - - \ No newline at end of file From 11d6f3d0f54ef391a8b65008aa749601d93148c4 Mon Sep 17 00:00:00 2001 From: Todd Parker Date: Fri, 15 Oct 2010 21:48:53 -0400 Subject: [PATCH 09/13] added icons to valencia --- themes/valencia/images/icons-18-black.png | Bin 3005 -> 907 bytes themes/valencia/images/icons-18-white.png | Bin 2679 -> 908 bytes themes/valencia/images/icons-36-black.png | Bin 5295 -> 1692 bytes themes/valencia/images/icons-36-white.png | Bin 4922 -> 1692 bytes 4 files changed, 0 insertions(+), 0 deletions(-) diff --git a/themes/valencia/images/icons-18-black.png b/themes/valencia/images/icons-18-black.png index f685cb183f0e8920f8bd65a6508e9463fe6a6a31..7534253639b658d8536a6be310fbc79e86ef467e 100644 GIT binary patch literal 907 zcmeAS@N?(olHy`uVBq!ia0y~yU@`!*MOc`DWMZvUD3D?FA@oW9^PP=yRgMR0yvNqJ&X zDuZK6ep0G}TV_#ed45rLv4V53Y2nt#WiBrPwP!dI5FnVRdZfwa2fJuU(yA&})+uIX za^jtCKkpeISu5c2ApcWsW%>J`yWh{%_j-C_qVny{`V;IGn{tI$a;j76K}(si=fAEB>nz!MRy~xjK&IyOgp;|2Y0Hk!eD>@`VOjpA zrgOV1_ckBhb>%^z+)v4_$=&apWVgIjNfTBoF`n(}UhghrTRc zzay{9AY5p^VgC8gWh?Lf`}pA6tGiPD&pFuIX5V}~O|WGu*ZrH*?iW}|JIoC!-|a9b zPyKX>?25H)`BR<+-}Gv|yXDmJfSwMvYzN=(T|RzK`wqQj3*@eoHhQ6yyCX5D@V7;r zVB5zG?(O$xtrA)s)~_e&6Sw@l+`+Kd%%Ua*b5E@QaQOS=to8#O$6xe)cyu#v;@i1d z^%iUDY+tQUzIR`>XNsf8(^;}%Gewpq@SiY_NL(T_@60}-dCr@rYPqbLx6R<_#d9+r zZ=GbGBa z85914`)2r*a{Z)v(+*AfF8=YBk-3dY#Dy6Ktsj<$$}2r>`X1nRcg_w!u@l_$il4il zXcCJ~x>sDMEi&WV)lh|!vq_B2)546e{3xIBX}W@YpN!={%^G&Kzw#P0-X6&Ure6k6 LS3j3^P6mNiYFmO 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 Yv^*w+i^iFsT>7E*bn~WEx&+4m2SqjR7ytkO diff --git a/themes/valencia/images/icons-18-white.png b/themes/valencia/images/icons-18-white.png index 05f0a136f11e386c54d76fb03d0db9281d1495b1..6297254675ff0246015b2de1c5c96b0c66eabe56 100644 GIT binary patch literal 908 zcmeAS@N?(olHy`uVBq!ia0y~yVA2D!g;FA@oW9^PP=yRgMR0yvNqJ&XDuZK6 zep0G}TV_#ed45rLv4V53Y2nt#WBeWi_xX=-F zeLWw`i|_YVdMdLp{fwUU`_sF7pUdy>E}o(lu;4&_r?g%A8CAiO?%w16d{bY)(A)1? zn=Wmd8a825t>DsyYzOUPZq8Z0v~pk3vH7<;o)?4}d3+LXip=>G^74GqiuYAlMW5O_ zWvx+O)U=h+YqG^QCTIPn+cmvR{Z3k)E1Z%7t#b2x<*1jQDo(=l5Ng$`jPWYrYx(w+<$`3Nj_8TpAox@zgGB|YUcEW zZqpWD@#HthFHH{g$rB7^YU*8gex`guV)@yMV?~wwK1*`EoNj!m)9n(^&1;sC`j3KK zE;`42G=HfSI>D)V2FL5d7WHps`*^OqJ8sY3 zk$B_V49;y6*YzKpHnsPvyhC=4`^(8~EKk-po_zJ?mF(4qU(C(X~H$7yFfYB^U2po;<5MYIFCccRb2x9A;JT zdR;Hye8_iWz)Z`i#opOs@!>u18XIkQ2Twnym-=07!uwLyc$b^Lj=YR#tM5+Cn8q5( zoiwj{?fXmNQ=T#x?wZK_RHo9{V`4q)r+SA*Cf0wBIm{^>iiH;9E}Xyw%;4$j=d#Wz Gp$PyPp`*9} literal 2679 zcmaJ?dpMMN8-8a-(>O0HhjMsLNwt`hA;U0}p_v%Qp>2xF99~SBgPEzwU>vrRLglb* zB9hgrq*f|QkyFIRN{2*6V65 z)dB!OmqDim0s!1W6&s?E007h80oAAyGr1RA9wZKz@8L)xfXWwhA&?>DL_mQMhaVf= z2Dt$M0xbw;%h^m{5>G62;HYaHVuTVE8UWlpVk8{iPDl=Np$LJ9jGnl50}TrJWb`H? z6U&r%LXiUcUMUo`*Dsj2cPGzSD zXjL~UKb#au^ZwLJm66era=C)Es!cy{f`q7Aul-V(dk- z<)0a7kc=l4NaO;s2vjq2xZ+)MGFqkd;|M~@7g~|*)0$KZ!^ChT7@PxEJ<{hwCiDN7 z3WZ;)W%5Aizk2_XSQZ>BfiQuPOuS3VQ(av6a&;>S$x{k(yeoTr7(e zOF+*cBFNzNKW0yfo2$=?x&= z5@yFueXOudXCrEq9CIeFA4UNVBXv$xUa~sK=yaM$!!CH_+DR>$zOZ!ij3$2>Yf>K! z%R?NwodkCxmaaxF22dc9)j+v`F#I9VoI)8;9^C!QolZ@;{7x)<65c(FHj2=q_5WOi zA}(;EDwB=EV3FKe|4PKGp*hwRs$wSy4*I8>O{5)anxf4G791qW* z^5~tQwV0?h8P}I8N3R3tYKRq}@}S7al+SreNiCQP4)jEs>hQTY`-X4#No|64G`~8z zF9}5~&YfO_Htb1UQyc4Hu!C}TLIFQAU37rH!n;#pZUOPT{rRQ~wzoPL7)-kiN+|uu zM9tf&ZUuDOT{J%fG;m=hp=1Z539S=J8odhTuy$~3aq8n^bUrr>yw#~gyLv^rYJXN}q@ zv#IA)-t+jIh_md1f`a#YH2Gl9`37gi_Tz68DgsK@kG-#M$~6LK){XZ(i%;v_2&aG3 zkw{U9aweC&T%F{R)El7dS_=HQ+MluMFP8Q11*1M^GJU#)@S{fED__CO1-_G_u>LDN zkHIA`UjAid0)EO5AW;n0DpoHjSug@>9yY>vP`3O%{4n}+NvFerx& z3Rym-;HC}VPh|6W1WQvVx4RaOoal4rbL+ca==vbnxy>GJY99*=(2ubFwfEBT4Aa`{ z$%R2SMRxnf?v;2x3X9%ccmiG}wy)7d;CgdNlxpf#)tg@&1uVO?%xGm~K5!LQ2sqK5 zD1~5@WaEmWVas6U-%8dTqgg|K z{M*celx%GhIen#g)TZnHt*@rv4ete;pB12b%QEaM-bRu;56z>u@Jgq<<_YqIf_Hs> zJ8~5}?-gX*$$d`UKwi;%O^Gee&@W-Y1_D|xx3%Ri&4dJ5gr{Ck3p|VC$!1n4;lg#@ zbA7fJr?*+%+S1XLyIWw~!Udn5ul{E4ii!*-+MzV@U1(-EE* zda5h$pIBMVuHKc_PpZs^q6f6@oB{PNPSyr5iPLl+DSF*LE3vjpE!^?!547Le;sBj- zBeA26`A|6Kp=cF9O}s6nP?3&ub>95!y$xnW!ve|30YG#Ba1C9k%{j!#RvhSDSaK&^?9TUiGtR&|a3`q){{)%80uTldYeywXtR z$#l(P6HcMK(KzeoK-~VBiIaqGmQ|u*^~_p*aJJETkz!l+A6d2{+oS$>YXgp2y~ic~ zt!Biq6#700y+4rk$EZhz9FbA!#gs1h6y?qlOaxAf#!HC`BN+8UdJ?&Pz25{41 f>FKJ2hQ=Y22e~hTpnc=#)j7kuggg1xt?l^O;L^Gc}3up8_>*uRiK=R-k1o|i0g3slL=E%G_oAAj-wpyFkRUuduR zEuB~%Urw7XyGFO0nfym>@#u(x2;KGXCfJ?nz`O(4YsOxb@8B$2{T%42GXB9%uQJ1< zUm2Mj8n}u1=>9|SX0fuYY}5LZZJKZ&Msb@|{04WL{1hCe&Cy ztDLQ+1bJVo$@Dxl4Bg<}K1Pw0Q|1DiwMv#IIDK+F!pyZ^bZcoLBi~tnE4yovjo}nw zt|FhC&$uGN8<(3s?nN7ncQ&xOTaLr3o&UkE0TyNUdP_G*+jF)c!yW;)o-%vLQwPE&$(JTRz)8u5VGYAP0mJV8T`fI{>y*i5B z07|fWlaBkh;EN7r* z?ahO{GcJS|A78pCgSjlt&yiI$_O343=LVvHq0Y*c)A{nSqa;@qiEuE*pOeF}U{!bw zeOiTxN0~l>idAZ-adDLw#lniU-`Co*Ye%=Du>owezyS~dis`geJkpkR?v*^ z(?AleOYD1gft8fn{5S)+>W(}n50-nzy{bk{uaJMOkGh}UW!g?AMK*?hWlXQ z)>^4kE)rEHkhk1*wwL3xjRuAxbPvjVijaCsM8HvNw$dq++0(q`^K4}85%}{u> z>g;~YozHL{bzugn`PDfBh#mZ6OT~sFySqtz3j&4zHob}DVTJIPrASoR3PUMsIXTIq zEBUx9peEfSnKjF_TOS&Kjx4?9PI-uQWk^-=`T1(~<=WC?F{qV?9C38XNW-Mc3tNN^ zee^GWqx+8YmzD48c_z!HrSM90D6ceiL5T_}UF2LZDiFLJ9C$#Sppp4)bsnhpK;q+q zO0ZAKG~(xk-l1px7$dH5?Dha6i2QiyQ^yyksa(H|+p8#?${q8Tiue+4p%`um$(5NhH_*9sYpF;A*PK}0ZVrd7ZZ~C>hsN`FFX;3c)dcD5B0OKDR(SOfeps3`Wm%5 zJK6D%1i&Dd2I6L@LG7q)wCnqG&r4Euxd$JCOsfsn>BM-ZSWDl&ly&BuFDeOwh0LJJ zqX=2F-b~(E%UFreGT0>L$?2yFr+lw0_Kb9xj@-A?Yc)x6H&XZOX^0xhgj@adAZQjqm_EclR?jTfvZYk&_K)H^-vTw{lWtum~vPf7Lnpmv3urJrhwbD;z$6BRWl>T3Hcd)!=Xk`Q54F;bEJ z*|ydzpsBy27OoOSdK0eon5MQp#MjkAZgZELsAknwx&+@oHO&@ zLwHSh%7zrDSR2UXMZ>h?Yj5(BS#6JDQ%y>TRL0iLhYhS*x+-0FXo$A=f0cLggPZUA VRi7oAafRlg1KwCaOd~ox4fGKx0D#)& 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 F{{cb8S%Lrn diff --git a/themes/valencia/images/icons-36-white.png b/themes/valencia/images/icons-36-white.png index aa9a26e0915aa79b1da197078a2ad285f374315d..8495a7bc8c217c950e74aa2beb654db104b04715 100644 GIT binary patch literal 1692 zcmb7^dpOgJAIHDt(jupe%ji%n9GA}6WJl;^vxy@b+d?Rpjl|iQWpqT(4*fP}GBz^G zWn$#=>nTsoQsf+#%P}HZsiv zhd7}LF?8n5`nJ9a^_LXh4#RD2ccOPlG63iv_!>KgCNe&4FO6uJV45eD6iJJtkj?RN zKa&8MqXP`#0COCUtr*^Rn0|HOC^0m8B$WgpiIgakxmO&OM5j>Wlg&MG&Pfku5dff7 z?t@0+Q_EE6kh!4*1OF9x+@$bVLvcW7$ziP9>~ls5=U}1?^ZJofQjLw(h+ic%hGuaD zb7xZ{JscG7l~j#pHrgYZ4+)@iVW6MR)vMTriqz#c>4N2-e{=pMVI_y3X|DLIPb^O^ zXUv!VLb02h{+EtKRAgbK_WE~I%T zu5g2mORdN|v3ir;jZF5I}lKslx5!Z0F;r547bRLb>;$);X3=ZWBhOJqHH4(dB9K~z^r5K%Q z$NgJSl|xyMNIy00^B;!+f(c-q6)mpl>$=M`ep8)sD;Z(#&0c_CgT7th2CyS%&);Fi z_BMSHt@~#|`L-`}iTjlbj1{!NUE}tA*vaGL;bQwIQyfz)M{Gw`VU8TKiin2v=Y!uE z6+ugmt1n0_UDS&UQ3^71SC8alBc4Z9X6H#MTxs}Gf~$gnJD3*0%4M0;E07}}R>7ii zns1P7mDFuiQsqT`X4m(!=Z^VjuI=r$0=K>Lku{e;Y(R$|zh+(Ciupw&c+T%}5W%wR zKktGYK8W^&Hja*(ZiNWlj&+6_r&&Z=4l#2B%>DT2y5jKsG_CXj@&%&}_u-x z8P4M_v|uH-I+q8wgT8O8*pTJ)wuo+kA<*AvH{l!%AKIplMue|W<-)d;({zfQ>wOv2 zqFpSprknKYLK4qLiEp?Q@4;QEVnt#>fl_&?R&Xp1v2u?kiY*;$oK|>Yicw+rf8;i~ z?>Ki!{-%LryetqvD^Xz_LHd#$5h_rzt`-;ao(~T-SaVqB98pps>=ww{#Zv zYf}HnlR>m0n?G@L2o@amVB|yBCz^>=w~XB{E1Joh@DU5S_3R=MR3DrtQABy!DzY2P z;e~`^<)pcYJV^p9+*xdNXx595*N;B)gy~~-iV(h}kNlRriEJ4r#Cz4xu-)0oj(a4~ z5`1weVU85siO4~@zCHW2G+mp0@IJ_-T5p|#Po#-7bnON7(`Wq|{ zan4x8*ZVFT7^git^*G7H@3N|ItjlEVuANT1ahkhXeS`u&^nFCq*@XJgXr#JiF185$a$~KS}T1s$T2H^W%tbe%q}{ zd|$OtQR{oXC-G*@+Gs->?NvdCRqBjM*RnzF<~!4?k&kkf zJ3Z@M<3~fR7*^IEV%GgW4e(P6!)nucJ P?S~HdVEoZds0hYC+x;;k literal 4922 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 From 21c4217c8906096245b4b6d2f4d7903b162123bb Mon Sep 17 00:00:00 2001 From: Todd Parker Date: Fri, 15 Oct 2010 21:49:03 -0400 Subject: [PATCH 10/13] text edits --- docs/about/features.html | 2 +- docs/about/intro.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/about/features.html b/docs/about/features.html index 6206ab1e..0ce7a318 100755 --- a/docs/about/features.html +++ b/docs/about/features.html @@ -17,7 +17,7 @@

    Key features:

      -
    • Built on jQuery core for familiar and consistent jQuery syntax and APIs for minimal learning curve
    • +
    • Built on jQuery core for familiar and consistent jQuery syntax and minimal learning curve
    • Compatible with all major mobile platforms - iOS, Android, Blackberry, Palm WebOS, Nokia/Symbian, Windows Mobile, bada, MeeGo with baseline support for all devices that understand HTML
    • Lightweight size (9k compressed for all mobile functionality) and minimal image dependencies for speed.
    • Markup-driven configuration of pages and behavior for fast development and minimal scripting
    • diff --git a/docs/about/intro.html b/docs/about/intro.html index bb993bc9..c88083af 100755 --- a/docs/about/intro.html +++ b/docs/about/intro.html @@ -19,6 +19,7 @@

      jQuery’s mobile strategy can be summarized simply: Delivering top-of-the-line JavaScript in a unified User Interface that works across the most-used smartphone web browsers and tablet form factors.

      The critical difference with our approach is the wide variety of mobile platforms we’re targeting with jQuery Mobile. We’ve been working hard at bringing jQuery support to all mobile browsers that are sufficiently-capable and have at least a nominal amount of market share. In this way, we’re treating mobile web browsers exactly how we treat desktop web browsers.

      +

      To make this broad support possible, all pages in jQuery Mobile are built on a foundation of clean, semantic HTML to ensure compatibility with pretty much any web-enabled device. In devices that interpret CSS and JavaScript, jQuery Mobile applies progressive enhancement techniques to unobtrusively transform the semantic page into a rich, interactive experience that leverages the power of jQuery and CSS. Accessibility features such as WAI-ARIA are tightly integrated throughout the framework to provide support for screen readers and other assistive technologies.

      From e39e1adcf416f0f4eb2feae7396baa88fe225829 Mon Sep 17 00:00:00 2001 From: Todd Parker Date: Fri, 15 Oct 2010 21:52:18 -0400 Subject: [PATCH 11/13] added header theme and message re: no docs yet --- docs/events.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/events.html b/docs/events.html index 8c461376..ddc5f4f0 100755 --- a/docs/events.html +++ b/docs/events.html @@ -9,13 +9,13 @@
      -
      +

      Events

      -

      To do...

      +

      Documentation is currently in-progress.

      From e3c311105183bb62efe94eb89ad02a52e3c85389 Mon Sep 17 00:00:00 2001 From: PattyToland Date: Fri, 15 Oct 2010 23:21:52 -0400 Subject: [PATCH 12/13] edits --- docs/content/content-themes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/content-themes.html b/docs/content/content-themes.html index 6d2077b2..81d37072 100755 --- a/docs/content/content-themes.html +++ b/docs/content/content-themes.html @@ -18,13 +18,13 @@

      Theming the content area

      -

      The main content area of a page (container with the data-role="content" attribute) can be themed by adding the data-theme attribute to the data-role="page" container to ensure that the background colors are applied to the full page, regardless of the content length. If you add to the data-theme to the content container, the background color will stop after the content so there may be a gap in color between the content and fixed footer.

      +

      The main content area of a page (container with the data-role="content" attribute) should be themed by adding the data-theme attribute to the data-role="page" container to ensure that the background colors are applied to the full page, regardless of the content length. (If you add to the data-theme to the content container, the background color will stop after the content so there may be a gap in color between the content and fixed footer.)

      <div data-role="page" data-theme="a">

      Theming collapsible blocks

      -

      To set the color of the collapsible header, add the data-theme attribute to the collapsible container. The icon and body aren't currently themable through data attributes but can be styled directly with custom css.

      +

      To set the color of the collapsible header, add the data-theme attribute to the collapsible container. The icon and body are not currently themable through data attributes, but can be styled directly with custom css.

      <div data-role="collapsible" data-state="collapsed" data-theme="a"> From 6df58ccb09a13dbc49db037f3ee4acedd3dbc962 Mon Sep 17 00:00:00 2001 From: John Resig Date: Sat, 16 Oct 2010 00:04:23 -0400 Subject: [PATCH 13/13] There wasn't enough contrast between the loader icon and the background. --- themes/default/jquery.mobile.core.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default/jquery.mobile.core.css b/themes/default/jquery.mobile.core.css index 64147900..642e25db 100644 --- a/themes/default/jquery.mobile.core.css +++ b/themes/default/jquery.mobile.core.css @@ -24,7 +24,7 @@ .ui-loading, .ui-loading body { overflow: hidden !important; } .ui-loading .ui-loader { display: block; } .ui-loading .ui-page { overflow: hidden; } -.ui-loader { display: none; position: absolute; opacity: .85; z-index: 10; top: 75px; left: 50%; width: 200px; margin-left: -130px; padding: 20px 30px; } +.ui-loader { display: none; position: absolute; opacity: .7; z-index: 10; top: 75px; left: 50%; width: 200px; margin-left: -130px; padding: 20px 30px; } .ui-loader h1 { font-size: 15px; text-align: center; } .ui-loader .ui-icon { position: static; display: block; opacity: .9; margin: 0 auto; width: 35px; height: 35px; background-color: transparent; } @@ -50,4 +50,4 @@ .ui-fullscreen img { max-width: 100%; } /* non-js content hiding */ -.ui-nojs { position: absolute; left: -9999px; } \ No newline at end of file +.ui-nojs { position: absolute; left: -9999px; }