mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
Added docs for fixed and improved uneditable forms and inputs
Added jasny/forms-uneditable.less to jasny/bootstrap.less
This commit is contained in:
8
docs/templates/pages/base-css.mustache
vendored
8
docs/templates/pages/base-css.mustache
vendored
@@ -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">
|
||||
<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>
|
||||
</pre>
|
||||
|
||||
<h3>{{_i}}Form actions{{/i}}</h3>
|
||||
|
||||
6
docs/templates/pages/index.mustache
vendored
6
docs/templates/pages/index.mustache
vendored
@@ -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">
|
||||
|
||||
3
less/jasny/bootstrap.less
vendored
3
less/jasny/bootstrap.less
vendored
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user