Index: branches/master/wordpress.tv/public_html/wp-content/themes/wptv2/upload-subtitles-template.php
===================================================================
--- branches/master/wordpress.tv/public_html/wp-content/themes/wptv2/upload-subtitles-template.php	(revision 22940)
+++ branches/master/wordpress.tv/public_html/wp-content/themes/wptv2/upload-subtitles-template.php	(working copy)
@@ -55,6 +55,12 @@
 		padding: 7px 0;
 		line-height: 1.4em;
 	}
+	@media only screen and (max-width: 440px) {
+	.video-upload table tr th,
+	.video-upload table tr td{
+		display:block;
+	}
+	}
 
 	.video-upload table tr th {
 		width: 180px;
