You are here

block_refresh.css in Block Refresh 6

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

html.js .block-refresh-button a {
  margin-right: 18px;
}

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. height: 18px;
  7. float: right;
  8. cursor: pointer;
  9. }
  10. html.js .block-refresh-button a {
  11. margin-right: 18px;
  12. }
  13. html.js .block-refresh-button-throbbing {
  14. background-position: 100% -18px;
  15. }
  16. html.js .block-refresh-hidden {
  17. display: none;
  18. }