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
411e6b18
"dist/js/bootstrap.bundle.js" did not exist on "93b2682880920c940145a2ba1f31978501132ec0"
Commit
411e6b18
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
unified and simplified sign in form example
parent
82bfa965
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/examples/signin.html
+27
-15
docs/examples/signin.html
with
27 additions
and
15 deletions
+27
-15
docs/examples/signin.html
+
27
-
15
View file @
411e6b18
...
@@ -29,32 +29,44 @@
...
@@ -29,32 +29,44 @@
body
{
body
{
padding-top
:
40px
;
padding-top
:
40px
;
padding-bottom
:
40px
;
padding-bottom
:
40px
;
background-color
:
#
f5f5f5
;
background-color
:
#
eee
;
}
}
.form-signin
{
.form-signin
{
max-width
:
300px
;
max-width
:
300px
;
padding
:
19px
29px
29px
;
padding
:
30px
;
margin
:
0
auto
20px
;
margin
:
0
auto
;
background-color
:
#fff
;
border
:
1px
solid
#e5e5e5
;
-webkit-border-radius
:
5px
;
-moz-border-radius
:
5px
;
border-radius
:
5px
;
-webkit-box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
.05
);
-moz-box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
.05
);
box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
.05
);
}
}
.form-signin
.form-signin-heading
,
.form-signin
.form-signin-heading
,
.form-signin
.checkbox
{
.form-signin
.checkbox
{
margin-bottom
:
10px
;
margin-bottom
:
10px
;
}
}
.form-signin
.checkbox
{
font-weight
:
normal
;
}
.form-signin
input
[
type
=
"text"
],
.form-signin
input
[
type
=
"text"
],
.form-signin
input
[
type
=
"password"
]
{
.form-signin
input
[
type
=
"password"
]
{
position
:
relative
;
font-size
:
16px
;
font-size
:
16px
;
height
:
auto
;
height
:
auto
;
margin-bottom
:
15px
;
padding
:
10px
;
padding
:
7px
9px
;
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
.form-signin
input
[
type
=
"text"
]
:focus
,
.form-signin
input
[
type
=
"password"
]
:focus
{
z-index
:
2
;
}
.form-signin
input
[
type
=
"text"
]
{
margin-bottom
:
-1px
;
border-bottom-left-radius
:
0
;
border-bottom-right-radius
:
0
;
}
.form-signin
input
[
type
=
"password"
]
{
margin-bottom
:
10px
;
border-top-left-radius
:
0
;
border-top-right-radius
:
0
;
}
}
</style>
</style>
...
@@ -68,12 +80,12 @@
...
@@ -68,12 +80,12 @@
<form
class=
"form-signin"
>
<form
class=
"form-signin"
>
<h2
class=
"form-signin-heading"
>
Please sign in
</h2>
<h2
class=
"form-signin-heading"
>
Please sign in
</h2>
<input
type=
"text"
class=
"input-block-level"
placeholder=
"Email address"
>
<input
type=
"text"
class=
"input-block-level"
placeholder=
"Email address"
autofocus
>
<input
type=
"password"
class=
"input-block-level"
placeholder=
"Password"
>
<input
type=
"password"
class=
"input-block-level"
placeholder=
"Password"
>
<label
class=
"checkbox"
>
<label
class=
"checkbox"
>
<input
type=
"checkbox"
value=
"remember-me"
>
Remember me
<input
type=
"checkbox"
value=
"remember-me"
>
Remember me
</label>
</label>
<button
class=
"btn btn-large btn-primary"
type=
"submit"
>
Sign in
</button>
<button
class=
"btn btn-large btn-primary
btn-block
"
type=
"submit"
>
Sign in
</button>
</form>
</form>
</div>
<!-- /container -->
</div>
<!-- /container -->
...
...
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