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
d67fe0f5
Commit
d67fe0f5
authored
Jul 02, 2014
by
Mark Otto
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'pr/14011'
parents
afbe7114
ebdecacd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
48 additions
and
0 deletions
+48
-0
docs/_includes/css/forms.html
docs/_includes/css/forms.html
+48
-0
No files found.
docs/_includes/css/forms.html
View file @
d67fe0f5
...
...
@@ -521,6 +521,30 @@
<label
class=
"control-label"
for=
"inputError1"
>
Input with error
</label>
<input
type=
"text"
class=
"form-control"
id=
"inputError1"
>
</div>
<div
class=
"has-success"
>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"checkboxError"
value=
"option1"
>
Checkbox with success
</label>
</div>
</div>
<div
class=
"has-warning"
>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"checkboxError"
value=
"option1"
>
Checkbox with warning
</label>
</div>
</div>
<div
class=
"has-error"
>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"checkboxError"
value=
"option1"
>
Checkbox with error
</label>
</div>
</div>
</form>
</div>
<!-- /.bs-example -->
{% highlight html %}
...
...
@@ -536,6 +560,30 @@
<label
class=
"control-label"
for=
"inputError1"
>
Input with error
</label>
<input
type=
"text"
class=
"form-control"
id=
"inputError1"
>
</div>
<div
class=
"has-success"
>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"checkboxError"
value=
"option1"
>
Checkbox with success
</label>
</div>
</div>
<div
class=
"has-warning"
>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"checkboxError"
value=
"option1"
>
Checkbox with warning
</label>
</div>
</div>
<div
class=
"has-error"
>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"checkboxError"
value=
"option1"
>
Checkbox with error
</label>
</div>
</div>
{% endhighlight %}
<h3>
With optional icons
</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