Switching to production mode.
[yaffs-website] / web / modules / contrib / entity_browser / css / entity_browser.iframe.css
1 /**
2  * @file
3  * Styles for the iFrame Display Plugin.
4  */
5
6 /* Remove the border on our iframe element. */
7
8 .entity-browser-iframe-container iframe {
9   border: none;
10   position: relative;
11   z-index: 501;
12 }
13
14 .entity-browser-iframe-container .ajax-progress-fullscreen {
15   position: absolute;
16   z-index: 500;
17 }
18
19 .entity-browser-iframe-container {
20   position: relative;
21 }