 Issue 29322769:
  Issue 2844 - Create Microsoft Edge coming soon landing page  (Closed)
    
  
    Issue 29322769:
  Issue 2844 - Create Microsoft Edge coming soon landing page  (Closed) 
  | Index: static/css/index-desktop.css | 
| =================================================================== | 
| --- a/static/css/index-desktop.css | 
| +++ b/static/css/index-desktop.css | 
| @@ -23,6 +23,11 @@ | 
| margin-bottom: 4px; | 
| } | 
| +#content.edge #main | 
| +{ | 
| + height: 380px; | 
| +} | 
| + | 
| html[dir="rtl"] #main | 
| { | 
| float: left; | 
| @@ -48,18 +53,29 @@ | 
| #install ul | 
| { | 
| - bottom: -2px; | 
| right: 0; | 
| 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: 0px 35px; | 
| +} | 
| + | 
| +#content.edge #other-browsers | 
| +{ | 
| + margin: 0px 40px; | 
| 
saroyanm
2015/09/24 14:52:03
Probably we will need bottom margin according to t
 | 
| + display: block; | 
| +} | 
| + | 
| #information-android | 
| { | 
| left: 2px; | 
| @@ -174,3 +190,14 @@ | 
| { | 
| width: 760px; | 
| } | 
| + | 
| +#content.edge #edge-teaser | 
| +{ | 
| + display: inline-block; | 
| + padding: 0px; | 
| +} | 
| + | 
| +#edge-subscription input[type=email] | 
| +{ | 
| + width: 210px; | 
| +} |