Skip to content

Commit

Permalink
Revert "Add some fancy animations for tooltips"
Browse files Browse the repository at this point in the history
This reverts commit effd99a.

Doesn't work on IE (duh) and performs poorly on mobile devices.
  • Loading branch information
AlexanderWingard committed Nov 9, 2010
1 parent 8dd683a commit 26035ca
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions site/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,24 +136,18 @@ a:hover, a:active {

.wtt2 {
display: inline;

}

.wtt2 div {
position: absolute;
z-index: -1;
display: none;
font-size: 19px;
border: 4px solid #ddd;
-webkit-box-shadow: 8px 10px 10px rgba(0,0,0,0.5);
-moz-box-shadow: 8px 10px 10px rgba(0,0,0,0.5);
padding: 7px;
border-radius: 10px;
left: -17px;
bottom: 25px;
background-color: white;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
opacity: 0;
bottom: 18px;
}

.wtt2 h3 {
Expand All @@ -178,10 +172,7 @@ a:hover, a:active {
z-index: 1;
position:absolute;
overflow: visible;
bottom: 18px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
opacity: 1;
background-color: white;
}

.iwtt {
Expand Down

0 comments on commit 26035ca

Please sign in to comment.