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: Support email verification. Created July 30, 2015, 1:23 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
« no previous file with comments | « static/css/index-desktop.css ('k') | static/img/edge_teaser.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/index-mobile.css
===================================================================
--- a/static/css/index-mobile.css
+++ b/static/css/index-mobile.css
@@ -5,7 +5,7 @@
margin-right: 0;
}
-#video, #maxthon-instruction
+#video, #maxthon-instruction, edge-incoming
{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
@@ -91,3 +91,18 @@
text-align: left;
margin: 10px 10px 0px 10px;
}
+
+#subscribe-button
+{
+ width: 332px;
+}
+
+#subscribe-textbox
+{
+ width: 320px;
+}
+
+#edge-incoming
+{
+ display: none;
+}
« no previous file with comments | « static/css/index-desktop.css ('k') | static/img/edge_teaser.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld