Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/css/index-mobile.css

Issue 29322769: Issue 2844 - Create Microsoft Edge coming soon landing page (Closed)
Patch Set: Do not use IDs in HTML, consider RTL and more comments addressing. Created Sept. 24, 2015, 2:30 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
@@ -106,3 +106,18 @@
text-align: left;
margin: 10px 10px 0px 10px;
}
+
+#edge-subscription button[type=submit], #edge-subscription input[type=email]
+{
+ 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;
+}

Powered by Google App Engine
This is Rietveld