You are here

entity_share_client.admin.css in Entity Share 8.3

/*
 * Pull form page.
 */
.entity-share-new {
  background-color: greenyellow;
}
.entity-share-changed {
  background-color: lightpink;
}

/*
 * Processors page.
 */
.entity-share-client-stage-wrapper.form-item {
  float: left;
  box-sizing: border-box;
  width: 19%;
  min-width: 17em;
  margin-right: 1%;
}

.entity-share-client-stage-wrapper.form-item:last-child {
  margin-right: 0;
}

File

modules/entity_share_client/css/entity_share_client.admin.css
View source
  1. /*
  2. * Pull form page.
  3. */
  4. .entity-share-new {
  5. background-color: greenyellow;
  6. }
  7. .entity-share-changed {
  8. background-color: lightpink;
  9. }
  10. /*
  11. * Processors page.
  12. */
  13. .entity-share-client-stage-wrapper.form-item {
  14. float: left;
  15. box-sizing: border-box;
  16. width: 19%;
  17. min-width: 17em;
  18. margin-right: 1%;
  19. }
  20. .entity-share-client-stage-wrapper.form-item:last-child {
  21. margin-right: 0;
  22. }