Browse Source

ptr classes to demo added

pull/154/head
Simon Waldherr 12 years ago
parent
commit
dbe4c0c09d
  1. 2
      test/app/checkout.html
  2. 4
      test/app/choose-movie.html
  3. 4
      test/app/choose-theater.html

2
test/app/checkout.html

@ -25,7 +25,7 @@
<h1 class="title">Buy tickets</h1>
</header>
<div class="content" id="list">
<div class="wrap">
<div class="ptr_wrap">
<div class="">
<div class="checkout-form content-padded">
<form>

4
test/app/choose-movie.html

@ -23,8 +23,8 @@
</a>
<h1 class="title">Choose a movie</h1>
</header>
<div class="content scrollable" id="list">
<div class="wrap">
<div class="content ptr_scrollable scrollable" id="list">
<div class="ptr_wrap">
<nav class="bar-standard bar-header-secondary bar-scrolling">
<form>
<input type="search" placeholder="Search for movies">

4
test/app/choose-theater.html

@ -24,8 +24,8 @@
</a>
<h1 class="title">Argo</h1>
</header>
<div class="content scrollable" id="list">
<div class="wrap">
<div class="content ptr_scrollable scrollable" id="list">
<div class="ptr_wrap">
<div class="">
<ul class="list">
<li class="list-divider">Theaters nearby</li>

Loading…
Cancel
Save