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
440cedee
Commit
440cedee
authored
11 years ago
by
Julian Thilo
Browse files
Options
Download
Email Patches
Plain Diff
Fix HTML errors
parent
90902db5
4 merge requests
!28721
Hot test
,
!16605
Test pull please ignore
,
!22103
test
,
!25326
Adjust examples
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/examples/tooltip-viewport/index.html
+8
-8
docs/examples/tooltip-viewport/index.html
docs/examples/tooltip-viewport/tooltip-viewport.css
+3
-3
docs/examples/tooltip-viewport/tooltip-viewport.css
with
11 additions
and
11 deletions
+11
-11
docs/examples/tooltip-viewport/index.html
+
8
-
8
View file @
440cedee
...
...
@@ -28,21 +28,21 @@
<body>
<button
class=
"btn pull-right tooltip-bottom"
,
title=
"This should be shifted to the left"
>
Shift Left
</button>
<button
class=
"btn tooltip-bottom"
,
title=
"This should be shifted to the right"
>
Shift Right
</button>
<button
class=
"btn tooltip-right"
,
title=
"This should be shifted down"
>
Shift Down
</button>
<button
class=
"btn pull-right tooltip-bottom"
title=
"This should be shifted to the left"
>
Shift Left
</button>
<button
class=
"btn tooltip-bottom"
title=
"This should be shifted to the right"
>
Shift Right
</button>
<button
class=
"btn tooltip-right"
title=
"This should be shifted down"
>
Shift Down
</button>
<div
class=
"placeholder"
>
There is a button down there ↓
</div>
<button
class=
"btn tooltip-right"
,
title=
"This should be shifted up"
>
Shift Up
</button>
<button
class=
"btn tooltip-right"
title=
"This should be shifted up"
>
Shift Up
</button>
<div
class=
"container-viewport"
>
<button
class=
"btn tooltip-viewport-bottom"
,
title=
"This should be shifted to the left"
>
Shift Left
</button>
<button
class=
"btn tooltip-viewport-right"
,
title=
"This should be shifted down"
>
Shift Down
</button>
<button
class=
"btn tooltip-viewport-bottom"
title=
"This should be shifted to the left"
>
Shift Left
</button>
<button
class=
"btn tooltip-viewport-right"
title=
"This should be shifted down"
>
Shift Down
</button>
<button
class=
"btn pull-right tooltip-viewport-bottom"
,
title=
"This should be shifted to the right"
>
Shift Right
</button>
<button
class=
"btn pull-right tooltip-viewport-bottom"
title=
"This should be shifted to the right"
>
Shift Right
</button>
<button
class=
"btn tooltip-viewport-right btn-bottom"
,
title=
"This should be shifted up"
>
Shift Up
</button>
<button
class=
"btn tooltip-viewport-right btn-bottom"
title=
"This should be shifted up"
>
Shift Up
</button>
</div>
...
...
This diff is collapsed.
Click to expand it.
docs/examples/tooltip-viewport/tooltip-viewport.css
+
3
-
3
View file @
440cedee
...
...
@@ -6,23 +6,23 @@ body {
max-width
:
500px
;
}
.tooltip
.tooltip-inner
{
min-height
:
200px
;
min-width
:
250px
;
max-width
:
500px
;
min-height
:
200px
;
}
.placeholder
{
height
:
900px
;
}
.container-viewport
{
position
:
absolute
;
left
:
200px
;
top
:
600px
;
left
:
200px
;
width
:
600px
;
height
:
400px
;
background
:
#c00
;
}
.btn-bottom
{
position
:
absolute
;
left
:
0
;
bottom
:
0
;
left
:
0
;
}
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