You are here

nodequeue.css in Nodequeue 5.2

Same filename and directory in other branches
  1. 6.2 nodequeue.css
  2. 7.3 nodequeue.css
  3. 7.2 nodequeue.css
/* Animated throbber */
html.js a.nodequeue-ajax-toggle.throbbing {
  background:url(images/status-active.gif) no-repeat right center;
  padding-right:18px;
}

html.js td.throbbing {
  background:url(images/status-active.gif) no-repeat left center;
  padding-left:18px;
}

.nodequeue-hide-if-not-js {
  display: none;
}

html.js .nodequeue-hide-if-not-js {
  display: block;
}

.nodequeue-operation {
  width: 30%;
  text-align: right;
  padding-right: .2em;
}

.nodequeue-in-queue {
  width: 20%;
  text-align: right;
  padding-right: .2em;
}

.nodequeue-max-nodes {
  text-align: right;
  padding-right: .2em;
}

#nodequeue-table tbody,
#nodequeue-table th {
  border: none;
}

#nodequeue-table .nodequeue-author {
  width: 100px;
}
#nodequeue-table .nodequeue-date {
  width: 175px;
}

#nodequeue-table .nodequeue-operation {
  width: 79px;
}

File

nodequeue.css
View source
  1. /* Animated throbber */
  2. html.js a.nodequeue-ajax-toggle.throbbing {
  3. background:url(images/status-active.gif) no-repeat right center;
  4. padding-right:18px;
  5. }
  6. html.js td.throbbing {
  7. background:url(images/status-active.gif) no-repeat left center;
  8. padding-left:18px;
  9. }
  10. .nodequeue-hide-if-not-js {
  11. display: none;
  12. }
  13. html.js .nodequeue-hide-if-not-js {
  14. display: block;
  15. }
  16. .nodequeue-operation {
  17. width: 30%;
  18. text-align: right;
  19. padding-right: .2em;
  20. }
  21. .nodequeue-in-queue {
  22. width: 20%;
  23. text-align: right;
  24. padding-right: .2em;
  25. }
  26. .nodequeue-max-nodes {
  27. text-align: right;
  28. padding-right: .2em;
  29. }
  30. #nodequeue-table tbody,
  31. #nodequeue-table th {
  32. border: none;
  33. }
  34. #nodequeue-table .nodequeue-author {
  35. width: 100px;
  36. }
  37. #nodequeue-table .nodequeue-date {
  38. width: 175px;
  39. }
  40. #nodequeue-table .nodequeue-operation {
  41. width: 79px;
  42. }