Skip to content

Commit

Permalink
Getro-styled
Browse files Browse the repository at this point in the history
  • Loading branch information
gbraad committed Jun 18, 2012
1 parent 4b30b32 commit 5d69564
Show file tree
Hide file tree
Showing 7 changed files with 750 additions and 5 deletions.
11 changes: 6 additions & 5 deletions index.html
Expand Up @@ -10,19 +10,20 @@
<script src="sha.js"></script>
<script src="code.js"></script>
<link rel="stylesheet" href="jquery.mobile-1.1.0.min.css" />
<link rel="stylesheet" href="themes/getro.css" />
<link rel="stylesheet" href="styling.css" />
<link rel="shortcut icon" href="./favicon.ico" />
<link rel="apple-touch-icon" href="./images/icon-48.png" />
</head>
<body>
<div data-role="page" id="main">
<div data-role="page" id="main" data-theme="a">

<div data-role="header">
<h1>GAuth Authenticator</h1>
</div>

<div data-role="content">
<ul data-role="listview" data-inset="true" data-theme="g" data-split-theme="d" data-split-icon="delete" id="accounts">
<ul data-role="listview" data-inset="true" data-theme="a" data-split-theme="b" data-split-icon="delete" id="accounts">
<li id="accountsHeader" data-role="list-divider">One-time passwords<span class="ui-li-count" id='updatingIn'>..</span></li>
</ul>

Expand All @@ -35,7 +36,7 @@ <h1>@gbraad</h1>

</div>

<div data-role="page" id="settings">
<div data-role="page" id="settings" data-theme="a">
<div data-role="header">
<h1>Settings</h1>
</div>
Expand All @@ -49,8 +50,8 @@ <h1>Settings</h1>
</form>
</p>
<p>
<a href="#main" data-role="button" data-rel="back" data-theme="b" id="add">Add</a>
<a href="#main" data-role="button" data-rel="back" data-theme="c">Cancel</a>
<a href="#main" data-role="button" data-rel="back" data-theme="a" id="add">Add</a>
<a href="#main" data-role="button" data-rel="back" data-theme="a">Cancel</a>
</p>
</div>
</div>
Expand Down
744 changes: 744 additions & 0 deletions themes/getro.css

Large diffs are not rendered by default.

Binary file added themes/images/ajax-loader.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/images/icons-18-black.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/images/icons-18-white.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/images/icons-36-black.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/images/icons-36-white.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5d69564

Please sign in to comment.