diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index 3936d8c203..e91f255391 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -24,9 +24,9 @@ } .modal { position: absolute; - top: 20px; - left: 20px; - right: 20px; + top: 10px; + left: 10px; + right: 10px; width: auto; margin: 0; } @@ -35,6 +35,10 @@ } .modal-header .close { padding: 10px; + margin: -10px; + } + .carousel-caption { + position: static; } } @media (max-width: 768px) { diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index cd0d620bf4..7a55680417 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1986,7 +1986,7 @@ table .span12 { .navbar-search .search-query :-moz-placeholder { color: #eeeeee; } -.navbar-search .search-query::-webkit-input-placeholder { +.navbar-search .search-query ::-webkit-input-placeholder { color: #eeeeee; } .navbar-search .search-query:hover { diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 41029ded1f..0b221e3b26 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -723,6 +723,15 @@ form.well { word-wrap: break-word; word-break: break-all; } + + /* Modal example */ + .modal-example .modal { + position: relative; + top: auto; + right: auto; + bottom: auto; + left: auto; + } } diff --git a/docs/javascript.html b/docs/javascript.html index 0bcbe597cb..2d31f0aa4a 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -193,7 +193,7 @@
Below is a statically rendered modal.
-delay showing/hiding the tooltip (ms)
+delay showing and hiding the tooltip (ms)
If a number is supplied, delay is applied to both hide/show
Object structure is: delay: { show: 500, hide: 100 }
delay showing/hiding the popover (ms)
+delay showing and hiding the popover (ms)
If a number is supplied, delay is applied to both hide/show
Object structure is: delay: { show: 500, hide: 100 }
{{_i}}Below is a statically rendered modal.{{/i}}
-{{_i}}delay showing/hiding the tooltip (ms){{/i}}
+{{_i}}delay showing and hiding the tooltip (ms){{/i}}
{{_i}}If a number is supplied, delay is applied to both hide/show{{/i}}
{{_i}}Object structure is: delay: { show: 500, hide: 100 }
{{/i}}
{{_i}}delay showing/hiding the popover (ms){{/i}}
+{{_i}}delay showing and hiding the popover (ms){{/i}}
{{_i}}If a number is supplied, delay is applied to both hide/show{{/i}}
{{_i}}Object structure is: delay: { show: 500, hide: 100 }
{{/i}}