Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Moved some css things around.
  • Loading branch information
icculus committed Jul 5, 2010
1 parent 61cf02a commit 51f0257
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions style.css
Expand Up @@ -91,6 +91,19 @@ img.avatar {
padding: 3px;
}

#backgroundpopover {
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}

#loadingmessage {
display:none;
position:fixed;
Expand All @@ -106,19 +119,6 @@ img.avatar {
-webkit-border-radius: 10px;
}

#backgroundpopover {
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}

#loginpopover {
display:none;
position:fixed;
Expand Down

0 comments on commit 51f0257

Please sign in to comment.