1
0

Revert jQuery tooltips.

This commit is contained in:
Matthias Mees
2013-06-24 11:04:56 +02:00
parent 1d95cf19f0
commit 17e0f159b0
20 changed files with 64 additions and 175 deletions

View File

@ -398,51 +398,6 @@ nav ol {
.icon-clock:before { content: '\e822'; }
/* TOOLTIPS
----------------------------------------------------------------- */
#tooltip {
background: #222;
border-radius: 4px;
color: #fcfcfc;
font-size: .875em;
padding: 2px 8px;
position: absolute;
text-align: center;
z-index: 100;
}
#tooltip:after {
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 8px solid #222;
content: '';
height: 0;
margin-left: -8px;
position: absolute;
left: 50%;
bottom: -8px;
width: 0;
}
#tooltip.top:after {
border-top-color: transparent;
border-bottom: 8px solid #222;
top: -16px;
bottom: auto;
}
#tooltip.left:after {
left: 8px;
margin: 0;
}
#tooltip.right:after {
right: 8px;
left: auto;
margin: 0;
}
/* BACKEND HELPER CLASSES
----------------------------------------------------------------- */
.icon_link,