You are here

features_ui.admin.css in Features 8.4

Same filename and directory in other branches
  1. 8.3 modules/features_ui/css/features_ui.admin.css
span.features-item-list span {
  background: #eee;
  border-radius: 5px;
  margin-right: 5px;
  padding: 2px 5px;
  white-space: nowrap;
  line-height: 1.7em;
}

.features-listing span.features-override,
.features-listing a.features-override {
  background: #ffce6f;
  border-radius: 5px;
  margin-right: 5px;
  padding: 2px 5px;
  white-space: nowrap;
}

.features-listing span.features-detected,
.features-listing a.features-detected {
  color: #68a;
  background: #def;
  border-radius: 5px;
  margin-right: 5px;
  padding: 2px 5px;
  white-space: nowrap;
}

.features-listing span.features-conflict,
.features-listing a.features-conflict {
  color: #fff;
  background-color: #c30 !important;
  border-radius: 5px;
  margin-right: 5px;
  padding: 2px 5px;
  white-space: nowrap;
}

.features-listing span.features-moved,
.features-listing a.features-moved {
  color: #fff;
  background-color: #215900 !important;
  border-radius: 5px;
  margin-right: 5px;
  padding: 2px 5px;
  white-space: nowrap;
}

.features-listing span.features-missing,
.features-listing a.features-missing {
  color: #fff;
  background-color: #0e5ea9 !important;
  border-radius: 5px;
  margin-right: 5px;
  padding: 2px 5px;
  white-space: nowrap;
}

table.features-listing .column-nowrap {
  white-space: nowrap;
}

tr.features-export-header-row td {
  border-top: 30px solid white;
  background: #eee;
  padding-top: 10px;
}

#features-assignment-methods tr.draggable > td:nth-child(1) {
  white-space: nowrap;
}

/** Styles for Features Export/Listing page **/
.features-listing td {
  vertical-align: top;
}

.features-listing td.feature-name {
  font-size: 14px;
  white-space: nowrap;
}

.features-listing td details {
  border: 0;
  margin: 0;
  height: 20px;
}

.features-listing details[open] {
  height: auto;
  overflow: visible;
  white-space: normal;
}

.features-listing td summary {
  padding: 0;
  text-transform: none;
  font-weight: normal;
}

.features-listing td .features-item-label {
  font-weight: bold;
}

.features-header > div,
.features-header > input {
  display: inline-block;
}

/** Styles for Features Edit page **/

.fieldset-legend {
  font-size: 14px;
}

.features-export-info {
  width: 49%;
  float: left; /* LTR */
  position: relative;
}
[dir="rtl"] .features-export-info {
  float: right;
}

.features-export-wrapper {
  width: 49%;
  float: right; /* LTR */
  clear: both;
  position: relative;
}
[dir="rtl"] .features-export-wrapper {
  float: left;
}

.features-ui-conflicts {
  clear: left; /* LTR */
}
[dir="rtl"] .features-ui-conflicts {
  clear: right;
}

.features-export-list {
  font-weight: normal;
  font-size: 12px;
  border: 1px solid #ccc;
  border-top-width: 0;
  overflow: hidden;
  padding: 0 10px 0 30px;
}

span.features-component-list span {
  white-space: nowrap;
  margin-right: 5px;
  padding: 2px 5px;
  background: #eee;
  border-radius: 5px;
}

.features-export-empty {
  display: none;
}

span.features-component-list span.features-conflict {
  background-color: #c30 !important;
  color: #fff;
}

span.features-component-list .features-detected {
  color: #68a;
  background: #def;
}

span.features-component-list .features-dependency {
  color: #999;
  background: #f8f8f8;
}

.features-legend-component {
  font-style: normal;
  color: black;
  display: inline-block;
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 5px;
  white-space: nowrap;
  padding: 0 8px;
  margin: 0 10px 0 0; /* LTR */
}
[dir="rtl"] .features-legend-component {
  margin-right: 0;
  margin-left: 10px;
}

#features-export-wrapper .config-name {
  color: #777;
}
#features-export-wrapper .components-detected .form-item,
.features-legend-component--detected {
  font-style: italic;
  color: #68a;
  background: #def;
  border-width: 0;
}
#features-export-wrapper .components-added .form-item,
.features-legend-component--added {
  font-weight: bold;
  background: #eee;
  border-width: 0;
}
#features-export-wrapper .form-item.component-conflict,
.features-legend-component--conflict {
  color: #c30 !important;
  font-weight: bold !important;
}

#features-export-wrapper .component-conflict.form-item label,
#features-export-wrapper .components-added .form-item label {
  font-weight: bold !important;
}

