You are here

entity_embed.dialog.css in Entity Embed 8

Styles for Entity Browser's modal windows.

File

css/entity_embed.dialog.css
View source
  1. /**
  2. * @file
  3. * Styles for Entity Browser's modal windows.
  4. */
  5. .entity-embed-dialog iframe {
  6. border: none;
  7. }
  8. .ui-dialog--narrow.entity-select-dialog {
  9. max-width: 1200px;
  10. }
  11. @media screen and (min-width: 768px) {
  12. .ui-dialog--narrow.entity-select-dialog .entity-embed-dialog-step--select {
  13. min-width: 730px; /* 95% */
  14. }
  15. }
  16. @media screen and (min-width: 1000px) {
  17. .ui-dialog--narrow.entity-select-dialog .entity-embed-dialog-step--select {
  18. min-width: 950px; /* 95% */
  19. }
  20. }
  21. @media screen and (min-width: 1200px) {
  22. .ui-dialog--narrow.entity-select-dialog .entity-embed-dialog-step--select {
  23. min-width: 1140px; /* 95% */
  24. }
  25. }