Index: static/css/index-mobile.css |
=================================================================== |
--- a/static/css/index-mobile.css |
+++ b/static/css/index-mobile.css |
@@ -20,7 +20,7 @@ |
font-size: 20px; |
} |
-#video, #maxthon-instruction |
+#video, #maxthon-instruction, #edge-teaser |
{ |
-webkit-box-sizing: border-box; |
-moz-box-sizing: border-box; |
@@ -60,7 +60,8 @@ |
} |
.warning-platform, #maxthon-notification, |
-.disclaimer, #adblock-browser-notification |
+.disclaimer, #adblock-browser-notification, |
+#edge-subscription |
{ |
margin: 10px; |
} |
@@ -106,3 +107,18 @@ |
text-align: left; |
margin: 10px 10px 0px 10px; |
} |
+ |
+#edge-subscription button[type=submit], #edge-subscription input[type=email] |
saroyanm
2015/09/30 12:33:03
Detail: Can you please move this and rule below ab
|
+{ |
+ webkit-box-sizing: border-box; |
+ -moz-box-sizing: border-box; |
+ -ms-box-sizing: border-box; |
+ -o-box-sizing: border-box; |
+ box-sizing: border-box; |
+ width: 100%; |
+} |
+ |
+#edge-teaser |
+{ |
+ display: none; |
+} |