div.ajax-progress {
  &.ajax-progress-throbber {
    display: inline-block;

    .throbber {
      display: inline;
      padding: 1px 5px 2px;
      background: transparent url("../../img/throbber-active.gif") no-repeat 0 center;
    }
  }
}
