~knitzsche/+junk/camera

« back to all changes in this revision

Viewing changes to index.html

  • Committer: Kyle Nitzsche
  • Date: 2014-01-23 19:33:13 UTC
  • Revision ID: kyle.nitzsche@canonical.com-20140123193313-9e59623z7k6cgx5w
add app.css and a few refinements

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
    <!-- Ubuntu UI Style imports - Ambiance theme -->
10
10
    <link href="/usr/share/ubuntu-html5-theme/0.1/ambiance/css/appTemplate.css" rel="stylesheet" type="text/css" />
 
11
    <link href="./app.css" rel="stylesheet" type="text/css" />
11
12
 
12
13
    <!-- Use Ubuntu Cordova as our platform access layer -->
13
14
    <script language="javascript" type="text/javascript" src="file:///usr/share/cordova-ubuntu-2.8/www/cordova-2.8.js"></script>
36
37
      <div data-role="content">
37
38
        <div data-role="page" id="camera">
38
39
          <button data-role="button" id="click">Click</button>
39
 
          <img id="image" src=""/>
 
40
          <img id="image" style="display:none;" src=""/>
40
41
        </div> <!-- camera -->
41
42
      </div> <!-- content -->
42
43