.features-filter .form-text {
  width: 200px;
}
.features-filter .fieldset-content,
.features-filter .fieldset-wrapper,
.features-filter .features-filter__fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.features-filter .features-filter__fieldset legend {
  display: none;
}

.features-filter-clear {
  margin: 5px 5px;
  padding: 0 5px;
  background: #eee;
  border-radius: 5px;
  cursor: pointer;
}
.features-filter-clear:hover {
  background: #def;
}

.features-export-parent {
  clear: both;
  margin: 0 0 10px;
}

details.features-export-component {
  background: #f3f8fb;
  margin: 0;
  padding: 0 5px;
}
details.features-export-component summary {
  white-space: nowrap;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
details.features-export-component summary .component-count {
  font-size: 11px;
}
details.features-export-component .details-wrapper {
  padding-left: 25px;
  padding-top: 0;
}
[dir="rtl"] details.features-export-component .details-wrapper {
  padding-right: 25px;
  padding-left: 0;
}

/** Styles for Bundle assignment config form **/
#edit-bundles-wrapper .form-item-bundle-bundle-select {
  display: inline-block;
}

#edit-bundles-wrapper #edit-bundle-remove {
  display: inline-block;
  font-size: 10px;
}

/** Styles for plugin config forms **/
.features-assignment-settings-form .fieldset-wrapper {
  padding-left: 16px;
}
[dir="rtl"] .features-assignment-settings-form .fieldset-wrapper {
  padding-right: 16px;
  padding-left: 0;
}

File

