Skip to content
GitLab
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
81c128fd
Commit
81c128fd
authored
13 years ago
by
Jacob Thornton
Browse files
Options
Download
Plain Diff
Merge branch '2.0-wip' of
https://github.com/twitter/bootstrap
into 2.0-wip
parents
09df780b
f1851ab1
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
docs/assets/css/bootstrap-responsive.css
+7
-3
docs/assets/css/bootstrap-responsive.css
docs/assets/css/bootstrap.css
+1
-1
docs/assets/css/bootstrap.css
docs/assets/css/docs.css
+9
-0
docs/assets/css/docs.css
docs/javascript.html
+3
-3
docs/javascript.html
docs/templates/pages/javascript.mustache
+3
-3
docs/templates/pages/javascript.mustache
less/responsive.less
+9
-3
less/responsive.less
with
32 additions
and
13 deletions
+32
-13
docs/assets/css/bootstrap-responsive.css
+
7
-
3
View file @
81c128fd
...
@@ -24,9 +24,9 @@
...
@@ -24,9 +24,9 @@
}
}
.modal
{
.modal
{
position
:
absolute
;
position
:
absolute
;
top
:
2
0px
;
top
:
1
0px
;
left
:
2
0px
;
left
:
1
0px
;
right
:
2
0px
;
right
:
1
0px
;
width
:
auto
;
width
:
auto
;
margin
:
0
;
margin
:
0
;
}
}
...
@@ -35,6 +35,10 @@
...
@@ -35,6 +35,10 @@
}
}
.modal-header
.close
{
.modal-header
.close
{
padding
:
10px
;
padding
:
10px
;
margin
:
-10px
;
}
.carousel-caption
{
position
:
static
;
}
}
}
}
@media
(
max-width
:
768px
)
{
@media
(
max-width
:
768px
)
{
...
...
This diff is collapsed.
Click to expand it.
docs/assets/css/bootstrap.css
+
1
-
1
View file @
81c128fd
...
@@ -1986,7 +1986,7 @@ table .span12 {
...
@@ -1986,7 +1986,7 @@ table .span12 {
.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
{
...
...
This diff is collapsed.
Click to expand it.
docs/assets/css/docs.css
+
9
-
0
View file @
81c128fd
...
@@ -723,6 +723,15 @@ form.well {
...
@@ -723,6 +723,15 @@ form.well {
word-wrap
:
break-word
;
word-wrap
:
break-word
;
word-break
:
break-all
;
word-break
:
break-all
;
}
}
/* Modal example */
.modal-example
.modal
{
position
:
relative
;
top
:
auto
;
right
:
auto
;
bottom
:
auto
;
left
:
auto
;
}
}
}
...
...
This diff is collapsed.
Click to expand it.
docs/javascript.html
+
3
-
3
View file @
81c128fd
...
@@ -193,7 +193,7 @@
...
@@ -193,7 +193,7 @@
<div
class=
"span9 columns"
>
<div
class=
"span9 columns"
>
<h2>
Static example
</h2>
<h2>
Static example
</h2>
<p>
Below is a statically rendered modal.
</p>
<p>
Below is a statically rendered modal.
</p>
<div
class=
"well"
style=
"background-color: #888; border: none;"
>
<div
class=
"well
modal-example
"
style=
"background-color: #888; border: none;"
>
<div
class=
"modal"
style=
"position: relative; top: auto; left: auto; margin: 0 auto; z-index: 1"
>
<div
class=
"modal"
style=
"position: relative; top: auto; left: auto; margin: 0 auto; z-index: 1"
>
<div
class=
"modal-header"
>
<div
class=
"modal-header"
>
<a
href=
"#"
class=
"close"
data-dismiss=
"modal"
>
×
</a>
<a
href=
"#"
class=
"close"
data-dismiss=
"modal"
>
×
</a>
...
@@ -743,7 +743,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
...
@@ -743,7 +743,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<td>
number | object
</td>
<td>
number | object
</td>
<td>
0
</td>
<td>
0
</td>
<td>
<td>
<p>
delay showing
/
hiding the tooltip (ms)
</p>
<p>
delay showing
and
hiding the tooltip (ms)
</p>
<p>
If a number is supplied, delay is applied to both hide/show
</p>
<p>
If a number is supplied, delay is applied to both hide/show
</p>
<p>
Object structure is:
<code>
delay: { show: 500, hide: 100 }
</code></p>
<p>
Object structure is:
<code>
delay: { show: 500, hide: 100 }
</code></p>
</td>
</td>
...
@@ -855,7 +855,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
...
@@ -855,7 +855,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<td>
number | object
</td>
<td>
number | object
</td>
<td>
0
</td>
<td>
0
</td>
<td>
<td>
<p>
delay showing
/
hiding the popover (ms)
</p>
<p>
delay showing
and
hiding the popover (ms)
</p>
<p>
If a number is supplied, delay is applied to both hide/show
</p>
<p>
If a number is supplied, delay is applied to both hide/show
</p>
<p>
Object structure is:
<code>
delay: { show: 500, hide: 100 }
</code></p>
<p>
Object structure is:
<code>
delay: { show: 500, hide: 100 }
</code></p>
</td>
</td>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/javascript.mustache
+
3
-
3
View file @
81c128fd
...
@@ -128,7 +128,7 @@
...
@@ -128,7 +128,7 @@
<div
class=
"span9 columns"
>
<div
class=
"span9 columns"
>
<h2>
{{
_i
}}
Static example
{{/
i
}}
</h2>
<h2>
{{
_i
}}
Static example
{{/
i
}}
</h2>
<p>
{{
_i
}}
Below is a statically rendered modal.
{{/
i
}}
</p>
<p>
{{
_i
}}
Below is a statically rendered modal.
{{/
i
}}
</p>
<div
class=
"well"
style=
"background-color: #888; border: none;"
>
<div
class=
"well
modal-example
"
style=
"background-color: #888; border: none;"
>
<div
class=
"modal"
style=
"position: relative; top: auto; left: auto; margin: 0 auto; z-index: 1"
>
<div
class=
"modal"
style=
"position: relative; top: auto; left: auto; margin: 0 auto; z-index: 1"
>
<div
class=
"modal-header"
>
<div
class=
"modal-header"
>
<a
href=
"#"
class=
"close"
data-dismiss=
"modal"
>
×
</a>
<a
href=
"#"
class=
"close"
data-dismiss=
"modal"
>
×
</a>
...
@@ -678,7 +678,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
...
@@ -678,7 +678,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<td>
{{
_i
}}
number | object
{{/
i
}}
</td>
<td>
{{
_i
}}
number | object
{{/
i
}}
</td>
<td>
0
</td>
<td>
0
</td>
<td>
<td>
<p>
{{
_i
}}
delay showing
/
hiding the tooltip (ms)
{{/
i
}}
</p>
<p>
{{
_i
}}
delay showing
and
hiding the tooltip (ms)
{{/
i
}}
</p>
<p>
{{
_i
}}
If a number is supplied, delay is applied to both hide/show
{{/
i
}}
</p>
<p>
{{
_i
}}
If a number is supplied, delay is applied to both hide/show
{{/
i
}}
</p>
<p>
{{
_i
}}
Object structure is:
<code>
delay: { show: 500, hide: 100 }
</code>
{{/
i
}}
</p>
<p>
{{
_i
}}
Object structure is:
<code>
delay: { show: 500, hide: 100 }
</code>
{{/
i
}}
</p>
</td>
</td>
...
@@ -790,7 +790,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
...
@@ -790,7 +790,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<td>
{{
_i
}}
number | object
{{/
i
}}
</td>
<td>
{{
_i
}}
number | object
{{/
i
}}
</td>
<td>
0
</td>
<td>
0
</td>
<td>
<td>
<p>
{{
_i
}}
delay showing
/
hiding the popover (ms)
{{/
i
}}
</p>
<p>
{{
_i
}}
delay showing
and
hiding the popover (ms)
{{/
i
}}
</p>
<p>
{{
_i
}}
If a number is supplied, delay is applied to both hide/show
{{/
i
}}
</p>
<p>
{{
_i
}}
If a number is supplied, delay is applied to both hide/show
{{/
i
}}
</p>
<p>
{{
_i
}}
Object structure is:
<code>
delay: { show: 500, hide: 100 }
</code>
{{/
i
}}
</p>
<p>
{{
_i
}}
Object structure is:
<code>
delay: { show: 500, hide: 100 }
</code>
{{/
i
}}
</p>
</td>
</td>
...
...
This diff is collapsed.
Click to expand it.
less/responsive.less
+
9
-
3
View file @
81c128fd
...
@@ -56,15 +56,21 @@
...
@@ -56,15 +56,21 @@
// Modals
// Modals
.modal {
.modal {
position: absolute;
position: absolute;
top:
2
0px;
top:
1
0px;
left:
2
0px;
left:
1
0px;
right:
2
0px;
right:
1
0px;
width: auto;
width: auto;
margin: 0;
margin: 0;
&.fade.in { top: auto; }
&.fade.in { top: auto; }
}
}
.modal-header .close {
.modal-header .close {
padding: 10px;
padding: 10px;
margin: -10px;
}
// Carousel
.carousel-caption {
position: static;
}
}
}
}
...
...
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