Browse Source

Correct position of upload modal on mobile devices

Tobias Reich 10 years ago
parent
commit
c4845b50a3
2 changed files with 5 additions and 0 deletions
  1. 0 0
      assets/css/min/main.css
  2. 5 0
      assets/css/modules/mediaquery.css

File diff suppressed because it is too large
+ 0 - 0
assets/css/min/main.css


+ 5 - 0
assets/css/modules/mediaquery.css

@@ -57,5 +57,10 @@
 		-moz-animation: moveUp .3s !important;
 		animation: moveUp .3s !important;
 	}
+	
+	.upload_message {
+		top: 50% !important;
+		left: 50% !important;
+	}
 
 }

Some files were not shown because too many files changed in this diff