You are here

block_refresh.css in Block Refresh 7

/* Animated throbber */
html.js .block-refresh-button {
  background: url('throbber.gif') no-repeat scroll 100% 2px transparent;
  cursor: pointer;
  height: 18px;
  float: right;
  margin-right: -20px;
  padding-right: 20px;
  color: blue;
  text-decoration: underline;
}

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: url('throbber.gif') no-repeat scroll 100% 2px transparent;
  4. cursor: pointer;
  5. height: 18px;
  6. float: right;
  7. margin-right: -20px;
  8. padding-right: 20px;
  9. color: blue;
  10. text-decoration: underline;
  11. }
  12. html.js .block-refresh-button a {
  13. margin-right: 18px;
  14. }
  15. html.js .block-refresh-button-throbbing {
  16. background-position: 100% -18px;
  17. }
  18. html.js .block-refresh-hidden {
  19. display: none;
  20. }