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
8651180c
Commit
8651180c
authored
Sep 05, 2013
by
Chris Rebert
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #10471 from javiereguiluz/patch-4
[doc] fixed the horizontal form example
parents
31dfc321
6c0f20c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
css.html
css.html
+16
-16
No files found.
css.html
View file @
8651180c
...
...
@@ -1585,19 +1585,19 @@ For example, <code><section></code> should be wrapped as inline.
<div
class=
"bs-example"
>
<form
class=
"form-horizontal"
>
<div
class=
"form-group"
>
<label
for=
"inputEmail
1"
class=
"col-lg
-2 control-label"
>
Email
</label>
<div
class=
"col-
lg
-10"
>
<input
type=
"email"
class=
"form-control"
id=
"inputEmail
1
"
placeholder=
"Email"
>
<label
for=
"inputEmail
3"
class=
"col-sm
-2 control-label"
>
Email
</label>
<div
class=
"col-
sm
-10"
>
<input
type=
"email"
class=
"form-control"
id=
"inputEmail
3
"
placeholder=
"Email"
>
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"inputPassword
1"
class=
"col-lg
-2 control-label"
>
Password
</label>
<div
class=
"col-
lg
-10"
>
<input
type=
"password"
class=
"form-control"
id=
"inputPassword
1
"
placeholder=
"Password"
>
<label
for=
"inputPassword
3"
class=
"col-sm
-2 control-label"
>
Password
</label>
<div
class=
"col-
sm
-10"
>
<input
type=
"password"
class=
"form-control"
id=
"inputPassword
3
"
placeholder=
"Password"
>
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"col-
lg-offset-2 col-lg
-10"
>
<div
class=
"col-
sm-offset-2 col-sm
-10"
>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
>
Remember me
...
...
@@ -1606,7 +1606,7 @@ For example, <code><section></code> should be wrapped as inline.
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"col-
lg-offset-2 col-lg
-10"
>
<div
class=
"col-
sm-offset-2 col-sm
-10"
>
<button
type=
"submit"
class=
"btn btn-default"
>
Sign in
</button>
</div>
</div>
...
...
@@ -1615,19 +1615,19 @@ For example, <code><section></code> should be wrapped as inline.
{% highlight html %}
<form
class=
"form-horizontal"
role=
"form"
>
<div
class=
"form-group"
>
<label
for=
"inputEmail
1"
class=
"col-lg
-2 control-label"
>
Email
</label>
<div
class=
"col-
lg
-10"
>
<input
type=
"email"
class=
"form-control"
id=
"inputEmail
1
"
placeholder=
"Email"
>
<label
for=
"inputEmail
3"
class=
"col-sm
-2 control-label"
>
Email
</label>
<div
class=
"col-
sm
-10"
>
<input
type=
"email"
class=
"form-control"
id=
"inputEmail
3
"
placeholder=
"Email"
>
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"inputPassword
1"
class=
"col-lg
-2 control-label"
>
Password
</label>
<div
class=
"col-
lg
-10"
>
<input
type=
"password"
class=
"form-control"
id=
"inputPassword
1
"
placeholder=
"Password"
>
<label
for=
"inputPassword
3"
class=
"col-sm
-2 control-label"
>
Password
</label>
<div
class=
"col-
sm
-10"
>
<input
type=
"password"
class=
"form-control"
id=
"inputPassword
3
"
placeholder=
"Password"
>
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"col-
lg-offset-2 col-lg
-10"
>
<div
class=
"col-
sm-offset-2 col-sm
-10"
>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
>
Remember me
...
...
@@ -1636,7 +1636,7 @@ For example, <code><section></code> should be wrapped as inline.
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"col-
lg-offset-2 col-lg
-10"
>
<div
class=
"col-
sm-offset-2 col-sm
-10"
>
<button
type=
"submit"
class=
"btn btn-default"
>
Sign in
</button>
</div>
</div>
...
...
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