modules/features_ui/css/features_ui.admin.css
View source
  1. span.features-item-list span {
  2. background: #eee;
  3. border-radius: 5px;
  4. margin-right: 5px;
  5. padding: 2px 5px;
  6. white-space: nowrap;
  7. line-height: 1.7em;
  8. }
  9. .features-listing span.features-override,
  10. .features-listing a.features-override {
  11. background: #ffce6f;
  12. border-radius: 5px;
  13. margin-right: 5px;
  14. padding: 2px 5px;
  15. white-space: nowrap;
  16. }
  17. .features-listing span.features-detected,
  18. .features-listing a.features-detected {
  19. color: #68a;
  20. background: #def;
  21. border-radius: 5px;
  22. margin-right: 5px;
  23. padding: 2px 5px;
  24. white-space: nowrap;
  25. }
  26. .features-listing span.features-conflict,
  27. .features-listing a.features-conflict {
  28. color: #fff;
  29. background-color: #c30 !important;
  30. border-radius: 5px;
  31. margin-right: 5px;
  32. padding: 2px 5px;
  33. white-space: nowrap;
  34. }
  35. .features-listing span.features-moved,
  36. .features-listing a.features-moved {
  37. color: #fff;
  38. background-color: #215900 !important;
  39. border-radius: 5px;
  40. margin-right: 5px;
  41. padding: 2px 5px;
  42. white-space: nowrap;
  43. }
  44. .features-listing span.features-missing,
  45. .features-listing a.features-missing {
  46. color: #fff;
  47. background-color: #0e5ea9 !important;
  48. border-radius: 5px;
  49. margin-right: 5px;
  50. padding: 2px 5px;
  51. white-space: nowrap;
  52. }
  53. table.features-listing .column-nowrap {
  54. white-space: nowrap;
  55. }
  56. tr.features-export-header-row td {
  57. border-top: 30px solid white;
  58. background: #eee;
  59. padding-top: 10px;
  60. }
  61. #features-assignment-methods tr.draggable > td:nth-child(1) {
  62. white-space: nowrap;
  63. }
  64. /** Styles for Features Export/Listing page **/
  65. .features-listing td {
  66. vertical-align: top;
  67. }
  68. .features-listing td.feature-name {
  69. font-size: 14px;
  70. white-space: nowrap;
  71. }
  72. .features-listing td details {
  73. border: 0;
  74. margin: 0;
  75. height: 20px;
  76. }
  77. .features-listing details[open] {
  78. height: auto;
  79. overflow: visible;
  80. white-space: normal;
  81. }
  82. .features-listing td summary {
  83. padding: 0;
  84. text-transform: none;
  85. font-weight: normal;
  86. }
  87. .features-listing td .features-item-label {
  88. font-weight: bold;
  89. }
  90. .features-header > div,
  91. .features-header > input {
  92. display: inline-block;
  93. }
  94. /** Styles for Features Edit page **/
  95. .fieldset-legend {
  96. font-size: 14px;
  97. }
  98. .features-export-info {
  99. width: 49%;
  100. float: left; /* LTR */
  101. position: relative;
  102. }
  103. [dir="rtl"] .features-export-info {
  104. float: right;
  105. }
  106. .features-export-wrapper {
  107. width: 49%;
  108. float: right; /* LTR */
  109. clear: both;
  110. position: relative;
  111. }
  112. [dir="rtl"] .features-export-wrapper {
  113. float: left;
  114. }
  115. .features-ui-conflicts {
  116. clear: left; /* LTR */
  117. }
  118. [dir="rtl"] .features-ui-conflicts {
  119. clear: right;
  120. }
  121. .features-export-list {
  122. font-weight: normal;
  123. font-size: 12px;
  124. border: 1px solid #ccc;
  125. border-top-width: 0;
  126. overflow: hidden;
  127. padding: 0 10px 0 30px;
  128. }
  129. span.features-component-list span {
  130. white-space: nowrap;
  131. margin-right: 5px;
  132. padding: 2px 5px;
  133. background: #eee;
  134. border-radius: 5px;
  135. }
  136. .features-export-empty {
  137. display: none;
  138. }
  139. span.features-component-list span.features-conflict {
  140. background-color: #c30 !important;
  141. color: #fff;
  142. }
  143. span.features-component-list .features-detected {
  144. color: #68a;
  145. background: #def;
  146. }
  147. span.features-component-list .features-dependency {
  148. color: #999;
  149. background: #f8f8f8;
  150. }
  151. .features-legend-component {
  152. font-style: normal;
  153. color: black;
  154. display: inline-block;
  155. background: transparent;
  156. border: 1px solid #ddd;
  157. border-radius: 5px;
  158. white-space: nowrap;
  159. padding: 0 8px;
  160. margin: 0 10px 0 0; /* LTR */
  161. }
  162. [dir="rtl"] .features-legend-component {
  163. margin-right: 0;
  164. margin-left: 10px;
  165. }
  166. #features-export-wrapper .config-name {
  167. color: #777;
  168. }
  169. #features-export-wrapper .components-detected .form-item,
  170. .features-legend-component--detected {
  171. font-style: italic;
  172. color: #68a;
  173. background: #def;
  174. border-width: 0;
  175. }
  176. #features-export-wrapper .components-added .form-item,
  177. .features-legend-component--added {
  178. font-weight: bold;
  179. background: #eee;
  180. border-width: 0;
  181. }
  182. #features-export-wrapper .form-item.component-conflict,
  183. .features-legend-component--conflict {
  184. color: #c30 !important;
  185. font-weight: bold !important;
  186. }
  187. #features-export-wrapper .component-conflict.form-item label,
  188. #features-export-wrapper .components-added .form-item label {
  189. font-weight: bold !important;
  190. }
  191. .features-filter .form-text {
  192. width: 200px;
  193. }
  194. .features-filter .fieldset-content,
  195. .features-filter .fieldset-wrapper,
  196. .features-filter .features-filter__fieldset {
  197. border: 0;
  198. padding: 0;
  199. margin: 0;
  200. box-shadow: none;
  201. }
  202. .features-filter .features-filter__fieldset legend {
  203. display: none;
  204. }
  205. .features-filter-clear {
  206. margin: 5px 5px;
  207. padding: 0 5px;
  208. background: #eee;
  209. border-radius: 5px;
  210. cursor: pointer;
  211. }
  212. .features-filter-clear:hover {
  213. background: #def;
  214. }
  215. .features-export-parent {
  216. clear: both;
  217. margin: 0 0 10px;
  218. }
  219. details.features-export-component {
  220. background: #f3f8fb;
  221. margin: 0;
  222. padding: 0 5px;
  223. }
  224. details.features-export-component summary {
  225. white-space: nowrap;
  226. text-transform: none;
  227. font-weight: normal;
  228. font-size: 14px;
  229. }
  230. details.features-export-component summary .component-count {
  231. font-size: 11px;
  232. }
  233. details.features-export-component .details-wrapper {
  234. padding-left: 25px;
  235. padding-top: 0;
  236. }
  237. [dir="rtl"] details.features-export-component .details-wrapper {
  238. padding-right: 25px;
  239. padding-left: 0;
  240. }
  241. /** Styles for Bundle assignment config form **/
  242. #edit-bundles-wrapper .form-item-bundle-bundle-select {
  243. display: inline-block;
  244. }
  245. #edit-bundles-wrapper #edit-bundle-remove {
  246. display: inline-block;
  247. font-size: 10px;
  248. }
  249. /** Styles for plugin config forms **/
  250. .features-assignment-settings-form .fieldset-wrapper {
  251. padding-left: 16px;
  252. }
  253. [dir="rtl"] .features-assignment-settings-form .fieldset-wrapper {
  254. padding-right: 16px;
  255. padding-left: 0;
  256. }