You are here

entity-share-ui-client.css in Entity Share 7

#entity-share-form-choose-endpoint-page > div {
  display: inline-block;
  vertical-align: top;
  width: 45%;
}

#entity-share-form-choose-endpoint-page .nodes {
  margin: 1em 0;
}

File

modules/entity_share_ui/modules/entity_share_ui_client/css/entity-share-ui-client.css
View source
  1. #entity-share-form-choose-endpoint-page > div {
  2. display: inline-block;
  3. vertical-align: top;
  4. width: 45%;
  5. }
  6. #entity-share-form-choose-endpoint-page .nodes {
  7. margin: 1em 0;
  8. }