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
b242ff78
Commit
b242ff78
authored
Jan 11, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #6553: example fix for validation states
parent
767a293b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
docs/base-css.html
docs/base-css.html
+10
-0
docs/templates/pages/base-css.mustache
docs/templates/pages/base-css.mustache
+10
-0
No files found.
docs/base-css.html
View file @
b242ff78
...
@@ -1630,6 +1630,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped
...
@@ -1630,6 +1630,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped
<
span class="help-inline"
>
Something may have gone wrong
<
/span
>
<
span class="help-inline"
>
Something may have gone wrong
<
/span
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
div class="control-group error"
>
<
div class="control-group error"
>
<
label class="control-label" for="inputError"
>
Input with error
<
/label
>
<
label class="control-label" for="inputError"
>
Input with error
<
/label
>
<
div class="controls"
>
<
div class="controls"
>
...
@@ -1637,6 +1638,15 @@ For example, <code>&lt;section&gt;</code> should be wrapped
...
@@ -1637,6 +1638,15 @@ For example, <code>&lt;section&gt;</code> should be wrapped
<
span class="help-inline"
>
Please correct the error
<
/span
>
<
span class="help-inline"
>
Please correct the error
<
/span
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
div class="control-group info"
>
<
label class="control-label" for="inputInfo"
>
Input with info
<
/label
>
<
div class="controls"
>
<
input type="text" id="inputInfo"
>
<
span class="help-inline"
>
Username is already taken
<
/span
>
<
/div
>
<
/div
>
<
div class="control-group success"
>
<
div class="control-group success"
>
<
label class="control-label" for="inputSuccess"
>
Input with success
<
/label
>
<
label class="control-label" for="inputSuccess"
>
Input with success
<
/label
>
<
div class="controls"
>
<
div class="controls"
>
...
...
docs/templates/pages/base-css.mustache
View file @
b242ff78
...
@@ -1567,6 +1567,7 @@
...
@@ -1567,6 +1567,7 @@
<
span class="help-inline"
>
{{
_i
}}
Something may have gone wrong
{{/
i
}}
<
/span
>
<
span class="help-inline"
>
{{
_i
}}
Something may have gone wrong
{{/
i
}}
<
/span
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
div class="control-group error"
>
<
div class="control-group error"
>
<
label class="control-label" for="inputError"
>
{{
_i
}}
Input with error
{{/
i
}}
<
/label
>
<
label class="control-label" for="inputError"
>
{{
_i
}}
Input with error
{{/
i
}}
<
/label
>
<
div class="controls"
>
<
div class="controls"
>
...
@@ -1574,6 +1575,15 @@
...
@@ -1574,6 +1575,15 @@
<
span class="help-inline"
>
{{
_i
}}
Please correct the error
{{/
i
}}
<
/span
>
<
span class="help-inline"
>
{{
_i
}}
Please correct the error
{{/
i
}}
<
/span
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
div class="control-group info"
>
<
label class="control-label" for="inputInfo"
>
{{
_i
}}
Input with info
{{/
i
}}
<
/label
>
<
div class="controls"
>
<
input type="text" id="inputInfo"
>
<
span class="help-inline"
>
{{
_i
}}
Username is already taken
{{/
i
}}
<
/span
>
<
/div
>
<
/div
>
<
div class="control-group success"
>
<
div class="control-group success"
>
<
label class="control-label" for="inputSuccess"
>
{{
_i
}}
Input with success
{{/
i
}}
<
/label
>
<
label class="control-label" for="inputSuccess"
>
{{
_i
}}
Input with success
{{/
i
}}
<
/label
>
<
div class="controls"
>
<
div class="controls"
>
...
...
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