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
94bdea00
Commit
94bdea00
authored
Dec 15, 2013
by
Chris Rebert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use unique IDs for input feedback examples so HTML validates
parent
f8cee54f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
32 deletions
+32
-32
css.html
css.html
+32
-32
No files found.
css.html
View file @
94bdea00
...
@@ -1965,31 +1965,31 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -1965,31 +1965,31 @@ For example, <code><section></code> should be wrapped as inline.
<div
class=
"bs-example"
>
<div
class=
"bs-example"
>
<form
role=
"form"
>
<form
role=
"form"
>
<div
class=
"form-group has-success"
>
<div
class=
"form-group has-success"
>
<label
class=
"control-label"
for=
"inputSuccess"
>
Input with success
</label>
<label
class=
"control-label"
for=
"inputSuccess
1
"
>
Input with success
</label>
<input
type=
"text"
class=
"form-control"
id=
"inputSuccess"
>
<input
type=
"text"
class=
"form-control"
id=
"inputSuccess
1
"
>
</div>
</div>
<div
class=
"form-group has-warning"
>
<div
class=
"form-group has-warning"
>
<label
class=
"control-label"
for=
"inputWarning"
>
Input with warning
</label>
<label
class=
"control-label"
for=
"inputWarning
1
"
>
Input with warning
</label>
<input
type=
"text"
class=
"form-control"
id=
"inputWarning"
>
<input
type=
"text"
class=
"form-control"
id=
"inputWarning
1
"
>
</div>
</div>
<div
class=
"form-group has-error"
>
<div
class=
"form-group has-error"
>
<label
class=
"control-label"
for=
"inputError"
>
Input with error
</label>
<label
class=
"control-label"
for=
"inputError
1
"
>
Input with error
</label>
<input
type=
"text"
class=
"form-control"
id=
"inputError"
>
<input
type=
"text"
class=
"form-control"
id=
"inputError
1
"
>
</div>
</div>
</form>
</form>
</div>
<!-- /.bs-example -->
</div>
<!-- /.bs-example -->
{% highlight html %}
{% highlight html %}
<div
class=
"form-group has-success"
>
<div
class=
"form-group has-success"
>
<label
class=
"control-label"
for=
"inputSuccess"
>
Input with success
</label>
<label
class=
"control-label"
for=
"inputSuccess
1
"
>
Input with success
</label>
<input
type=
"text"
class=
"form-control"
id=
"inputSuccess"
>
<input
type=
"text"
class=
"form-control"
id=
"inputSuccess
1
"
>
</div>
</div>
<div
class=
"form-group has-warning"
>
<div
class=
"form-group has-warning"
>
<label
class=
"control-label"
for=
"inputWarning"
>
Input with warning
</label>
<label
class=
"control-label"
for=
"inputWarning
1
"
>
Input with warning
</label>
<input
type=
"text"
class=
"form-control"
id=
"inputWarning"
>
<input
type=
"text"
class=
"form-control"
id=
"inputWarning
1
"
>
</div>
</div>
<div
class=
"form-group has-error"
>
<div
class=
"form-group has-error"
>
<label
class=
"control-label"
for=
"inputError"
>
Input with error
</label>
<label
class=
"control-label"
for=
"inputError
1
"
>
Input with error
</label>
<input
type=
"text"
class=
"form-control"
id=
"inputError"
>
<input
type=
"text"
class=
"form-control"
id=
"inputError
1
"
>
</div>
</div>
{% endhighlight %}
{% endhighlight %}
...
@@ -1998,36 +1998,36 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -1998,36 +1998,36 @@ For example, <code><section></code> should be wrapped as inline.
<div
class=
"bs-example"
>
<div
class=
"bs-example"
>
<form
role=
"form"
>
<form
role=
"form"
>
<div
class=
"form-group has-success has-feedback"
>
<div
class=
"form-group has-success has-feedback"
>
<label
class=
"control-label"
for=
"inputSuccess"
>
Input with success
</label>
<label
class=
"control-label"
for=
"inputSuccess
2
"
>
Input with success
</label>
<input
type=
"text"
class=
"form-control"
id=
"inputSuccess"
>
<input
type=
"text"
class=
"form-control"
id=
"inputSuccess
2
"
>
<span
class=
"glyphicon glyphicon-ok form-control-feedback"
></span>
<span
class=
"glyphicon glyphicon-ok form-control-feedback"
></span>
</div>
</div>
<div
class=
"form-group has-warning has-feedback"
>
<div
class=
"form-group has-warning has-feedback"
>
<label
class=
"control-label"
for=
"inputWarning"
>
Input with warning
</label>
<label
class=
"control-label"
for=
"inputWarning
2
"
>
Input with warning
</label>
<input
type=
"text"
class=
"form-control"
id=
"inputWarning"
>
<input
type=
"text"
class=
"form-control"
id=
"inputWarning
2
"
>
<span
class=
"glyphicon glyphicon-warning-sign form-control-feedback"
></span>
<span
class=
"glyphicon glyphicon-warning-sign form-control-feedback"
></span>
</div>
</div>
<div
class=
"form-group has-error has-feedback"
>
<div
class=
"form-group has-error has-feedback"
>
<label
class=
"control-label"
for=
"inputError"
>
Input with error
</label>
<label
class=
"control-label"
for=
"inputError
2
"
>
Input with error
</label>
<input
type=
"text"
class=
"form-control"
id=
"inputError"
>
<input
type=
"text"
class=
"form-control"
id=
"inputError
2
"
>
<span
class=
"glyphicon glyphicon-remove form-control-feedback"
></span>
<span
class=
"glyphicon glyphicon-remove form-control-feedback"
></span>
</div>
</div>
</form>
</form>
</div>
</div>
{% highlight html %}
{% highlight html %}
<div
class=
"form-group has-success has-feedback"
>
<div
class=
"form-group has-success has-feedback"
>
<label
class=
"control-label"
for=
"inputSuccess"
>
Input with success
</label>
<label
class=
"control-label"
for=
"inputSuccess
2
"
>
Input with success
</label>
<input
type=
"text"
class=
"form-control"
id=
"inputSuccess"
>
<input
type=
"text"
class=
"form-control"
id=
"inputSuccess
2
"
>
<span
class=
"glyphicon glyphicon-ok form-control-feedback"
></span>
<span
class=
"glyphicon glyphicon-ok form-control-feedback"
></span>
</div>
</div>
<div
class=
"form-group has-warning has-feedback"
>
<div
class=
"form-group has-warning has-feedback"
>
<label
class=
"control-label"
for=
"inputWarning"
>
Input with warning
</label>
<label
class=
"control-label"
for=
"inputWarning
2
"
>
Input with warning
</label>
<input
type=
"text"
class=
"form-control"
id=
"inputWarning"
>
<input
type=
"text"
class=
"form-control"
id=
"inputWarning
2
"
>
<span
class=
"glyphicon glyphicon-warning-sign form-control-feedback"
></span>
<span
class=
"glyphicon glyphicon-warning-sign form-control-feedback"
></span>
</div>
</div>
<div
class=
"form-group has-error has-feedback"
>
<div
class=
"form-group has-error has-feedback"
>
<label
class=
"control-label"
for=
"inputError"
>
Input with error
</label>
<label
class=
"control-label"
for=
"inputError
2
"
>
Input with error
</label>
<input
type=
"text"
class=
"form-control"
id=
"inputError"
>
<input
type=
"text"
class=
"form-control"
id=
"inputError
2
"
>
<span
class=
"glyphicon glyphicon-remove form-control-feedback"
></span>
<span
class=
"glyphicon glyphicon-remove form-control-feedback"
></span>
</div>
</div>
{% endhighlight %}
{% endhighlight %}
...
@@ -2036,9 +2036,9 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -2036,9 +2036,9 @@ For example, <code><section></code> should be wrapped as inline.
<div
class=
"bs-example"
>
<div
class=
"bs-example"
>
<form
class=
"form-horizontal"
role=
"form"
>
<form
class=
"form-horizontal"
role=
"form"
>
<div
class=
"form-group has-success has-feedback"
>
<div
class=
"form-group has-success has-feedback"
>
<label
class=
"control-label col-sm-3"
for=
"inputSuccess"
>
Input with success
</label>
<label
class=
"control-label col-sm-3"
for=
"inputSuccess
3
"
>
Input with success
</label>
<div
class=
"col-sm-9"
>
<div
class=
"col-sm-9"
>
<input
type=
"text"
class=
"form-control"
id=
"inputSuccess"
>
<input
type=
"text"
class=
"form-control"
id=
"inputSuccess
3
"
>
<span
class=
"glyphicon glyphicon-ok form-control-feedback"
></span>
<span
class=
"glyphicon glyphicon-ok form-control-feedback"
></span>
</div>
</div>
</div>
</div>
...
@@ -2047,9 +2047,9 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -2047,9 +2047,9 @@ For example, <code><section></code> should be wrapped as inline.
{% highlight html %}
{% highlight html %}
<form
class=
"form-horizontal"
role=
"form"
>
<form
class=
"form-horizontal"
role=
"form"
>
<div
class=
"form-group has-success has-feedback"
>
<div
class=
"form-group has-success has-feedback"
>
<label
class=
"control-label col-sm-3"
for=
"inputSuccess"
>
Input with success
</label>
<label
class=
"control-label col-sm-3"
for=
"inputSuccess
3
"
>
Input with success
</label>
<div
class=
"col-sm-9"
>
<div
class=
"col-sm-9"
>
<input
type=
"text"
class=
"form-control"
id=
"inputSuccess"
>
<input
type=
"text"
class=
"form-control"
id=
"inputSuccess
3
"
>
<span
class=
"glyphicon glyphicon-ok form-control-feedback"
></span>
<span
class=
"glyphicon glyphicon-ok form-control-feedback"
></span>
</div>
</div>
</div>
</div>
...
@@ -2059,8 +2059,8 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -2059,8 +2059,8 @@ For example, <code><section></code> should be wrapped as inline.
<div
class=
"bs-example"
>
<div
class=
"bs-example"
>
<form
class=
"form-inline"
role=
"form"
>
<form
class=
"form-inline"
role=
"form"
>
<div
class=
"form-group has-success has-feedback"
>
<div
class=
"form-group has-success has-feedback"
>
<label
class=
"control-label"
for=
"inputSuccess"
>
Input with success
</label>
<label
class=
"control-label"
for=
"inputSuccess
4
"
>
Input with success
</label>
<input
type=
"text"
class=
"form-control"
id=
"inputSuccess"
>
<input
type=
"text"
class=
"form-control"
id=
"inputSuccess
4
"
>
<span
class=
"glyphicon glyphicon-ok form-control-feedback"
></span>
<span
class=
"glyphicon glyphicon-ok form-control-feedback"
></span>
</div>
</div>
</form>
</form>
...
@@ -2068,8 +2068,8 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -2068,8 +2068,8 @@ For example, <code><section></code> should be wrapped as inline.
{% highlight html %}
{% highlight html %}
<form
class=
"form-inline"
role=
"form"
>
<form
class=
"form-inline"
role=
"form"
>
<div
class=
"form-group has-success has-feedback"
>
<div
class=
"form-group has-success has-feedback"
>
<label
class=
"control-label"
for=
"inputSuccess"
>
Input with success
</label>
<label
class=
"control-label"
for=
"inputSuccess
4
"
>
Input with success
</label>
<input
type=
"text"
class=
"form-control"
id=
"inputSuccess"
>
<input
type=
"text"
class=
"form-control"
id=
"inputSuccess
4
"
>
<span
class=
"glyphicon glyphicon-ok form-control-feedback"
></span>
<span
class=
"glyphicon glyphicon-ok form-control-feedback"
></span>
</div>
</div>
</form>
</form>
...
...
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