You are here

feeds_ui.css in Feeds 6

/* Feeds admin overview form. */
table.feeds-admin-importers thead th {
  border: none;
  }
table.feeds-admin-importers td.disabled {
  color: #aaa;
  }
table.feeds-admin-importers tr.disabled.odd,
table.feeds-admin-importers tr.disabled.even {
  border-color: #eee;
  }
table.feeds-admin-importers tr.disabled.odd {
  background-color: #f5f5f5;
  }

/* Feeds edit form layout. */
div.feeds-settings {
  }
div.left-bar {
  float: left;
  position: relative;
  width: 240px;
  border-right: 1px solid #DDD;
  padding: 10px 10px 0 0;
  }
div.configuration {
  padding: 10px 0 0 250px;
  margin-left: -240px;
  }
  div.configuration-squeeze {
    margin-left: 250px;
    }

/* Container theming. */
div.feeds-container {
  }
div.feeds-container h4 {
  font-size: 1.2em;
  font-weight: bold;
  }
div.feeds-container.plain {
  background-color: #EEE;
  border-bottom: 1px solid #DDD;
  border-top: 2px solid #DDD;
  padding: 5px;
  margin: 10px 0;
  }
  div.feeds-container.plain h4 {
    font-size: 1.0em;
    }
  div.feeds-container-body p {
    padding: 5px 0;
    margin: 0;
    }
  div.feeds-container-body div.item-list ul {
    margin: 0;
    }
    div.feeds-container-body div.item-list ul li {
      margin: 0;
      padding: 0;
      background-image: none;
      }
  ul.container-actions {
    font-family: Arial, Helvetica;
    float: right;
    margin: 0;
    }
    ul.container-actions li {
      text-align: right;
      background-image: none;
      margin: 0;
      padding: 0;
      }
      ul.container-actions .form-item,
      ul.container-actions li form,
       ul.container-actions li form input {
        padding: 0;
        margin: 0;
        display: inline;
        }

/* Mapping form. */
#center table form {
  margin: 0;
  }

File

feeds_ui/feeds_ui.css
View source
  1. /* Feeds admin overview form. */
  2. table.feeds-admin-importers thead th {
  3. border: none;
  4. }
  5. table.feeds-admin-importers td.disabled {
  6. color: #aaa;
  7. }
  8. table.feeds-admin-importers tr.disabled.odd,
  9. table.feeds-admin-importers tr.disabled.even {
  10. border-color: #eee;
  11. }
  12. table.feeds-admin-importers tr.disabled.odd {
  13. background-color: #f5f5f5;
  14. }
  15. /* Feeds edit form layout. */
  16. div.feeds-settings {
  17. }
  18. div.left-bar {
  19. float: left;
  20. position: relative;
  21. width: 240px;
  22. border-right: 1px solid #DDD;
  23. padding: 10px 10px 0 0;
  24. }
  25. div.configuration {
  26. padding: 10px 0 0 250px;
  27. margin-left: -240px;
  28. }
  29. div.configuration-squeeze {
  30. margin-left: 250px;
  31. }
  32. /* Container theming. */
  33. div.feeds-container {
  34. }
  35. div.feeds-container h4 {
  36. font-size: 1.2em;
  37. font-weight: bold;
  38. }
  39. div.feeds-container.plain {
  40. background-color: #EEE;
  41. border-bottom: 1px solid #DDD;
  42. border-top: 2px solid #DDD;
  43. padding: 5px;
  44. margin: 10px 0;
  45. }
  46. div.feeds-container.plain h4 {
  47. font-size: 1.0em;
  48. }
  49. div.feeds-container-body p {
  50. padding: 5px 0;
  51. margin: 0;
  52. }
  53. div.feeds-container-body div.item-list ul {
  54. margin: 0;
  55. }
  56. div.feeds-container-body div.item-list ul li {
  57. margin: 0;
  58. padding: 0;
  59. background-image: none;
  60. }
  61. ul.container-actions {
  62. font-family: Arial, Helvetica;
  63. float: right;
  64. margin: 0;
  65. }
  66. ul.container-actions li {
  67. text-align: right;
  68. background-image: none;
  69. margin: 0;
  70. padding: 0;
  71. }
  72. ul.container-actions .form-item,
  73. ul.container-actions li form,
  74. ul.container-actions li form input {
  75. padding: 0;
  76. margin: 0;
  77. display: inline;
  78. }
  79. /* Mapping form. */
  80. #center table form {
  81. margin: 0;
  82. }