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
3250ecc6
Commit
3250ecc6
authored
Jan 25, 2012
by
Jacob Thornton
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.0-wip' of
https://github.com/twitter/bootstrap
into 2.0-wip
parents
319b65e6
06017b26
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
58 additions
and
22 deletions
+58
-22
bootstrap-responsive.min.css
bootstrap-responsive.min.css
+1
-1
bootstrap.css
bootstrap.css
+13
-9
bootstrap.min.css
bootstrap.min.css
+6
-5
docs/assets/css/docs.css
docs/assets/css/docs.css
+2
-4
docs/base-css.html
docs/base-css.html
+14
-1
docs/templates/pages/base-css.mustache
docs/templates/pages/base-css.mustache
+14
-1
lib/carousel.less
lib/carousel.less
+6
-0
lib/forms.less
lib/forms.less
+2
-1
No files found.
bootstrap-responsive.min.css
View file @
3250ecc6
.hidden
{
display
:
none
;
visibility
:
hidden
;}
.hidden
{
display
:
none
;
visibility
:
hidden
;}
@media
(
max-width
:
480px
){
.navbar
.nav
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
180px
;
padding-top
:
40px
;
list-style
:
none
;}
.navbar
.nav
,
.navbar
.nav
>
li
:last-child
a
{
-webkit-border-radius
:
0
0
4px
0
;
-moz-border-radius
:
0
0
4px
0
;
border-radius
:
0
0
4px
0
;}
.navbar
.nav
>
li
{
float
:
none
;
display
:
none
;}
.navbar
.nav
>
li
>
a
{
float
:
none
;
background-color
:
#222
;}
.navbar
.nav
>
.active
{
display
:
block
;
position
:
absolute
;
top
:
0
;
left
:
0
;}
.navbar
.nav
>
.active
>
a
{
background-color
:
transparent
;}
.navbar
.nav
>
.active
>
a
:hover
{
background-color
:
#333
;}
.navbar
.nav
>
.active
>
a
:after
{
display
:
inline-block
;
width
:
0
;
height
:
0
;
margin-top
:
8px
;
margin-left
:
6px
;
text-indent
:
-99999px
;
vertical-align
:
top
;
border-left
:
4px
solid
transparent
;
border-right
:
4px
solid
transparent
;
border-top
:
4px
solid
#ffffff
;
filter
:
alpha
(
opacity
=
100
);
-moz-opacity
:
1
;
opacity
:
1
;
content
:
"↓"
;}
.navbar
.nav
:hover
>
li
{
display
:
block
;}
.navbar
.nav
:hover
>
li
>
a
:hover
{
background-color
:
#333
;}
.form-horizontal
.control-group
>
label
{
float
:
none
;
width
:
auto
;
padding-top
:
0
;
text-align
:
left
;}
.form-horizontal
.controls
{
margin-left
:
0
;}
.form-horizontal
.control-list
{
padding-top
:
0
;}
.form-horizontal
.form-actions
{
padding-left
:
0
;}
.modal
{
position
:
absolute
;
top
:
20px
;
left
:
20px
;
right
:
20px
;
width
:
auto
;
margin
:
0
;}
.modal.fade.in
{
top
:
auto
;}
.modal-header
.close
{
padding
:
10px
;}}
@media
(
max-width
:
768px
){
.navbar-fixed
{
position
:
absolute
;}
.navbar-fixed
.nav
{
float
:
none
;}
.container
{
width
:
auto
;
padding
:
0
20px
;}
.row
{
margin-left
:
0
;}
.row
>[
class
*=
"span"
]
{
float
:
none
;
display
:
block
;
width
:
auto
;
margin
:
0
;}}
@media
(
min-width
:
768px
)
and
(
max-width
:
940px
){
.container
{
width
:
748px
;}
.span1
{
width
:
44px
;}
.span2
{
width
:
108px
;}
.span3
{
width
:
172px
;}
.span4
{
width
:
236px
;}
.span5
{
width
:
300px
;}
.span6
{
width
:
364px
;}
.span7
{
width
:
428px
;}
.span8
{
width
:
492px
;}
.span9
{
width
:
556px
;}
.span10
{
width
:
620px
;}
.span11
{
width
:
684px
;}
.span12
{
width
:
748px
;}
.offset1
{
margin-left
:
84px
;}
.offset2
{
margin-left
:
148px
;}
.offset3
{
margin-left
:
212px
;}
.offset4
{
margin-left
:
276px
;}
.offset5
{
margin-left
:
340px
;}
.offset6
{
margin-left
:
404px
;}
.offset7
{
margin-left
:
468px
;}
.offset8
{
margin-left
:
532px
;}
.offset9
{
margin-left
:
596px
;}
.offset10
{
margin-left
:
660px
;}
.offset11
{
margin-left
:
724px
;}
.offset12
{
margin-left
:
788px
;}}
@media
(
max-width
:
480px
){
.navbar
.nav
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
180px
;
padding-top
:
40px
;
list-style
:
none
;}
.navbar
.nav
,
.navbar
.nav
>
li
:last-child
a
{
-webkit-border-radius
:
0
0
4px
0
;
-moz-border-radius
:
0
0
4px
0
;
border-radius
:
0
0
4px
0
;}
.navbar
.nav
>
li
{
float
:
none
;
display
:
none
;}
.navbar
.nav
>
li
>
a
{
float
:
none
;
background-color
:
#222
;}
.navbar
.nav
>
.active
{
display
:
block
;
position
:
absolute
;
top
:
0
;
left
:
0
;}
.navbar
.nav
>
.active
>
a
{
background-color
:
transparent
;}
.navbar
.nav
>
.active
>
a
:hover
{
background-color
:
#333
;}
.navbar
.nav
>
.active
>
a
:after
{
display
:
inline-block
;
width
:
0
;
height
:
0
;
margin-top
:
8px
;
margin-left
:
6px
;
text-indent
:
-99999px
;
vertical-align
:
top
;
border-left
:
4px
solid
transparent
;
border-right
:
4px
solid
transparent
;
border-top
:
4px
solid
#ffffff
;
filter
:
alpha
(
opacity
=
100
);
-moz-opacity
:
1
;
opacity
:
1
;
content
:
"↓"
;}
.navbar
.nav
:hover
>
li
{
display
:
block
;}
.navbar
.nav
:hover
>
li
>
a
:hover
{
background-color
:
#333
;}
.form-horizontal
.control-group
>
label
{
float
:
none
;
width
:
auto
;
padding-top
:
0
;
text-align
:
left
;}
.form-horizontal
.controls
{
margin-left
:
0
;}
.form-horizontal
.control-list
{
padding-top
:
0
;}
.form-horizontal
.form-actions
{
padding-left
:
0
;}
.modal
{
position
:
absolute
;
top
:
20px
;
left
:
20px
;
right
:
20px
;
width
:
auto
;
margin
:
0
;}
.modal.fade.in
{
top
:
auto
;}
.modal-header
.close
{
padding
:
10px
;}}
@media
(
max-width
:
768px
){
.navbar-fixed
{
position
:
absolute
;}
.navbar-fixed
.nav
{
float
:
none
;}
.container
{
width
:
auto
;
padding
:
0
20px
;}
.row
{
margin-left
:
0
;}
.row
>[
class
*=
"span"
]
{
float
:
none
;
display
:
block
;
width
:
auto
;
margin
:
0
;}}
@media
(
min-width
:
768px
)
and
(
max-width
:
940px
){
.container
{
width
:
748px
;}
.span1
{
width
:
44px
;}
.span2
{
width
:
108px
;}
.span3
{
width
:
172px
;}
.span4
{
width
:
236px
;}
.span5
{
width
:
300px
;}
.span6
{
width
:
364px
;}
.span7
{
width
:
428px
;}
.span8
{
width
:
492px
;}
.span9
{
width
:
556px
;}
.span10
{
width
:
620px
;}
.span11
{
width
:
684px
;}
.span12
{
width
:
748px
;}
.offset1
{
margin-left
:
84px
;}
.offset2
{
margin-left
:
148px
;}
.offset3
{
margin-left
:
212px
;}
.offset4
{
margin-left
:
276px
;}
.offset5
{
margin-left
:
340px
;}
.offset6
{
margin-left
:
404px
;}
.offset7
{
margin-left
:
468px
;}
.offset8
{
margin-left
:
532px
;}
.offset9
{
margin-left
:
596px
;}
.offset10
{
margin-left
:
660px
;}
.offset11
{
margin-left
:
724px
;}
.offset12
{
margin-left
:
788px
;}}
bootstrap.css
View file @
3250ecc6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Wed Jan 25 11:
23:36
PST 2012
* Date: Wed Jan 25 11:
47:25
PST 2012
*/
*/
article
,
article
,
aside
,
aside
,
...
@@ -497,7 +497,7 @@ input,
...
@@ -497,7 +497,7 @@ input,
textarea
,
textarea
,
select
,
select
,
.uneditable-input
{
.uneditable-input
{
display
:
block
;
display
:
inline-
block
;
width
:
210px
;
width
:
210px
;
height
:
18px
;
height
:
18px
;
padding
:
4px
;
padding
:
4px
;
...
@@ -715,11 +715,11 @@ textarea[readonly] {
...
@@ -715,11 +715,11 @@ textarea[readonly] {
.control-group.warning
>
label
,
.control-group.warning
.help-block
,
.control-group.warning
.help-inline
{
.control-group.warning
>
label
,
.control-group.warning
.help-block
,
.control-group.warning
.help-inline
{
color
:
#c09853
;
color
:
#c09853
;
}
}
.control-group.warning
input
,
.control-group.warning
textarea
{
.control-group.warning
input
,
.control-group.warning
select
,
.control-group.warning
textarea
{
color
:
#c09853
;
color
:
#c09853
;
border-color
:
#c09853
;
border-color
:
#c09853
;
}
}
.control-group.warning
input
:focus
,
.control-group.warning
textarea
:focus
{
.control-group.warning
input
:focus
,
.control-group.warning
select
:focus
,
.control-group.warning
textarea
:focus
{
border-color
:
#a47e3c
;
border-color
:
#a47e3c
;
-webkit-box-shadow
:
0
0
6px
#dbc59e
;
-webkit-box-shadow
:
0
0
6px
#dbc59e
;
-moz-box-shadow
:
0
0
6px
#dbc59e
;
-moz-box-shadow
:
0
0
6px
#dbc59e
;
...
@@ -733,11 +733,11 @@ textarea[readonly] {
...
@@ -733,11 +733,11 @@ textarea[readonly] {
.control-group.error
>
label
,
.control-group.error
.help-block
,
.control-group.error
.help-inline
{
.control-group.error
>
label
,
.control-group.error
.help-block
,
.control-group.error
.help-inline
{
color
:
#b94a48
;
color
:
#b94a48
;
}
}
.control-group.error
input
,
.control-group.error
textarea
{
.control-group.error
input
,
.control-group.error
select
,
.control-group.error
textarea
{
color
:
#b94a48
;
color
:
#b94a48
;
border-color
:
#b94a48
;
border-color
:
#b94a48
;
}
}
.control-group.error
input
:focus
,
.control-group.error
textarea
:focus
{
.control-group.error
input
:focus
,
.control-group.error
select
:focus
,
.control-group.error
textarea
:focus
{
border-color
:
#953b39
;
border-color
:
#953b39
;
-webkit-box-shadow
:
0
0
6px
#d59392
;
-webkit-box-shadow
:
0
0
6px
#d59392
;
-moz-box-shadow
:
0
0
6px
#d59392
;
-moz-box-shadow
:
0
0
6px
#d59392
;
...
@@ -751,11 +751,11 @@ textarea[readonly] {
...
@@ -751,11 +751,11 @@ textarea[readonly] {
.control-group.success
>
label
,
.control-group.success
.help-block
,
.control-group.success
.help-inline
{
.control-group.success
>
label
,
.control-group.success
.help-block
,
.control-group.success
.help-inline
{
color
:
#468847
;
color
:
#468847
;
}
}
.control-group.success
input
,
.control-group.success
textarea
{
.control-group.success
input
,
.control-group.success
select
,
.control-group.success
textarea
{
color
:
#468847
;
color
:
#468847
;
border-color
:
#468847
;
border-color
:
#468847
;
}
}
.control-group.success
input
:focus
,
.control-group.success
textarea
:focus
{
.control-group.success
input
:focus
,
.control-group.success
select
:focus
,
.control-group.success
textarea
:focus
{
border-color
:
#356635
;
border-color
:
#356635
;
-webkit-box-shadow
:
0
0
6px
#7aba7b
;
-webkit-box-shadow
:
0
0
6px
#7aba7b
;
-moz-box-shadow
:
0
0
6px
#7aba7b
;
-moz-box-shadow
:
0
0
6px
#7aba7b
;
...
@@ -1864,7 +1864,7 @@ table .headerSortUp:after {
...
@@ -1864,7 +1864,7 @@ table .headerSortUp:after {
.navbar-search
.search-query
:-moz-placeholder
{
.navbar-search
.search-query
:-moz-placeholder
{
color
:
#eeeeee
;
color
:
#eeeeee
;
}
}
.navbar-search
.search-query
::-webkit-input-placeholder
{
.navbar-search
.search-query
::-webkit-input-placeholder
{
color
:
#eeeeee
;
color
:
#eeeeee
;
}
}
.navbar-search
.search-query
:hover
{
.navbar-search
.search-query
:hover
{
...
@@ -2924,6 +2924,10 @@ a.thumbnail:hover {
...
@@ -2924,6 +2924,10 @@ a.thumbnail:hover {
-o-transition
:
0.6s
ease-in-out
left
;
-o-transition
:
0.6s
ease-in-out
left
;
transition
:
0.6s
ease-in-out
left
;
transition
:
0.6s
ease-in-out
left
;
}
}
.carousel
.item
>
img
{
display
:
block
;
line-height
:
1
;
}
.carousel
.active
,
.carousel
.next
,
.carousel
.prev
{
.carousel
.active
,
.carousel
.next
,
.carousel
.prev
{
display
:
block
;
display
:
block
;
}
}
...
...
bootstrap.min.css
View file @
3250ecc6
...
@@ -94,7 +94,7 @@ fieldset{padding:0;margin:0;border:0;}
...
@@ -94,7 +94,7 @@ fieldset{padding:0;margin:0;border:0;}
legend
{
display
:
block
;
width
:
100%
;
padding
:
0
;
margin-bottom
:
27px
;
font-size
:
19.5px
;
line-height
:
36px
;
color
:
#333333
;
border
:
0
;
border-bottom
:
1px
solid
#eee
;
-webkit-margin-collapse
:
separate
;}
legend
{
display
:
block
;
width
:
100%
;
padding
:
0
;
margin-bottom
:
27px
;
font-size
:
19.5px
;
line-height
:
36px
;
color
:
#333333
;
border
:
0
;
border-bottom
:
1px
solid
#eee
;
-webkit-margin-collapse
:
separate
;}
label
,
input
,
button
,
select
,
textarea
{
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
font-size
:
13px
;
font-weight
:
normal
;
line-height
:
18px
;}
label
,
input
,
button
,
select
,
textarea
{
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
font-size
:
13px
;
font-weight
:
normal
;
line-height
:
18px
;}
label
{
display
:
block
;
margin-bottom
:
5px
;
color
:
#333333
;}
label
{
display
:
block
;
margin-bottom
:
5px
;
color
:
#333333
;}
input
,
textarea
,
select
,
.uneditable-input
{
display
:
block
;
width
:
210px
;
height
:
18px
;
padding
:
4px
;
margin-bottom
:
9px
;
font-size
:
13px
;
line-height
:
18px
;
color
:
#555555
;
border
:
1px
solid
#ccc
;
-webkit-border-radius
:
3px
;
-moz-border-radius
:
3px
;
border-radius
:
3px
;}
input
,
textarea
,
select
,
.uneditable-input
{
display
:
inline-
block
;
width
:
210px
;
height
:
18px
;
padding
:
4px
;
margin-bottom
:
9px
;
font-size
:
13px
;
line-height
:
18px
;
color
:
#555555
;
border
:
1px
solid
#ccc
;
-webkit-border-radius
:
3px
;
-moz-border-radius
:
3px
;
border-radius
:
3px
;}
.uneditable-textarea
{
width
:
auto
;
height
:
auto
;}
.uneditable-textarea
{
width
:
auto
;
height
:
auto
;}
input
[
type
=
image
],
input
[
type
=
checkbox
],
input
[
type
=
radio
]
{
width
:
auto
;
height
:
auto
;
padding
:
0
;
margin
:
3px
0
;
*
margin-top
:
0
;
line-height
:
normal
;
border
:
none
;
cursor
:
pointer
;}
input
[
type
=
image
],
input
[
type
=
checkbox
],
input
[
type
=
radio
]
{
width
:
auto
;
height
:
auto
;
padding
:
0
;
margin
:
3px
0
;
*
margin-top
:
0
;
line-height
:
normal
;
border
:
none
;
cursor
:
pointer
;}
input
[
type
=
file
]
{
padding
:
initial
;
line-height
:
initial
;
border
:
initial
;
background-color
:
#ffffff
;
background-color
:
initial
;
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;}
input
[
type
=
file
]
{
padding
:
initial
;
line-height
:
initial
;
border
:
initial
;
background-color
:
#ffffff
;
background-color
:
initial
;
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;}
...
@@ -145,13 +145,13 @@ select.span11{width:870px;}
...
@@ -145,13 +145,13 @@ select.span11{width:870px;}
select
.span12
{
width
:
950px
;}
select
.span12
{
width
:
950px
;}
input
[
disabled
],
select
[
disabled
],
textarea
[
disabled
],
input
[
readonly
],
select
[
readonly
],
textarea
[
readonly
]
{
background-color
:
#f5f5f5
;
border-color
:
#ddd
;
cursor
:
not-allowed
;}
input
[
disabled
],
select
[
disabled
],
textarea
[
disabled
],
input
[
readonly
],
select
[
readonly
],
textarea
[
readonly
]
{
background-color
:
#f5f5f5
;
border-color
:
#ddd
;
cursor
:
not-allowed
;}
.control-group.warning
>
label
,
.control-group.warning
.help-block
,
.control-group.warning
.help-inline
{
color
:
#c09853
;}
.control-group.warning
>
label
,
.control-group.warning
.help-block
,
.control-group.warning
.help-inline
{
color
:
#c09853
;}
.control-group.warning
input
,
.control-group.warning
textarea
{
color
:
#c09853
;
border-color
:
#c09853
;}
.control-group.warning
inpu
t
:focus
,
.control-group.warning
textarea
:focus
{
border-color
:
#a47e3c
;
-webkit-box-shadow
:
0
0
6px
#dbc59e
;
-moz-box-shadow
:
0
0
6px
#dbc59e
;
box-shadow
:
0
0
6px
#dbc59e
;}
.control-group.warning
input
,
.control-group.warning
select
,
.control-group.warning
textarea
{
color
:
#c09853
;
border-color
:
#c09853
;}
.control-group.warning
input
:focus
,
.control-group.warning
selec
t
:focus
,
.control-group.warning
textarea
:focus
{
border-color
:
#a47e3c
;
-webkit-box-shadow
:
0
0
6px
#dbc59e
;
-moz-box-shadow
:
0
0
6px
#dbc59e
;
box-shadow
:
0
0
6px
#dbc59e
;}
.control-group.warning
.input-prepend
.add-on
,
.control-group.warning
.input-append
.add-on
{
color
:
#c09853
;
background-color
:
#fcf8e3
;
border-color
:
#c09853
;}
.control-group.warning
.input-prepend
.add-on
,
.control-group.warning
.input-append
.add-on
{
color
:
#c09853
;
background-color
:
#fcf8e3
;
border-color
:
#c09853
;}
.control-group.error
>
label
,
.control-group.error
.help-block
,
.control-group.error
.help-inline
{
color
:
#b94a48
;}
.control-group.error
>
label
,
.control-group.error
.help-block
,
.control-group.error
.help-inline
{
color
:
#b94a48
;}
.control-group.error
input
,
.control-group.error
textarea
{
color
:
#b94a48
;
border-color
:
#b94a48
;}
.control-group.error
inpu
t
:focus
,
.control-group.error
textarea
:focus
{
border-color
:
#953b39
;
-webkit-box-shadow
:
0
0
6px
#d59392
;
-moz-box-shadow
:
0
0
6px
#d59392
;
box-shadow
:
0
0
6px
#d59392
;}
.control-group.error
input
,
.control-group.error
select
,
.control-group.error
textarea
{
color
:
#b94a48
;
border-color
:
#b94a48
;}
.control-group.error
input
:focus
,
.control-group.error
selec
t
:focus
,
.control-group.error
textarea
:focus
{
border-color
:
#953b39
;
-webkit-box-shadow
:
0
0
6px
#d59392
;
-moz-box-shadow
:
0
0
6px
#d59392
;
box-shadow
:
0
0
6px
#d59392
;}
.control-group.error
.input-prepend
.add-on
,
.control-group.error
.input-append
.add-on
{
color
:
#b94a48
;
background-color
:
#f2dede
;
border-color
:
#b94a48
;}
.control-group.error
.input-prepend
.add-on
,
.control-group.error
.input-append
.add-on
{
color
:
#b94a48
;
background-color
:
#f2dede
;
border-color
:
#b94a48
;}
.control-group.success
>
label
,
.control-group.success
.help-block
,
.control-group.success
.help-inline
{
color
:
#468847
;}
.control-group.success
>
label
,
.control-group.success
.help-block
,
.control-group.success
.help-inline
{
color
:
#468847
;}
.control-group.success
input
,
.control-group.success
textarea
{
color
:
#468847
;
border-color
:
#468847
;}
.control-group.success
inpu
t
:focus
,
.control-group.success
textarea
:focus
{
border-color
:
#356635
;
-webkit-box-shadow
:
0
0
6px
#7aba7b
;
-moz-box-shadow
:
0
0
6px
#7aba7b
;
box-shadow
:
0
0
6px
#7aba7b
;}
.control-group.success
input
,
.control-group.success
select
,
.control-group.success
textarea
{
color
:
#468847
;
border-color
:
#468847
;}
.control-group.success
input
:focus
,
.control-group.success
selec
t
:focus
,
.control-group.success
textarea
:focus
{
border-color
:
#356635
;
-webkit-box-shadow
:
0
0
6px
#7aba7b
;
-moz-box-shadow
:
0
0
6px
#7aba7b
;
box-shadow
:
0
0
6px
#7aba7b
;}
.control-group.success
.input-prepend
.add-on
,
.control-group.success
.input-append
.add-on
{
color
:
#468847
;
background-color
:
#dff0d8
;
border-color
:
#468847
;}
.control-group.success
.input-prepend
.add-on
,
.control-group.success
.input-append
.add-on
{
color
:
#468847
;
background-color
:
#dff0d8
;
border-color
:
#468847
;}
input
:focus:required:invalid
,
textarea
:focus:required:invalid
,
select
:focus:required:invalid
{
color
:
#b94a48
;
border-color
:
#ee5f5b
;}
input
:focus:required:invalid:focus
,
textarea
:focus:required:invalid:focus
,
select
:focus:required:invalid:focus
{
border-color
:
#e9322d
;
-webkit-box-shadow
:
0
0
6px
#f8b9b7
;
-moz-box-shadow
:
0
0
6px
#f8b9b7
;
box-shadow
:
0
0
6px
#f8b9b7
;}
input
:focus:required:invalid
,
textarea
:focus:required:invalid
,
select
:focus:required:invalid
{
color
:
#b94a48
;
border-color
:
#ee5f5b
;}
input
:focus:required:invalid:focus
,
textarea
:focus:required:invalid:focus
,
select
:focus:required:invalid:focus
{
border-color
:
#e9322d
;
-webkit-box-shadow
:
0
0
6px
#f8b9b7
;
-moz-box-shadow
:
0
0
6px
#f8b9b7
;
box-shadow
:
0
0
6px
#f8b9b7
;}
.form-actions
{
padding
:
17px
20px
18px
;
margin-top
:
18px
;
margin-bottom
:
18px
;
background-color
:
#f5f5f5
;
border-top
:
1px
solid
#ddd
;}
.form-actions
{
padding
:
17px
20px
18px
;
margin-top
:
18px
;
margin-bottom
:
18px
;
background-color
:
#f5f5f5
;
border-top
:
1px
solid
#ddd
;}
...
@@ -379,7 +379,7 @@ table .headerSortUp:after{border-bottom:none;border-left:4px solid transparent;b
...
@@ -379,7 +379,7 @@ table .headerSortUp:after{border-bottom:none;border-left:4px solid transparent;b
.navbar
.btn-group
.btn
{
margin-top
:
0
;}
.navbar
.btn-group
.btn
{
margin-top
:
0
;}
.navbar-form
{
margin-bottom
:
0
;}
.navbar-form
input
,
.navbar-form
select
{
display
:
inline-block
;
margin-bottom
:
0
;}
.navbar-form
{
margin-bottom
:
0
;}
.navbar-form
input
,
.navbar-form
select
{
display
:
inline-block
;
margin-bottom
:
0
;}
.navbar-search
{
position
:
relative
;
float
:
left
;
margin-top
:
6px
;
margin-bottom
:
0
;}
.navbar-search
.search-query
{
padding
:
4px
9px
;
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
font-size
:
13px
;
font-weight
:
normal
;
line-height
:
1
;
color
:
#ffffff
;
color
:
rgba
(
255
,
255
,
255
,
0.75
);
background
:
#444
;
background
:
rgba
(
255
,
255
,
255
,
0.3
);
border
:
1px
solid
#111
;
-webkit-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
-moz-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
-webkit-transition
:
none
;
-moz-transition
:
none
;
-ms-transition
:
none
;
-o-transition
:
none
;
transition
:
none
;}
.navbar-search
.search-query
:-moz-placeholder
{
color
:
#eeeeee
;}
.navbar-search
{
position
:
relative
;
float
:
left
;
margin-top
:
6px
;
margin-bottom
:
0
;}
.navbar-search
.search-query
{
padding
:
4px
9px
;
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
font-size
:
13px
;
font-weight
:
normal
;
line-height
:
1
;
color
:
#ffffff
;
color
:
rgba
(
255
,
255
,
255
,
0.75
);
background
:
#444
;
background
:
rgba
(
255
,
255
,
255
,
0.3
);
border
:
1px
solid
#111
;
-webkit-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
-moz-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
-webkit-transition
:
none
;
-moz-transition
:
none
;
-ms-transition
:
none
;
-o-transition
:
none
;
transition
:
none
;}
.navbar-search
.search-query
:-moz-placeholder
{
color
:
#eeeeee
;}
.navbar-search
.search-query
::-webkit-input-placeholder
{
color
:
#eeeeee
;}
.navbar-search
.search-query
::-webkit-input-placeholder
{
color
:
#eeeeee
;}
.navbar-search
.search-query
:hover
{
color
:
#ffffff
;
background-color
:
#999999
;
background-color
:
rgba
(
255
,
255
,
255
,
0.5
);}
.navbar-search
.search-query
:hover
{
color
:
#ffffff
;
background-color
:
#999999
;
background-color
:
rgba
(
255
,
255
,
255
,
0.5
);}
.navbar-search
.search-query
:focus
,
.navbar-search
.search-query.focused
{
padding
:
5px
10px
;
color
:
#333333
;
text-shadow
:
0
1px
0
#ffffff
;
background-color
:
#ffffff
;
border
:
0
;
-webkit-box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);
-moz-box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);
box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);
outline
:
0
;}
.navbar-search
.search-query
:focus
,
.navbar-search
.search-query.focused
{
padding
:
5px
10px
;
color
:
#333333
;
text-shadow
:
0
1px
0
#ffffff
;
background-color
:
#ffffff
;
border
:
0
;
-webkit-box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);
-moz-box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);
box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);
outline
:
0
;}
.navbar-static
{
margin-bottom
:
18px
;}
.navbar-static
{
margin-bottom
:
18px
;}
...
@@ -524,6 +524,7 @@ a.thumbnail:hover{border-color:#0088cc;-webkit-box-shadow:0 1px 4px rgba(0, 105,
...
@@ -524,6 +524,7 @@ a.thumbnail:hover{border-color:#0088cc;-webkit-box-shadow:0 1px 4px rgba(0, 105,
.carousel
{
position
:
relative
;
line-height
:
1
;}
.carousel
{
position
:
relative
;
line-height
:
1
;}
.carousel-inner
{
overflow
:
hidden
;
width
:
100%
;
position
:
relative
;}
.carousel-inner
{
overflow
:
hidden
;
width
:
100%
;
position
:
relative
;}
.carousel
.item
{
display
:
none
;
position
:
relative
;
-webkit-transition
:
0.6s
ease-in-out
left
;
-moz-transition
:
0.6s
ease-in-out
left
;
-ms-transition
:
0.6s
ease-in-out
left
;
-o-transition
:
0.6s
ease-in-out
left
;
transition
:
0.6s
ease-in-out
left
;}
.carousel
.item
{
display
:
none
;
position
:
relative
;
-webkit-transition
:
0.6s
ease-in-out
left
;
-moz-transition
:
0.6s
ease-in-out
left
;
-ms-transition
:
0.6s
ease-in-out
left
;
-o-transition
:
0.6s
ease-in-out
left
;
transition
:
0.6s
ease-in-out
left
;}
.carousel
.item
>
img
{
display
:
block
;
line-height
:
1
;}
.carousel
.active
,
.carousel
.next
,
.carousel
.prev
{
display
:
block
;}
.carousel
.active
,
.carousel
.next
,
.carousel
.prev
{
display
:
block
;}
.carousel
.active
{
left
:
0
;}
.carousel
.active
{
left
:
0
;}
.carousel
.next
,
.carousel
.prev
{
position
:
absolute
;
top
:
0
;
width
:
100%
;}
.carousel
.next
,
.carousel
.prev
{
position
:
absolute
;
top
:
0
;
width
:
100%
;}
...
...
docs/assets/css/docs.css
View file @
3250ecc6
...
@@ -132,6 +132,7 @@ section {
...
@@ -132,6 +132,7 @@ section {
.subnav
{
.subnav
{
width
:
100%
;
width
:
100%
;
height
:
36px
;
height
:
36px
;
overflow
:
hidden
;
background-color
:
#eeeeee
;
/* Old browsers */
background-color
:
#eeeeee
;
/* Old browsers */
background-repeat
:
repeat-x
;
/* Repeat the gradient */
background-repeat
:
repeat-x
;
/* Repeat the gradient */
background-image
:
-moz-linear-gradient
(
top
,
#f5f5f5
0%
,
#eeeeee
100%
);
/* FF3.6+ */
background-image
:
-moz-linear-gradient
(
top
,
#f5f5f5
0%
,
#eeeeee
100%
);
/* FF3.6+ */
...
@@ -167,13 +168,10 @@ section {
...
@@ -167,13 +168,10 @@ section {
color
:
#333
;
color
:
#333
;
}
}
.subnav
.nav
.active
a
{
.subnav
.nav
.active
a
{
background-color
:
#e
ee
;
background-color
:
#e
5e5e5
;
}
}
.subnav
.nav
li
:first-child
a
{
.subnav
.nav
li
:first-child
a
{
border-left
:
0
;
border-left
:
0
;
-webkit-border-radius
:
4px
0
0
4px
;
-moz-border-radius
:
4px
0
0
4px
;
border-radius
:
4px
0
0
4px
;
}
}
.subnav
.nav
li
:last-child
a
{
.subnav
.nav
li
:last-child
a
{
border-right
:
0
;
border-right
:
0
;
...
...
docs/base-css.html
View file @
3250ecc6
...
@@ -899,7 +899,7 @@
...
@@ -899,7 +899,7 @@
<div
class=
"span9"
>
<div
class=
"span9"
>
<form
class=
"well"
>
<form
class=
"well"
>
<label>
Label name
</label>
<label>
Label name
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"Type something…"
>
<input
type=
"text"
class=
"span3"
placeholder=
"Type something…"
>
<span
class=
"help-inline"
>
Associated help text!
</span>
<label
class=
"checkbox"
>
<label
class=
"checkbox"
>
<input
type=
"checkbox"
>
Check me out
<input
type=
"checkbox"
>
Check me out
</label>
</label>
...
@@ -1066,6 +1066,19 @@
...
@@ -1066,6 +1066,19 @@
<span
class=
"help-inline"
>
Woohoo!
</span>
<span
class=
"help-inline"
>
Woohoo!
</span>
</div>
</div>
</fieldset>
</fieldset>
<fieldset
class=
"control-group success"
>
<label
class=
"control-label"
for=
"selectError"
>
Select with success
</label>
<div
class=
"controls"
>
<select
name=
"selectError"
>
<option>
1
</option>
<option>
2
</option>
<option>
3
</option>
<option>
4
</option>
<option>
5
</option>
</select>
<span
class=
"help-inline"
>
Woohoo!
</span>
</div>
</fieldset>
<fieldset
class=
"form-actions"
>
<fieldset
class=
"form-actions"
>
<button
type=
"submit"
class=
"btn primary"
>
Save changes
</button>
<button
type=
"submit"
class=
"btn primary"
>
Save changes
</button>
<button
type=
"reset"
class=
"btn"
>
Cancel
</button>
<button
type=
"reset"
class=
"btn"
>
Cancel
</button>
...
...
docs/templates/pages/base-css.mustache
View file @
3250ecc6
...
@@ -835,7 +835,7 @@
...
@@ -835,7 +835,7 @@
<div
class=
"span9"
>
<div
class=
"span9"
>
<form
class=
"well"
>
<form
class=
"well"
>
<label>
{{
_i
}}
Label name
{{/
i
}}
</label>
<label>
{{
_i
}}
Label name
{{/
i
}}
</label>
<input
type=
"text"
class=
"span3"
placeholder=
"
{{
_i
}}
Type something…
{{/
i
}}
"
>
<input
type=
"text"
class=
"span3"
placeholder=
"
{{
_i
}}
Type something…
{{/
i
}}
"
>
<span
class=
"help-inline"
>
Associated help text!
</span>
<label
class=
"checkbox"
>
<label
class=
"checkbox"
>
<input
type=
"checkbox"
>
{{
_i
}}
Check me out
{{/
i
}}
<input
type=
"checkbox"
>
{{
_i
}}
Check me out
{{/
i
}}
</label>
</label>
...
@@ -1002,6 +1002,19 @@
...
@@ -1002,6 +1002,19 @@
<span
class=
"help-inline"
>
{{
_i
}}
Woohoo!
{{/
i
}}
</span>
<span
class=
"help-inline"
>
{{
_i
}}
Woohoo!
{{/
i
}}
</span>
</div>
</div>
</fieldset>
</fieldset>
<fieldset
class=
"control-group success"
>
<label
class=
"control-label"
for=
"selectError"
>
{{
_i
}}
Select with success
{{/
i
}}
</label>
<div
class=
"controls"
>
<select
name=
"selectError"
>
<option>
1
</option>
<option>
2
</option>
<option>
3
</option>
<option>
4
</option>
<option>
5
</option>
</select>
<span
class=
"help-inline"
>
{{
_i
}}
Woohoo!
{{/
i
}}
</span>
</div>
</fieldset>
<fieldset
class=
"form-actions"
>
<fieldset
class=
"form-actions"
>
<button
type=
"submit"
class=
"btn primary"
>
{{
_i
}}
Save changes
{{/
i
}}
</button>
<button
type=
"submit"
class=
"btn primary"
>
{{
_i
}}
Save changes
{{/
i
}}
</button>
<button
type=
"reset"
class=
"btn"
>
{{
_i
}}
Cancel
{{/
i
}}
</button>
<button
type=
"reset"
class=
"btn"
>
{{
_i
}}
Cancel
{{/
i
}}
</button>
...
...
lib/carousel.less
View file @
3250ecc6
...
@@ -20,6 +20,12 @@
...
@@ -20,6 +20,12 @@
.transition(.6s ease-in-out left);
.transition(.6s ease-in-out left);
}
}
// Account for jankitude on images
.item > img {
display: block;
line-height: 1;
}
.active,
.active,
.next,
.next,
.prev { display: block; }
.prev { display: block; }
...
...
lib/forms.less
View file @
3250ecc6
...
@@ -52,7 +52,7 @@ input,
...
@@ -52,7 +52,7 @@ input,
textarea,
textarea,
select,
select,
.uneditable-input {
.uneditable-input {
display: block;
display:
inline-
block;
width: 210px;
width: 210px;
height: @baseLineHeight;
height: @baseLineHeight;
padding: 4px;
padding: 4px;
...
@@ -283,6 +283,7 @@ textarea[readonly] {
...
@@ -283,6 +283,7 @@ textarea[readonly] {
}
}
// Style inputs accordingly
// Style inputs accordingly
input,
input,
select,
textarea {
textarea {
color: @textColor;
color: @textColor;
border-color: @borderColor;
border-color: @borderColor;
...
...
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