Skip to content

Commit

Permalink
Commented out links to (nonexistent) compressed versions of the samples
Browse files Browse the repository at this point in the history
Added two more samples
  • Loading branch information
msgilligan committed Aug 3, 2008
1 parent a45a579 commit 5e85366
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions index.html
Expand Up @@ -9,13 +9,17 @@ <h3>Samples</h3>
<ul> <ul>
<li><a href="samples/music.html">Music</a></li> <li><a href="samples/music.html">Music</a></li>
<li><a href="samples/prefs.html">Prefs</a></li> <li><a href="samples/prefs.html">Prefs</a></li>
<li><a href="samples/digg/index.html">Digg</a></li>
<li><a href="samples/theaters/index.html">Theaters</a></li>
</ul> </ul>


<!--
<h3>Samples using compressed iUI</h3> <h3>Samples using compressed iUI</h3>
<ul> <ul>
<li><a href="samples/musicx.html">Music</a></li> <li><a href="samples/musicx.html">Music</a></li>
<li><a href="samples/prefsx.html">Prefs</a></li> <li><a href="samples/prefsx.html">Prefs</a></li>
</ul> </ul>
-->


</body> </body>
</html> </html>
6 changes: 5 additions & 1 deletion iui/iui.css
Expand Up @@ -244,6 +244,7 @@ input:not(input[type|=radio]):not(input[type|=checkbox]) {


body > .panel { body > .panel {
box-sizing: border-box; box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
padding: 10px; padding: 10px;
background: #c8c8c8 url(pinstripes.png); background: #c8c8c8 url(pinstripes.png);
Expand All @@ -255,6 +256,7 @@ body > .panel {
padding: 0; padding: 0;
background: #FFFFFF; background: #FFFFFF;
-webkit-border-radius: 10px; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border: 1px solid #999999; border: 1px solid #999999;
text-align: right; text-align: right;
font-size: 16px; font-size: 16px;
Expand All @@ -265,7 +267,8 @@ body > .panel {
min-height: 42px; min-height: 42px;
border-bottom: 1px solid #999999; border-bottom: 1px solid #999999;
-webkit-border-radius: 0; -webkit-border-radius: 0;
text-align: right; // text-align: right;
text-align: left;
} }


fieldset > .row:last-child { fieldset > .row:last-child {
Expand All @@ -274,6 +277,7 @@ fieldset > .row:last-child {


.row > input:not(input[type|=radio]):not(input[type|=checkbox]) { .row > input:not(input[type|=radio]):not(input[type|=checkbox]) {
box-sizing: border-box; box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
margin: 0; margin: 0;
border: none; border: none;
Expand Down

0 comments on commit 5e85366

Please sign in to comment.