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
c6ad3a8d
Commit
c6ad3a8d
authored
Dec 19, 2014
by
Chris Rebert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update docs to use .{tooltip,popover}-{left,right,top,bottom}
parent
d46a12e6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
12 deletions
+12
-12
docs/_includes/js/popovers.html
docs/_includes/js/popovers.html
+4
-4
docs/_includes/js/tooltips.html
docs/_includes/js/tooltips.html
+4
-4
docs/javascript/popovers.md
docs/javascript/popovers.md
+4
-4
No files found.
docs/_includes/js/popovers.html
View file @
c6ad3a8d
...
@@ -39,7 +39,7 @@ $(function () {
...
@@ -39,7 +39,7 @@ $(function () {
<h3>
Static popover
</h3>
<h3>
Static popover
</h3>
<p>
Four options are available: top, right, bottom, and left aligned.
</p>
<p>
Four options are available: top, right, bottom, and left aligned.
</p>
<div
class=
"bs-example bs-example-popover"
>
<div
class=
"bs-example bs-example-popover"
>
<div
class=
"popover top"
>
<div
class=
"popover
popover-
top"
>
<div
class=
"popover-arrow"
></div>
<div
class=
"popover-arrow"
></div>
<h3
class=
"popover-title"
>
Popover top
</h3>
<h3
class=
"popover-title"
>
Popover top
</h3>
<div
class=
"popover-content"
>
<div
class=
"popover-content"
>
...
@@ -47,7 +47,7 @@ $(function () {
...
@@ -47,7 +47,7 @@ $(function () {
</div>
</div>
</div>
</div>
<div
class=
"popover right"
>
<div
class=
"popover
popover-
right"
>
<div
class=
"popover-arrow"
></div>
<div
class=
"popover-arrow"
></div>
<h3
class=
"popover-title"
>
Popover right
</h3>
<h3
class=
"popover-title"
>
Popover right
</h3>
<div
class=
"popover-content"
>
<div
class=
"popover-content"
>
...
@@ -55,7 +55,7 @@ $(function () {
...
@@ -55,7 +55,7 @@ $(function () {
</div>
</div>
</div>
</div>
<div
class=
"popover bottom"
>
<div
class=
"popover
popover-
bottom"
>
<div
class=
"popover-arrow"
></div>
<div
class=
"popover-arrow"
></div>
<h3
class=
"popover-title"
>
Popover bottom
</h3>
<h3
class=
"popover-title"
>
Popover bottom
</h3>
...
@@ -64,7 +64,7 @@ $(function () {
...
@@ -64,7 +64,7 @@ $(function () {
</div>
</div>
</div>
</div>
<div
class=
"popover left"
>
<div
class=
"popover
popover-
left"
>
<div
class=
"popover-arrow"
></div>
<div
class=
"popover-arrow"
></div>
<h3
class=
"popover-title"
>
Popover left
</h3>
<h3
class=
"popover-title"
>
Popover left
</h3>
<div
class=
"popover-content"
>
<div
class=
"popover-content"
>
...
...
docs/_includes/js/tooltips.html
View file @
c6ad3a8d
...
@@ -12,25 +12,25 @@
...
@@ -12,25 +12,25 @@
<h3>
Static tooltip
</h3>
<h3>
Static tooltip
</h3>
<p>
Four options are available: top, right, bottom, and left aligned.
</p>
<p>
Four options are available: top, right, bottom, and left aligned.
</p>
<div
class=
"bs-example bs-example-tooltip"
>
<div
class=
"bs-example bs-example-tooltip"
>
<div
class=
"tooltip left"
role=
"tooltip"
>
<div
class=
"tooltip
tooltip-
left"
role=
"tooltip"
>
<div
class=
"tooltip-arrow"
></div>
<div
class=
"tooltip-arrow"
></div>
<div
class=
"tooltip-inner"
>
<div
class=
"tooltip-inner"
>
Tooltip on the left
Tooltip on the left
</div>
</div>
</div>
</div>
<div
class=
"tooltip top"
role=
"tooltip"
>
<div
class=
"tooltip to
oltip-to
p"
role=
"tooltip"
>
<div
class=
"tooltip-arrow"
></div>
<div
class=
"tooltip-arrow"
></div>
<div
class=
"tooltip-inner"
>
<div
class=
"tooltip-inner"
>
Tooltip on the top
Tooltip on the top
</div>
</div>
</div>
</div>
<div
class=
"tooltip bottom"
role=
"tooltip"
>
<div
class=
"tooltip
tooltip-
bottom"
role=
"tooltip"
>
<div
class=
"tooltip-arrow"
></div>
<div
class=
"tooltip-arrow"
></div>
<div
class=
"tooltip-inner"
>
<div
class=
"tooltip-inner"
>
Tooltip on the bottom
Tooltip on the bottom
</div>
</div>
</div>
</div>
<div
class=
"tooltip right"
role=
"tooltip"
>
<div
class=
"tooltip
tooltip-
right"
role=
"tooltip"
>
<div
class=
"tooltip-arrow"
></div>
<div
class=
"tooltip-arrow"
></div>
<div
class=
"tooltip-inner"
>
<div
class=
"tooltip-inner"
>
Tooltip on the right
Tooltip on the right
...
...
docs/javascript/popovers.md
View file @
c6ad3a8d
...
@@ -43,7 +43,7 @@ $(function () {
...
@@ -43,7 +43,7 @@ $(function () {
Four options are available: top, right, bottom, and left aligned.
Four options are available: top, right, bottom, and left aligned.
<div
class=
"bs-example bs-example-popover"
>
<div
class=
"bs-example bs-example-popover"
>
<div
class=
"popover top"
>
<div
class=
"popover
popover-
top"
>
<div
class=
"popover-arrow"
></div>
<div
class=
"popover-arrow"
></div>
<h3
class=
"popover-title"
>
Popover top
</h3>
<h3
class=
"popover-title"
>
Popover top
</h3>
<div
class=
"popover-content"
>
<div
class=
"popover-content"
>
...
@@ -51,7 +51,7 @@ Four options are available: top, right, bottom, and left aligned.
...
@@ -51,7 +51,7 @@ Four options are available: top, right, bottom, and left aligned.
</div>
</div>
</div>
</div>
<div
class=
"popover right"
>
<div
class=
"popover
popover-
right"
>
<div
class=
"popover-arrow"
></div>
<div
class=
"popover-arrow"
></div>
<h3
class=
"popover-title"
>
Popover right
</h3>
<h3
class=
"popover-title"
>
Popover right
</h3>
<div
class=
"popover-content"
>
<div
class=
"popover-content"
>
...
@@ -59,7 +59,7 @@ Four options are available: top, right, bottom, and left aligned.
...
@@ -59,7 +59,7 @@ Four options are available: top, right, bottom, and left aligned.
</div>
</div>
</div>
</div>
<div
class=
"popover bottom"
>
<div
class=
"popover
popover-
bottom"
>
<div
class=
"popover-arrow"
></div>
<div
class=
"popover-arrow"
></div>
<h3
class=
"popover-title"
>
Popover bottom
</h3>
<h3
class=
"popover-title"
>
Popover bottom
</h3>
...
@@ -68,7 +68,7 @@ Four options are available: top, right, bottom, and left aligned.
...
@@ -68,7 +68,7 @@ Four options are available: top, right, bottom, and left aligned.
</div>
</div>
</div>
</div>
<div
class=
"popover left"
>
<div
class=
"popover
popover-
left"
>
<div
class=
"popover-arrow"
></div>
<div
class=
"popover-arrow"
></div>
<h3
class=
"popover-title"
>
Popover left
</h3>
<h3
class=
"popover-title"
>
Popover left
</h3>
<div
class=
"popover-content"
>
<div
class=
"popover-content"
>
...
...
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