<p>Add <code>.form-stacked</code> to your form’s HTML and you’ll have labels on top of their fields instead of to their left. This works great if your forms are short or you have two columns of inputs for heavier forms.</p>
<p>Add <code>.form-stacked</code> to your form’s HTML and you’ll have labels on top of their fields instead of to their left. This works great if your forms are short or you have two columns of inputs for heavier forms.</p>
=======
<divclass="row">
<divclass="span4 columns">
<h2>Buttons</h2>
<p>As a convention, buttons are used for actions while links are used for objects. For instance, "Download" could be a button and "recent activity" could be a link.</p>
<p>All buttons default to a light gray style, but a blue <code>.primary</code> class is available. Plus, rolling your own styles is easy peasy.</p>
</div>
<divclass="span12 columns">
<h3>Example buttons</h3>
<p>Button styles can be applied to anything with the <code>.btn</code> applied. Typically you’ll want to apply these to only <code><a></code>, <code><button></code>, and select <code><input></code> elements. Here’s how it looks:</p>
<p>Fancy larger or smaller buttons? Have at it!</p>
<divclass="well">
<ahref="#"class="btn large primary">Primary action</a>
<ahref="#"class="btn large">Action</a>
>>>>>>> .merge_file_hNGrGI
</div>
</div>
<divclass="span12 columns">
<divclass="span12 columns">
<formaction=""class="form-stacked">
<formaction=""class="form-stacked">
...
@@ -860,6 +874,7 @@
...
@@ -860,6 +874,7 @@
</div>
</div>
</form>
</form>
</div>
</div>
<<<<<<<.merge_file_CXRuoN
</div><!-- /row -->
</div><!-- /row -->
<divclass="row">
<divclass="row">
...
@@ -897,6 +912,22 @@
...
@@ -897,6 +912,22 @@
<buttonclass="btn large primary"disabled>Primary action</button>
<buttonclass="btn large primary"disabled>Primary action</button>
<buttonclass="btn large"disabled>Action</button>
<buttonclass="btn large"disabled>Action</button>
</div>
</div>
=======
<h3>Disabled state</h3>
<p>For buttons that are not active or are disabled by the app for one reason or another, use the disabled state. That’s <code>.disabled</code> for links and <code>:disabled</code> for <code><button></code> elements.</p>
<p><strong>Note:</strong> If you're developing for older browsers like IE8 or below -- you're going to want to use the <code>.disabled</code> class for <code><button></code> elements as well.
<h4>Links</h4>
<divclass="well">
<ahref="#"class="btn large primary disabled">Primary action</a>
<ahref="#"class="btn large disabled">Action</a>
</div>
<h4>Buttons</h4>
<divclass="well">
<form>
<buttonclass="btn large primary disabled"disabled>Primary action</button>
<buttonclass="btn large disabled"disabled>Action</button>
</form>
>>>>>>> .merge_file_hNGrGI
</div>
</div>
</div><!-- /row -->
</div><!-- /row -->
</section>
</section>
...
@@ -912,6 +943,7 @@
...
@@ -912,6 +943,7 @@
<h2>Fixed topbar</h2>
<h2>Fixed topbar</h2>
<divclass="topbar-wrapper"style="z-index: 5;">
<divclass="topbar-wrapper"style="z-index: 5;">
<divclass="topbar">
<divclass="topbar">
<<<<<<<.merge_file_CXRuoN
<divclass="container">
<divclass="container">
<h3><ahref="#">Project Name</a></h3>
<h3><ahref="#">Project Name</a></h3>
<ul>
<ul>
...
@@ -934,6 +966,32 @@
...
@@ -934,6 +966,32 @@
</ul>
</ul>
</li>
</li>
</ul>
</ul>
=======
<divclass="fill">
<divclass="container fixed">
<h3><ahref="#">Project Name</a></h3>
<ul>
<liclass="active"><ahref="#">Home</a></li>
<li><ahref="#">Link</a></li>
<li><ahref="#">Link</a></li>
<li><ahref="#">Link</a></li>
</ul>
<formaction="">
<inputtype="text"placeholder="Search"/>
</form>
<ulclass="nav secondary-nav">
<liclass="menu">
<ahref="#"class="menu">Dropdown</a>
<ulclass="menu-dropdown">
<li><ahref="#">Secondary link</a></li>
<li><ahref="#">Something else here</a></li>
<liclass="divider"></li>
<li><ahref="#">Another link</a></li>
</ul>
</li>
</ul>
</div>
>>>>>>> .merge_file_hNGrGI
</div>
</div>
</div>
</div>
</div><!-- topbar-wrapper -->
</div><!-- topbar-wrapper -->
...
@@ -1139,7 +1197,7 @@
...
@@ -1139,7 +1197,7 @@
<p>Modals—dialogs or lightboxes—are great for contextual actions in situations where it’s important that the background context be maintained.</p>
<p>Modals—dialogs or lightboxes—are great for contextual actions in situations where it’s important that the background context be maintained.</p>