Version 1
[yaffs-website] / web / modules / contrib / entity_browser / css / entity_browser.iframe.css
diff --git a/web/modules/contrib/entity_browser/css/entity_browser.iframe.css b/web/modules/contrib/entity_browser/css/entity_browser.iframe.css
new file mode 100644 (file)
index 0000000..badefbb
--- /dev/null
@@ -0,0 +1,21 @@
+/**
+ * @file
+ * Styles for the iFrame Display Plugin.
+ */
+
+/* Remove the border on our iframe element. */
+
+.entity-browser-iframe-container iframe {
+  border: none;
+  position: relative;
+  z-index: 501;
+}
+
+.entity-browser-iframe-container .ajax-progress-fullscreen {
+  position: absolute;
+  z-index: 500;
+}
+
+.entity-browser-iframe-container {
+  position: relative;
+}