Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
ebdecacd
Commit
ebdecacd
authored
10 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix up examples
parent
1136f934
4 merge requests
!28721
Hot test
,
!16605
Test pull please ignore
,
!22103
test
,
!25326
Adjust examples
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/_includes/css/forms.html
+26
-22
docs/_includes/css/forms.html
with
26 additions
and
22 deletions
+26
-22
docs/_includes/css/forms.html
+
26
-
22
View file @
ebdecacd
...
@@ -521,25 +521,27 @@
...
@@ -521,25 +521,27 @@
<label
class=
"control-label"
for=
"inputError1"
>
Input with error
</label>
<label
class=
"control-label"
for=
"inputError1"
>
Input with error
</label>
<input
type=
"text"
class=
"form-control"
id=
"inputError1"
>
<input
type=
"text"
class=
"form-control"
id=
"inputError1"
>
</div>
</div>
<div
class=
"has-
error
"
>
<div
class=
"has-
success
"
>
<div
class=
"
radio
"
>
<div
class=
"
checkbox
"
>
<label
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"checkboxError"
value=
"option1"
>
<input
type=
"checkbox"
id=
"checkboxError"
value=
"option1"
>
Option one is this and that
—
be sure to include why it's great
Checkbox with success
</label>
</label>
</div>
</div>
</div>
</div>
<div
class=
"has-
success
"
>
<div
class=
"has-
warning
"
>
<div
class=
"
radio
"
>
<div
class=
"
checkbox
"
>
<label>
<label>
<input
type=
"
radio"
name=
"optionsRadios"
id=
"radiosSuccess1
"
value=
"option1"
checked
>
<input
type=
"
checkbox"
id=
"checkboxError
"
value=
"option1"
>
Option one is this and that
—
be sure to include why it's great
Checkbox with warning
</label>
</label>
</div>
</div>
<div
class=
"radio"
>
</div>
<div
class=
"has-error"
>
<div
class=
"checkbox"
>
<label>
<label>
<input
type=
"
radio"
name=
"optionsRadios"
id=
"radiosSuccess2
"
value=
"option
2
"
>
<input
type=
"
checkbox"
id=
"checkboxError
"
value=
"option
1
"
>
Option two can be something else and selecting it will deselect option one
Checkbox with error
</label>
</label>
</div>
</div>
</div>
</div>
...
@@ -558,25 +560,27 @@
...
@@ -558,25 +560,27 @@
<label
class=
"control-label"
for=
"inputError1"
>
Input with error
</label>
<label
class=
"control-label"
for=
"inputError1"
>
Input with error
</label>
<input
type=
"text"
class=
"form-control"
id=
"inputError1"
>
<input
type=
"text"
class=
"form-control"
id=
"inputError1"
>
</div>
</div>
<div
class=
"has-
error
"
>
<div
class=
"has-
success
"
>
<div
class=
"
radio
"
>
<div
class=
"
checkbox
"
>
<label
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"checkboxError"
value=
"option1"
>
<input
type=
"checkbox"
id=
"checkboxError"
value=
"option1"
>
Option one is this and that
—
be sure to include why it's great
Checkbox with success
</label>
</label>
</div>
</div>
</div>
</div>
<div
class=
"has-
success
"
>
<div
class=
"has-
warning
"
>
<div
class=
"
radio
"
>
<div
class=
"
checkbox
"
>
<label>
<label>
<input
type=
"
radio"
name=
"optionsRadios"
id=
"radiosSuccess1
"
value=
"option1"
checked
>
<input
type=
"
checkbox"
id=
"checkboxError
"
value=
"option1"
>
Option one is this and that
—
be sure to include why it's great
Checkbox with warning
</label>
</label>
</div>
</div>
<div
class=
"radio"
>
</div>
<div
class=
"has-error"
>
<div
class=
"checkbox"
>
<label>
<label>
<input
type=
"
radio"
name=
"optionsRadios"
id=
"radiosSuccess2
"
value=
"option
2
"
>
<input
type=
"
checkbox"
id=
"checkboxError
"
value=
"option
1
"
>
Option two can be something else and selecting it will deselect option one
Checkbox with error
</label>
</label>
</div>
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets