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
2320a098
Commit
2320a098
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix modals display in docs on tablet view
parent
22d1506d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/javascript.html
+1
-1
docs/javascript.html
docs/templates/pages/javascript.mustache
+1
-1
docs/templates/pages/javascript.mustache
with
2 additions
and
2 deletions
+2
-2
docs/javascript.html
+
1
-
1
View file @
2320a098
...
...
@@ -181,7 +181,7 @@ $('#myModal').on('show', function (e) {
<h3>
Static example
</h3>
<p>
A rendered modal with header, body, and set of actions in the footer.
</p>
<div
class=
"bs-docs-example"
style=
"background-color: #f5f5f5;"
>
<div
class=
"modal"
style=
"position: relative; top: auto; left: auto; margin: 0 auto 20px; z-index: 1; max-width: 100%;"
>
<div
class=
"modal"
style=
"position: relative; top: auto; left: auto;
right: auto;
margin: 0 auto 20px; z-index: 1; max-width: 100%;"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
×
</button>
<h3>
Modal header
</h3>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/javascript.mustache
+
1
-
1
View file @
2320a098
...
...
@@ -111,7 +111,7 @@ $('#myModal').on('show', function (e) {
<h3>
{{
_i
}}
Static example
{{/
i
}}
</h3>
<p>
{{
_i
}}
A rendered modal with header, body, and set of actions in the footer.
{{/
i
}}
</p>
<div
class=
"bs-docs-example"
style=
"background-color: #f5f5f5;"
>
<div
class=
"modal"
style=
"position: relative; top: auto; left: auto; margin: 0 auto 20px; z-index: 1; max-width: 100%;"
>
<div
class=
"modal"
style=
"position: relative; top: auto; left: auto;
right: auto;
margin: 0 auto 20px; z-index: 1; max-width: 100%;"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
×
</button>
<h3>
{{
_i
}}
Modal header
{{/
i
}}
</h3>
...
...
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