You are here

block_refresh.css in Block Refresh 5

/* Animated throbber */
html.js .block-refresh-button {
  background-image: url(throbber.gif);
  background-repeat: no-repeat;
  background-position: 100% 2px;
  float: right;
}

html.js .block-refresh-button a {
/*   margin-left: -9000px; */
}

html.js .block-refresh-button-throbbing {
  background-position: 100% -18px;
}

html.js .block-refresh-hidden {
  display: none;
}

File

css/block_refresh.css
View source
  1. /* Animated throbber */
  2. html.js .block-refresh-button {
  3. background-image: url(throbber.gif);
  4. background-repeat: no-repeat;
  5. background-position: 100% 2px;
  6. float: right;
  7. }
  8. html.js .block-refresh-button a {
  9. /* margin-left: -9000px; */
  10. }
  11. html.js .block-refresh-button-throbbing {
  12. background-position: 100% -18px;
  13. }
  14. html.js .block-refresh-hidden {
  15. display: none;
  16. }