mirror of
https://github.com/twbs/bootstrap.git
synced 2025-04-06 23:57:36 +02:00
finish updating form state and alert variables in less docs page
This commit is contained in:
parent
40e92221a6
commit
805a965f2e
2
bootstrap.css
vendored
2
bootstrap.css
vendored
@ -6,7 +6,7 @@
|
|||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||||
* Date: Tue Jan 24 16:50:16 PST 2012
|
* Date: Tue Jan 24 17:04:46 PST 2012
|
||||||
*/
|
*/
|
||||||
article,
|
article,
|
||||||
aside,
|
aside,
|
||||||
|
@ -417,6 +417,8 @@ pre.prettyprint {
|
|||||||
|
|
||||||
/* Make tables spaced out a bit more */
|
/* Make tables spaced out a bit more */
|
||||||
h2 + table,
|
h2 + table,
|
||||||
|
h3 + table,
|
||||||
|
h4 + table,
|
||||||
h2 + .row {
|
h2 + .row {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
|
143
docs/less.html
143
docs/less.html
@ -58,6 +58,10 @@
|
|||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
|
<div class="alert alert-block">
|
||||||
|
<strong>Heads up!</strong> This page is still under construction and is missing plenty of documentation. Hang tight!
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- Masthead
|
<!-- Masthead
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<header class="jumbotron subhead" id="overview">
|
<header class="jumbotron subhead" id="overview">
|
||||||
@ -285,51 +289,100 @@
|
|||||||
</div> <!-- /row -->
|
</div> <!-- /row -->
|
||||||
|
|
||||||
<h3>Components</h3>
|
<h3>Components</h3>
|
||||||
<table class="table table-bordered table-striped">
|
<div class="row">
|
||||||
<thead>
|
<div class="span6">
|
||||||
<tr>
|
<h4>Buttons</h4>
|
||||||
<th colspan="2" class="span3">Buttons</th>
|
<table class="table table-bordered table-striped">
|
||||||
</tr>
|
<tbody>
|
||||||
</thead>
|
<tr>
|
||||||
<tbody>
|
<td class="span3"><code>@primaryButtonColor</code></td>
|
||||||
<tr>
|
<td><code>@blue</code></td>
|
||||||
<td><code>@primaryButtonColor</code></td>
|
</tr>
|
||||||
<td><code>@blue</code></td>
|
</tbody>
|
||||||
</tr>
|
</table>
|
||||||
</tbody>
|
<h4>Forms</h4>
|
||||||
|
<table class="table table-bordered table-striped">
|
||||||
<thead>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="2" class="span3">Buttons</th>
|
<td class="span3"><code>@placeholderText</code></td>
|
||||||
</tr>
|
<td><code>@grayLight</code></td>
|
||||||
</thead>
|
</tr>
|
||||||
<tbody>
|
</tbody>
|
||||||
<tr>
|
</table>
|
||||||
<td><code>@placeholderText</code></td>
|
<h4>Navbar</h4>
|
||||||
<td><code>@grayLight</code></td>
|
<table class="table table-bordered table-striped">
|
||||||
</tr>
|
<tbody>
|
||||||
</tbody>
|
<tr>
|
||||||
|
<td class="span3"><code>@navbarHeight</code></td>
|
||||||
<thead>
|
<td>40px</td>
|
||||||
<tr>
|
</tr>
|
||||||
<th colspan="2" class="span3">Navbars</th>
|
<tr>
|
||||||
</tr>
|
<td><code>@navbarBackground</code></td>
|
||||||
</thead>
|
<td><code>@grayDarker</code></td>
|
||||||
<tbody>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>@navbarHeight</code></td>
|
<td><code>@navbarBackgroundHighlight</code></td>
|
||||||
<td>40px</td>
|
<td><code>@grayDark</code></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
</tbody>
|
||||||
<td><code>@navbarBackground</code></td>
|
</table>
|
||||||
<td><code>@grayDarker</code></td>
|
</div>
|
||||||
</tr>
|
<div class="span6">
|
||||||
<tr>
|
<h4>Form states and alerts</h4>
|
||||||
<td><code>@navbarBackgroundHighlight</code></td>
|
<table class="table table-bordered table-striped">
|
||||||
<td><code>@grayDark</code></td>
|
<tbody>
|
||||||
</tr>
|
<tr>
|
||||||
</tbody>
|
<td class="span3"><code>@warningText</code></td>
|
||||||
</table>
|
<td>#f3edd2</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>@warningBackground</code></td>
|
||||||
|
<td>#c09853</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>@warningBorder</code></td>
|
||||||
|
<td>#f3edd2</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>@errorText</code></td>
|
||||||
|
<td>#b94a48</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>@errorBackground</code></td>
|
||||||
|
<td>#f2dede</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>@errorBorder</code></td>
|
||||||
|
<td>#e9c7c7</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>@successText</code></td>
|
||||||
|
<td>#468847</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>@successBackground</code></td>
|
||||||
|
<td>#dff0d8</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>@successBorder</code></td>
|
||||||
|
<td>#cfe8c4</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>@infoText</code></td>
|
||||||
|
<td>#3a87ad</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>@infoBackground</code></td>
|
||||||
|
<td>#d9edf7</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>@infoBorder</code></td>
|
||||||
|
<td>#bfe1f2</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div><!-- /row -->
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
155
docs/templates/pages/less.mustache
vendored
155
docs/templates/pages/less.mustache
vendored
@ -1,3 +1,7 @@
|
|||||||
|
<div class="alert alert-block">
|
||||||
|
<strong>Heads up!</strong> This page is still under construction and is missing plenty of documentation. Hang tight!
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- Masthead
|
<!-- Masthead
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<header class="jumbotron subhead" id="overview">
|
<header class="jumbotron subhead" id="overview">
|
||||||
@ -225,63 +229,100 @@
|
|||||||
</div> <!-- /row -->
|
</div> <!-- /row -->
|
||||||
|
|
||||||
<h3>{{_i}}Components{{/i}}</h3>
|
<h3>{{_i}}Components{{/i}}</h3>
|
||||||
<table class="table table-bordered table-striped">
|
<div class="row">
|
||||||
<thead>
|
<div class="span6">
|
||||||
<tr>
|
<h4>Buttons</h4>
|
||||||
<th colspan="2">{{_i}}Buttons{{/i}}</th>
|
<table class="table table-bordered table-striped">
|
||||||
</tr>
|
<tbody>
|
||||||
</thead>
|
<tr>
|
||||||
<tbody>
|
<td class="span3"><code>@primaryButtonColor</code></td>
|
||||||
<tr>
|
<td><code>@blue</code></td>
|
||||||
<td><code>@primaryButtonColor</code></td>
|
</tr>
|
||||||
<td><code>@blue</code></td>
|
</tbody>
|
||||||
</tr>
|
</table>
|
||||||
</tbody>
|
<h4>Forms</h4>
|
||||||
|
<table class="table table-bordered table-striped">
|
||||||
<thead>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="2">{{_i}}Buttons{{/i}}</th>
|
<td class="span3"><code>@placeholderText</code></td>
|
||||||
</tr>
|
<td><code>@grayLight</code></td>
|
||||||
</thead>
|
</tr>
|
||||||
<tbody>
|
</tbody>
|
||||||
<tr>
|
</table>
|
||||||
<td><code>@placeholderText</code></td>
|
<h4>Navbar</h4>
|
||||||
<td><code>@grayLight</code></td>
|
<table class="table table-bordered table-striped">
|
||||||
</tr>
|
<tbody>
|
||||||
</tbody>
|
<tr>
|
||||||
|
<td class="span3"><code>@navbarHeight</code></td>
|
||||||
<thead>
|
<td>40px</td>
|
||||||
<tr>
|
</tr>
|
||||||
<th colspan="2">{{_i}}Navbars{{/i}}</th>
|
<tr>
|
||||||
</tr>
|
<td><code>@navbarBackground</code></td>
|
||||||
</thead>
|
<td><code>@grayDarker</code></td>
|
||||||
<tbody>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>@navbarHeight</code></td>
|
<td><code>@navbarBackgroundHighlight</code></td>
|
||||||
<td>40px</td>
|
<td><code>@grayDark</code></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
</tbody>
|
||||||
<td><code>@navbarBackground</code></td>
|
</table>
|
||||||
<td><code>@grayDarker</code></td>
|
</div>
|
||||||
</tr>
|
<div class="span6">
|
||||||
<tr>
|
<h4>Form states and alerts</h4>
|
||||||
<td><code>@navbarBackgroundHighlight</code></td>
|
<table class="table table-bordered table-striped">
|
||||||
<td><code>@grayDark</code></td>
|
<tbody>
|
||||||
</tr>
|
<tr>
|
||||||
</tbody>
|
<td class="span3"><code>@warningText</code></td>
|
||||||
|
<td>#f3edd2</td>
|
||||||
<thead>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="2">{{_i}}Buttons{{/i}}</th>
|
<td><code>@warningBackground</code></td>
|
||||||
</tr>
|
<td>#c09853</td>
|
||||||
</thead>
|
</tr>
|
||||||
<tbody>
|
<tr>
|
||||||
<tr>
|
<td><code>@warningBorder</code></td>
|
||||||
<td><code>@placeholderText</code></td>
|
<td>#f3edd2</td>
|
||||||
<td><code>@grayLight</code></td>
|
</tr>
|
||||||
</tr>
|
<tr>
|
||||||
</tbody>
|
<td><code>@errorText</code></td>
|
||||||
</table>
|
<td>#b94a48</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>@errorBackground</code></td>
|
||||||
|
<td>#f2dede</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>@errorBorder</code></td>
|
||||||
|
<td>#e9c7c7</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>@successText</code></td>
|
||||||
|
<td>#468847</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>@successBackground</code></td>
|
||||||
|
<td>#dff0d8</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>@successBorder</code></td>
|
||||||
|
<td>#cfe8c4</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>@infoText</code></td>
|
||||||
|
<td>#3a87ad</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>@infoBackground</code></td>
|
||||||
|
<td>#d9edf7</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>@infoBorder</code></td>
|
||||||
|
<td>#bfe1f2</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div><!-- /row -->
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user