summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/custom-post-types/comics/comics-rtl.css')
-rw-r--r--plugins/jetpack/modules/custom-post-types/comics/comics-rtl.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/plugins/jetpack/modules/custom-post-types/comics/comics-rtl.css b/plugins/jetpack/modules/custom-post-types/comics/comics-rtl.css
new file mode 100644
index 00000000..7662d7e5
--- /dev/null
+++ b/plugins/jetpack/modules/custom-post-types/comics/comics-rtl.css
@@ -0,0 +1,31 @@
+/* Do not modify this file directly. It is concatenated from individual module CSS files. */
+#jetpack-comic-drop-zone .dragging, #jetpack-comic-drop-zone .uploading {
+ margin-top: 200px;
+ display: none;
+}
+
+/* Display the appropriate loading message for each upload state. */
+body.dragging #jetpack-comic-drop-zone .dragging, body.uploading #jetpack-comic-drop-zone .uploading {
+ display: block;
+}
+
+body.uploading #jetpack-comic-drop-zone .uploading .spinner {
+ display: inline-block;
+ width: 60px;
+}
+
+/* Add the drop zone overlay. */
+body.dragging #jetpack-comic-drop-zone, body.uploading #jetpack-comic-drop-zone {
+ background: rgba( 0, 86, 132, 0.9 );
+ border: 1px dashed #fff;
+ color: #fff;
+ display: block;
+ font-size: 30px;
+ position: fixed;
+ top: 10px;
+ right: 10px;
+ left: 10px;
+ bottom: 10px;
+ text-align: center;
+ z-index: 99999;
+} \ No newline at end of file