Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
fixing loading message css
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchangc committed Aug 24, 2012
1 parent 9f9d975 commit 19eb843
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,17 @@ li { list-style-type:none; }
}

#loading{
background-color: #111111;
position: fixed;
top:50%;
left:50%;
margin-top: -20px;
margin-left: -260px;
color: #ffffff;
padding: 16px;
background-color: #111;
position: fixed;
top: 50%;
left: 50%;
margin-top: -38px;
margin-left: -380px;
color: white;
padding: 16px 30px;
width: 700px;
height: 45px;
line-height: 11px;
}


Expand Down

0 comments on commit 19eb843

Please sign in to comment.