Skip to content

Commit

Permalink
Some useful information on the Options Page
Browse files Browse the repository at this point in the history
  • Loading branch information
lackac committed Jun 15, 2011
1 parent 079a978 commit a56ae12
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
10 changes: 10 additions & 0 deletions ext/css/options.css
Expand Up @@ -79,3 +79,13 @@ h4 {
}

#github, #experimental { display: none; }

footer {
margin: 0.5em auto;
width: 450px;
text-align: left;
font-size: 0.75em;
}
footer a { color: #368; }

#cloudant { float: right; }
16 changes: 13 additions & 3 deletions ext/options.html
Expand Up @@ -12,8 +12,11 @@

<body>
<div class="containter">
<h2><img src="images/icon48.png" alt="Omnicat"/> Omnicat Options</h2>
<div id="options">
<header>
<h2><img src="images/icon48.png" alt="Omnicat"/> Omnicat Options</h2>
</header>

<section id="options">
<label>
<input type="checkbox" id="include-private"/>
Include your private repositories
Expand Down Expand Up @@ -57,7 +60,14 @@ <h4>Database</h4>
</label>
<input type="text" id="custom-db"/>
</div>
</div>
</section>

<footer>
<div id="cloudant">Database hosting provided by<br/><img src="http://static.tumblr.com/mdlmcup/wQNl7b84b/logo-screen-small.png" alt="Cloudant"/></div>
<div>Created by <a href="https://github.com/lackac">LacKac</a></div>
<div>Twitter: <a href="https://twitter.com/#!/icanscale">@icanscale</a></div>
<div>Issue tracker <a href="https://github.com/lackac/omnicat/issues">on GitHub</a></div>
</footer>
</div>
</body>
</html

0 comments on commit a56ae12

Please sign in to comment.