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
6c0f20c4
Commit
6c0f20c4
authored
Sep 05, 2013
by
Javier Eguiluz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[doc] fixed the horizontal form example
parent
31dfc321
Changes
1
Show 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 @
6c0f20c4
...
@@ -1585,19 +1585,19 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -1585,19 +1585,19 @@ For example, <code><section></code> should be wrapped as inline.
<div
class=
"bs-example"
>
<div
class=
"bs-example"
>
<form
class=
"form-horizontal"
>
<form
class=
"form-horizontal"
>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<label
for=
"inputEmail
1"
class=
"col-lg
-2 control-label"
>
Email
</label>
<label
for=
"inputEmail
3"
class=
"col-sm
-2 control-label"
>
Email
</label>
<div
class=
"col-
lg
-10"
>
<div
class=
"col-
sm
-10"
>
<input
type=
"email"
class=
"form-control"
id=
"inputEmail
1
"
placeholder=
"Email"
>
<input
type=
"email"
class=
"form-control"
id=
"inputEmail
3
"
placeholder=
"Email"
>
</div>
</div>
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<label
for=
"inputPassword
1"
class=
"col-lg
-2 control-label"
>
Password
</label>
<label
for=
"inputPassword
3"
class=
"col-sm
-2 control-label"
>
Password
</label>
<div
class=
"col-
lg
-10"
>
<div
class=
"col-
sm
-10"
>
<input
type=
"password"
class=
"form-control"
id=
"inputPassword
1
"
placeholder=
"Password"
>
<input
type=
"password"
class=
"form-control"
id=
"inputPassword
3
"
placeholder=
"Password"
>
</div>
</div>
</div>
</div>
<div
class=
"form-group"
>
<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"
>
<div
class=
"checkbox"
>
<label>
<label>
<input
type=
"checkbox"
>
Remember me
<input
type=
"checkbox"
>
Remember me
...
@@ -1606,7 +1606,7 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -1606,7 +1606,7 @@ For example, <code><section></code> should be wrapped as inline.
</div>
</div>
</div>
</div>
<div
class=
"form-group"
>
<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>
<button
type=
"submit"
class=
"btn btn-default"
>
Sign in
</button>
</div>
</div>
</div>
</div>
...
@@ -1615,19 +1615,19 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -1615,19 +1615,19 @@ 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"
>
<div
class=
"form-group"
>
<label
for=
"inputEmail
1"
class=
"col-lg
-2 control-label"
>
Email
</label>
<label
for=
"inputEmail
3"
class=
"col-sm
-2 control-label"
>
Email
</label>
<div
class=
"col-
lg
-10"
>
<div
class=
"col-
sm
-10"
>
<input
type=
"email"
class=
"form-control"
id=
"inputEmail
1
"
placeholder=
"Email"
>
<input
type=
"email"
class=
"form-control"
id=
"inputEmail
3
"
placeholder=
"Email"
>
</div>
</div>
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<label
for=
"inputPassword
1"
class=
"col-lg
-2 control-label"
>
Password
</label>
<label
for=
"inputPassword
3"
class=
"col-sm
-2 control-label"
>
Password
</label>
<div
class=
"col-
lg
-10"
>
<div
class=
"col-
sm
-10"
>
<input
type=
"password"
class=
"form-control"
id=
"inputPassword
1
"
placeholder=
"Password"
>
<input
type=
"password"
class=
"form-control"
id=
"inputPassword
3
"
placeholder=
"Password"
>
</div>
</div>
</div>
</div>
<div
class=
"form-group"
>
<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"
>
<div
class=
"checkbox"
>
<label>
<label>
<input
type=
"checkbox"
>
Remember me
<input
type=
"checkbox"
>
Remember me
...
@@ -1636,7 +1636,7 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -1636,7 +1636,7 @@ For example, <code><section></code> should be wrapped as inline.
</div>
</div>
</div>
</div>
<div
class=
"form-group"
>
<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>
<button
type=
"submit"
class=
"btn btn-default"
>
Sign in
</button>
</div>
</div>
</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