Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
3fc5472d
Commit
3fc5472d
authored
Oct 13, 2016
by
Philipp Eichhorn
Browse files
Fix tooltip position not scrolling with window
Upgrade bootstrap tooltip.css from v3.3.5 to v3.3.6
parent
d6416e47
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/css/tooltip.css
View file @
3fc5472d
/*!
* Bootstrap v3.3.
5
(http://getbootstrap.com)
* Bootstrap v3.3.
6
(http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
.tooltip
{
position
:
fixed
;
position
:
absolute
;
z-index
:
1070
;
display
:
block
;
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
font-size
:
12px
;
font-style
:
normal
;
font-weight
:
normal
;
letter-spacing
:
normal
;
line-break
:
auto
;
line-height
:
1.42857143
;
text-align
:
left
;
text-align
:
start
;
text-decoration
:
none
;
text-shadow
:
none
;
text-transform
:
none
;
whi
te-spac
e
:
normal
;
let
te
r
-spac
ing
:
normal
;
word-break
:
normal
;
word-spacing
:
normal
;
word-wrap
:
normal
;
font-size
:
12px
;
opacity
:
0
;
white-space
:
normal
;
filter
:
alpha
(
opacity
=
0
);
opacity
:
0
;
line-break
:
auto
;
}
.tooltip.in
{
opacity
:
0.9
;
filter
:
alpha
(
opacity
=
90
);
opacity
:
.9
;
}
.tooltip.top
{
margin-top
:
-3px
;
padding
:
5px
0
;
margin-top
:
-3px
;
}
.tooltip.right
{
margin-left
:
3px
;
padding
:
0
5px
;
margin-left
:
3px
;
}
.tooltip.bottom
{
margin-top
:
3px
;
padding
:
5px
0
;
margin-top
:
3px
;
}
.tooltip.left
{
margin-left
:
-3px
;
padding
:
0
5px
;
margin-left
:
-3px
;
}
.tooltip-inner
{
max-width
:
35
0px
;
max-width
:
20
0px
;
padding
:
3px
8px
;
color
:
#fff
fff
;
color
:
#fff
;
text-align
:
center
;
background-color
:
#000
000
;
background-color
:
#000
;
border-radius
:
4px
;
}
.tooltip-arrow
{
...
...
@@ -66,54 +67,54 @@
left
:
50%
;
margin-left
:
-5px
;
border-width
:
5px
5px
0
;
border-top-color
:
#000
000
;
border-top-color
:
#000
;
}
.tooltip.top-left
.tooltip-arrow
{
bottom
:
0
;
right
:
5px
;
bottom
:
0
;
margin-bottom
:
-5px
;
border-width
:
5px
5px
0
;
border-top-color
:
#000
000
;
border-top-color
:
#000
;
}
.tooltip.top-right
.tooltip-arrow
{
bottom
:
0
;
left
:
5px
;
margin-bottom
:
-5px
;
border-width
:
5px
5px
0
;
border-top-color
:
#000
000
;
border-top-color
:
#000
;
}
.tooltip.right
.tooltip-arrow
{
top
:
50%
;
left
:
0
;
margin-top
:
-5px
;
border-width
:
5px
5px
5px
0
;
border-right-color
:
#000
000
;
border-right-color
:
#000
;
}
.tooltip.left
.tooltip-arrow
{
top
:
50%
;
right
:
0
;
margin-top
:
-5px
;
border-width
:
5px
0
5px
5px
;
border-left-color
:
#000
000
;
border-left-color
:
#000
;
}
.tooltip.bottom
.tooltip-arrow
{
top
:
0
;
left
:
50%
;
margin-left
:
-5px
;
border-width
:
0
5px
5px
;
border-bottom-color
:
#000
000
;
border-bottom-color
:
#000
;
}
.tooltip.bottom-left
.tooltip-arrow
{
top
:
0
;
right
:
5px
;
margin-top
:
-5px
;
border-width
:
0
5px
5px
;
border-bottom-color
:
#000
000
;
border-bottom-color
:
#000
;
}
.tooltip.bottom-right
.tooltip-arrow
{
top
:
0
;
left
:
5px
;
margin-top
:
-5px
;
border-width
:
0
5px
5px
;
border-bottom-color
:
#000
000
;
border-bottom-color
:
#000
;
}
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