/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

 #spinner {
  background: url('../images/spinner-2x.gif') no-repeat;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  display: none;
  float: right;
  opacity: 0.7;
  filter: alpha(opacity=70);
  width: 20px;
  height: 20px;
  margin: 2px 5px 0;
}