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

Unified Diff: static/css/index-desktop.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.css ('k') | static/css/index-mobile.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/index-desktop.css
===================================================================
--- a/static/css/index-desktop.css
+++ b/static/css/index-desktop.css
@@ -17,6 +17,11 @@
margin-bottom: 4px;
}
+#content.edge #main
+{
+ height: 340px;
+}
+
html[dir="rtl"] #main
{
float: left;
@@ -47,13 +52,29 @@
width: 115px;
}
-#content.maxthon #install ul
+#content.maxthon #install ul,
+#content.edge #install ul
{
margin-left: 18px;
right: auto;
width: auto;
}
+#content.edge #install ul
+{
+ margin: -40px 35px;
+}
+
+#edge-other-browsers
+{
+ display: none;
+}
+#content.edge #edge-other-browsers
+{
+ margin: 0px 40px;
+ display: flex;
+}
+
#information-android
{
left: 2px;
@@ -168,3 +189,9 @@
{
width: 760px;
}
+
+#content.edge #edge-incoming
+{
+ display: inline-block;
+ padding: 0px;
+}
« no previous file with comments | « static/css/index.css ('k') | static/css/index-mobile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld