You are here

entity_embed.admin.css in Entity Embed 7.2

Same filename and directory in other branches
  1. 7.3 css/entity_embed.admin.css
  2. 7 css/entity_embed.admin.css
/*
 * @file
 * Administration CSS for entity_embed.
 */
 
/* Hides the next button when not degrading to non-javascript browser */
html.js .next-button { 
  display: none; 
}

/* Makes the next/choose button align to the right of the select control */
.form-item-entity-type {
  display: inline-block;
}

File

css/entity_embed.admin.css
View source
  1. /*
  2. * @file
  3. * Administration CSS for entity_embed.
  4. */
  5. /* Hides the next button when not degrading to non-javascript browser */
  6. html.js .next-button {
  7. display: none;
  8. }
  9. /* Makes the next/choose button align to the right of the select control */
  10. .form-item-entity-type {
  11. display: inline-block;
  12. }