You are here

feeds_tamper_ui.css in Feeds Tamper 6

Same filename and directory in other branches
  1. 7 feeds_tamper_ui/feeds_tamper_ui.css
.feeds-tamper-table {
  margin-top: 3em;
}

.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;
}

.feeds-tamper-table table {
  margin: .5em;
}

.feeds-tamper-table .feeds-tamper-add {
  line-height: 1.2em;
}

/* 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. */
#edit-plugin-id-wrapper {
  display: inline-block;
}

File

feeds_tamper_ui/feeds_tamper_ui.css
View source
  1. .feeds-tamper-table {
  2. margin-top: 3em;
  3. }
  4. .feeds-tamper-table caption {
  5. font-size: 110%;
  6. font-weight: bold;
  7. padding-bottom: 0.5em;
  8. text-align: left;
  9. }
  10. .feeds-tamper-table tr.disabled td{
  11. color: #AAAAAA;
  12. }
  13. .feeds-tamper-table tr.disabled {
  14. color: #AAAAAA;
  15. background-color: #F5F5F5;
  16. }
  17. .feeds-tamper-table table {
  18. margin: .5em;
  19. }
  20. .feeds-tamper-table .feeds-tamper-add {
  21. line-height: 1.2em;
  22. }
  23. /* Style add plugin form. */
  24. /* hide the next button when not degrading to non-javascript browser */
  25. html.js .no-js {
  26. display: none;
  27. }
  28. /* Make Choose button come up next to select. */
  29. #edit-plugin-id-wrapper {
  30. display: inline-block;
  31. }