Added docs for fixed and improved uneditable forms and inputs

Added jasny/forms-uneditable.less to jasny/bootstrap.less
This commit is contained in:
Arnold Daniels
2012-07-16 20:29:54 +02:00
parent 877a0b7ee2
commit 1237022526
3 changed files with 17 additions and 0 deletions

View File

@@ -1228,9 +1228,17 @@
<p>{{_i}}Present data in a form that's not editable without using actual form markup.{{/i}}</p>
<form class="bs-docs-example">
<span class="input-xlarge uneditable-input">Some value here</span>
<div class="input-xlarge uneditable-textarea" rows="3">
Some text here
on multiple lines
</div>
</form>
<pre class="prettyprint linenums">
&lt;span class="input-xlarge uneditable-input"&gt;Some value here&lt;/span&gt;
&lt;div class="input-xlarge uneditable-textarea" rows="3"&gt;
Some text here
on multiple lines
&lt;/div&gt;
</pre>
<h3>{{_i}}Form actions{{/i}}</h3>

View File

@@ -42,6 +42,12 @@
<div class="changes">
<h1>{{_i}}What's different?{{/i}}</h1>
<p class="marketing-byline">{{_i}}How can a fantastic library become any better? Check it out.{{/i}}</p>
<div class="row">
<div class="span3">
<h3><a href="./base-css.html#forms">{{_i}}Form elements{{/i}}</a></h3>
<p>{{_i}}Go beyond uneditable input and create a full uneditable form, with disabled and uneditable elements.{{/i}}</p>
</div>
</div><!--/row-->
</div>
<hr class="soften">

View File

@@ -11,3 +11,6 @@
// Core variables and mixins
@import "../variables.less"; // Modify this for custom colors, font-sizes, etc
@import "../mixins.less";
// Base CSS
@import "forms-uneditable.less";