Skip to content

Commit

Permalink
Bug 737504: Fix chat bubbles bug on iPhone
Browse files Browse the repository at this point in the history
  • Loading branch information
glecollinet committed Mar 20, 2012
1 parent 00ab4d2 commit 914d477
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/css/main.css
Expand Up @@ -167,6 +167,7 @@ footer, header, hgroup, menu, nav, section {
.barbutton {background:url('../img/1/barsheet.png');image-rendering:-moz-crispt-edges;position:absolute;}

#chatbox {background:url('../img/1/barsheet.png');image-rendering:-moz-crisp-edges;position:absolute;left:50%;z-index:5;-moz-transition:0.2s bottom ease;-webkit-transition:0.2s bottom ease;-o-transition:0.2s bottom ease;-ms-transition:0.2s bottom ease;transition:0.2s bottom ease;}
.bubble p {-moz-user-select:none;-webkit-user-select:none;}

#instructions {position:absolute;top:50%;left:50%;z-index:1000;font-family:'GraphicPixel';pointer-events:none;opacity:0;-moz-transition:0.25s opacity linear;-webkit-transition:0.4s top ease, 0.4s opacity linear;-o-transition:0.4s top ease, 0.4s opacity linear;-ms-transition:0.4s top ease, 0.4s opacity linear;transition:0.4s top ease, 0.4s opacity linear;}
#instructions.active, #achievements.active {opacity:1;pointer-events:auto;}
Expand Down Expand Up @@ -1222,6 +1223,7 @@ footer, header, hgroup, menu, nav, section {
#respawn { background-position: -204px -1398px; background-size: 844px auto;}

footer {display:none;}
#bubbles {overflow:hidden;}
}

@media screen and (max-width: 800px) and (orientation: portrait) {
Expand Down

0 comments on commit 914d477

Please sign in to comment.