ctools.css 509 B

12345678910111213141516171819202122232425
  1. .ctools-locked {
  2. color: red;
  3. border: 1px solid red;
  4. padding: 1em;
  5. }
  6. .ctools-owns-lock {
  7. background: #ffffdd none repeat scroll 0 0;
  8. border: 1px solid #f0c020;
  9. padding: 1em;
  10. }
  11. a.ctools-ajaxing,
  12. input.ctools-ajaxing,
  13. button.ctools-ajaxing,
  14. select.ctools-ajaxing {
  15. padding-right: 18px !important;
  16. background: url(../images/status-active.gif) right center no-repeat;
  17. }
  18. div.ctools-ajaxing {
  19. float: left;
  20. width: 18px;
  21. background: url(../images/status-active.gif) center center no-repeat;
  22. }