Skip to content

Commit

Permalink
Added secondary tabs example in signup window
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrancisco committed Sep 11, 2010
1 parent 7a868f8 commit 86a9405
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions web-app-theme.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!--[if IE]>
<link href="css/michiko/michiko-ie.css?1284140625" media="screen" rel="stylesheet" type="text/css" />
<![endif]-->

<link rel="stylesheet" href="stylesheets/michiko-attrtastic/attrtastic_changes.css" media="screen" type="text/css" />
<link rel="stylesheet" href="stylesheets/michiko-formtastic/formtastic.css" media="screen" type="text/css" />
<link rel="stylesheet" href="stylesheets/michiko-formtastic/formtastic_changes.css" media="screen" type="text/css" />
Expand Down Expand Up @@ -289,7 +289,7 @@ <h4 class='title' id='tempore'>
<td>There is no spoon</td>
</tr>
</table>

<div class='wat-cf'></div>
</div>
</div>
Expand Down Expand Up @@ -489,7 +489,7 @@ <h2 class="title">2 Cols Forms</h2>
jQuery(&quot;#more_link&quot;).show();
} catch (e) { alert('RJS error'); throw e }; return false;" style="display:none;">
<img alt="See-less" src="images/icons/see-less.png" /> Show less</a>

<a href="#" class="button"><img src="images/icons/pdf.png" /> Export</a>
<a href="#" class="button"><img src="images/icons/application_edit.png" /> Edit</a>
</div>
Expand Down Expand Up @@ -773,6 +773,14 @@ <h2>Login Box</h2>

<div class="block" id="block-signup">
<h2>Sign up</h2>
<div class='secondary-inner-nav'>
<ul class='wat-cf'>
<li class='active'><a href="#">Lorem</a></li>
<li><a href="#">Ipsum</a></li>
<li><a href="#">Dolor</a></li>
<li><a href="#">Sit</a></li>
</ul>
</div>
<div class="content">
<form action="#" class="form">
<div class="group wat-cf">
Expand Down

0 comments on commit 86a9405

Please sign in to comment.