Skip to content

Instantly share code, notes, and snippets.

@chrisforbes
Created October 2, 2009 04:42
Show Gist options
  • Save chrisforbes/199471 to your computer and use it in GitHub Desktop.
Save chrisforbes/199471 to your computer and use it in GitHub Desktop.
.loader_wrap { position: absolute;
top: 50%;
left: 50%;
width: auto }
.loader { padding: 10px;
border: solid 1px #cccccc;
background-image: url("itemgradient.png");
background-position: left;
position: relative;
left: -50%;
top: -50%;
text-align: center;
white-space: nowrap;
font-size: 8pt }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment