Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
85971ff3
Commit
85971ff3
authored
Dec 19, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop .form-search support
parent
ec623c17
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
76 deletions
+2
-76
docs/css.html
docs/css.html
+1
-38
docs/templates/pages/css.mustache
docs/templates/pages/css.mustache
+1
-38
No files found.
docs/css.html
View file @
85971ff3
...
...
@@ -1060,20 +1060,7 @@ For example, <code><section></code> should be wrapped as inlin
<h2
id=
"forms-layouts"
>
Optional layouts
</h2>
<p>
Included with Bootstrap are three optional form layouts for common use cases.
</p>
<h3>
Search form
</h3>
<p>
Add
<code>
.form-search
</code>
to the form and
<code>
.search-query
</code>
to the
<code>
<
input
>
</code>
for an extra-rounded text input.
</p>
<form
class=
"bs-docs-example form-search"
>
<input
type=
"text"
class=
"span3 search-query"
>
<button
type=
"submit"
class=
"btn"
>
Search
</button>
</form>
<pre
class=
"prettyprint linenums"
>
<
form class="form-search"
>
<
input type="text" class="span3 search-query"
>
<
button type="submit" class="btn"
>
Search
<
/button
>
<
/form
>
</pre>
<p>
Included with Bootstrap are optional form layouts for common use cases.
</p>
<h3>
Inline form
</h3>
<p>
Add
<code>
.form-inline
</code>
for left-aligned labels and inline-block controls for a compact layout.
</p>
...
...
@@ -1477,30 +1464,6 @@ For example, <code><section></code> should be wrapped as inlin
<
input type="text" class="span3"
>
<
div class="btn-group"
>
...
<
/div
>
<
/div
>
</pre>
<h4>
Search form
</h4>
<form
class=
"bs-docs-example form-search"
>
<div
class=
"input-append"
>
<input
type=
"text"
class=
"search-query span3"
>
<button
type=
"submit"
class=
"btn"
>
Search
</button>
</div>
<div
class=
"input-prepend"
>
<button
type=
"submit"
class=
"btn"
>
Search
</button>
<input
type=
"text"
class=
"search-query span3"
>
</div>
</form>
<pre
class=
"prettyprint linenums"
>
<
form class="form-search"
>
<
div class="input-append"
>
<
input type="text" class="search-query span3"
>
<
button type="submit" class="btn"
>
Search
<
/button
>
<
/div
>
<
div class="input-prepend"
>
<
button type="submit" class="btn"
>
Search
<
/button
>
<
input type="text" class="search-query span3"
>
<
/div
>
<
/form
>
</pre>
<h3
id=
"forms-extending-sizes"
>
Control sizing
</h3>
...
...
docs/templates/pages/css.mustache
View file @
85971ff3
...
...
@@ -1000,20 +1000,7 @@ For example, <code><section></code> should be wrapped as inlin
<h2
id=
"forms-layouts"
>
Optional layouts
</h2>
<p>
Included with Bootstrap are three optional form layouts for common use cases.
</p>
<h3>
Search form
</h3>
<p>
Add
<code>
.form-search
</code>
to the form and
<code>
.search-query
</code>
to the
<code>
<
input
>
</code>
for an extra-rounded text input.
</p>
<form
class=
"bs-docs-example form-search"
>
<input
type=
"text"
class=
"span3 search-query"
>
<button
type=
"submit"
class=
"btn"
>
Search
</button>
</form>
{{! /example }}
<pre
class=
"prettyprint linenums"
>
<
form class="form-search"
>
<
input type="text" class="span3 search-query"
>
<
button type="submit" class="btn"
>
Search
<
/button
>
<
/form
>
</pre>
<p>
Included with Bootstrap are optional form layouts for common use cases.
</p>
<h3>
Inline form
</h3>
<p>
Add
<code>
.form-inline
</code>
for left-aligned labels and inline-block controls for a compact layout.
</p>
...
...
@@ -1417,30 +1404,6 @@ For example, <code><section></code> should be wrapped as inlin
<
input type="text" class="span3"
>
<
div class="btn-group"
>
...
<
/div
>
<
/div
>
</pre>
<h4>
Search form
</h4>
<form
class=
"bs-docs-example form-search"
>
<div
class=
"input-append"
>
<input
type=
"text"
class=
"search-query span3"
>
<button
type=
"submit"
class=
"btn"
>
Search
</button>
</div>
<div
class=
"input-prepend"
>
<button
type=
"submit"
class=
"btn"
>
Search
</button>
<input
type=
"text"
class=
"search-query span3"
>
</div>
</form>
{{! /example }}
<pre
class=
"prettyprint linenums"
>
<
form class="form-search"
>
<
div class="input-append"
>
<
input type="text" class="search-query span3"
>
<
button type="submit" class="btn"
>
Search
<
/button
>
<
/div
>
<
div class="input-prepend"
>
<
button type="submit" class="btn"
>
Search
<
/button
>
<
input type="text" class="search-query span3"
>
<
/div
>
<
/form
>
</pre>
<h3
id=
"forms-extending-sizes"
>
Control sizing
</h3>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment