You are here

feeds_tamper_ui.css in Feeds Tamper 8.2

/* Stolen from Rules */
.feeds-tamper-table ul.action-links {
  margin: 0;
  padding: 0;
}

.feeds-tamper-table li {
  list-style-position: inside;
}

.feeds-tamper-table ul.feeds-tamper-add a {
  line-height: 1em;
}

tr.feeds-tamper-add td {
  padding-top: 2px;
  padding-bottom: 2px;
}

.feeds-tamper-table {
  margin-top: 3em;
  position: relative;
}

/* Fix table drag weights to don't take extra space */
.feeds-tamper-table .tabledrag-toggle-weight-wrapper {
  float: right;
  position: absolute;
  right: 0px;
}

.feeds-tamper-table caption {
  font-size: 110%;
  font-weight: bold;
  padding-bottom: 0.5em;
  text-align: left;
}

.feeds-tamper-table tr.disabled td {
  color: #aaaaaa;
}

.feeds-tamper-table tr.disabled {
  color: #aaaaaa;
  background-color: #f5f5f5;
}

/* Style add plugin form. */

/* hide the next button when not degrading to non-javascript browser */
html.js .no-js {
  display: none;
}

/* Make Choose button come up next to select. */
.form-item-plugin-id {
  display: inline-block;
}

File

legacy/feeds_tamper_ui/feeds_tamper_ui.css
View source
  1. /* Stolen from Rules */
  2. .feeds-tamper-table ul.action-links {
  3. margin: 0;
  4. padding: 0;
  5. }
  6. .feeds-tamper-table li {
  7. list-style-position: inside;
  8. }
  9. .feeds-tamper-table ul.feeds-tamper-add a {
  10. line-height: 1em;
  11. }
  12. tr.feeds-tamper-add td {
  13. padding-top: 2px;
  14. padding-bottom: 2px;
  15. }
  16. .feeds-tamper-table {
  17. margin-top: 3em;
  18. position: relative;
  19. }
  20. /* Fix table drag weights to don't take extra space */
  21. .feeds-tamper-table .tabledrag-toggle-weight-wrapper {
  22. float: right;
  23. position: absolute;
  24. right: 0px;
  25. }
  26. .feeds-tamper-table caption {
  27. font-size: 110%;
  28. font-weight: bold;
  29. padding-bottom: 0.5em;
  30. text-align: left;
  31. }
  32. .feeds-tamper-table tr.disabled td {
  33. color: #aaaaaa;
  34. }
  35. .feeds-tamper-table tr.disabled {
  36. color: #aaaaaa;
  37. background-color: #f5f5f5;
  38. }
  39. /* Style add plugin form. */
  40. /* hide the next button when not degrading to non-javascript browser */
  41. html.js .no-js {
  42. display: none;
  43. }
  44. /* Make Choose button come up next to select. */
  45. .form-item-plugin-id {
  46. display: inline-block;
  47. }