 Issue 29322769:
  Issue 2844 - Create Microsoft Edge coming soon landing page  (Closed)
    
  
    Issue 29322769:
  Issue 2844 - Create Microsoft Edge coming soon landing page  (Closed) 
  | Left: | ||
| Right: | 
| LEFT | RIGHT | 
|---|---|
| 1 #content h1, #content h2 | 1 #content h1, #content h2 | 
| 2 { | 2 { | 
| 3 font-size: 16px; | 3 font-size: 16px; | 
| 4 } | 4 } | 
| 5 | 5 | 
| 6 #content .sprite | 6 #content .sprite | 
| 7 { | 7 { | 
| 8 background-image: url(../img/sprite-index.png); | 8 background-image: url(../img/sprite-index.png); | 
| 9 } | 9 } | 
| 10 | 10 | 
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 73 { | 73 { | 
| 74 background: #ffffff; | 74 background: #ffffff; | 
| 75 padding: 10px; | 75 padding: 10px; | 
| 76 border: 1px solid #c9c9c9; | 76 border: 1px solid #c9c9c9; | 
| 77 box-shadow: 1px 1px 0 0 #dbdbdb; | 77 box-shadow: 1px 1px 0 0 #dbdbdb; | 
| 78 } | 78 } | 
| 79 | 79 | 
| 80 #maxthon-instruction, | 80 #maxthon-instruction, | 
| 81 html[lang^="zh_"] #content.maxthon #video, | 81 html[lang^="zh_"] #content.maxthon #video, | 
| 82 #content.maxthon #feature-free, | 82 #content.maxthon #feature-free, | 
| 83 #feature-maxthon, #edge-subscription, #edge-teaser | 83 #feature-maxthon | 
| 84 { | 84 { | 
| 85 display: none; | 85 display: none; | 
| 86 } | 86 } | 
| 87 | 87 | 
| 88 html[lang^="zh_"] #content.maxthon #maxthon-instruction | 88 html[lang^="zh_"] #content.maxthon #maxthon-instruction | 
| 89 { | 89 { | 
| 90 display: inline-block; | 90 display: inline-block; | 
| 91 padding: 0px; | 91 padding: 0px; | 
| 92 } | 92 } | 
| 93 | 93 | 
| 94 #content.maxthon #feature-maxthon | 94 #content.maxthon #feature-maxthon | 
| 95 { | 95 { | 
| 96 display: inline-block; | 96 display: inline-block; | 
| 97 } | |
| 98 | |
| 99 #content.edge #video | |
| 
saroyanm
2015/09/30 12:33:03
Detail: This rule can be merged with the rules abo
 | |
| 100 { | |
| 101 display: none; | |
| 102 } | |
| 103 | |
| 104 #content.edge #edge-subscription | |
| 105 { | |
| 106 display: block; | |
| 107 } | 97 } | 
| 108 | 98 | 
| 109 #summary h1, #summary h2 | 99 #summary h1, #summary h2 | 
| 110 { | 100 { | 
| 111 font-weight: normal; | 101 font-weight: normal; | 
| 112 margin: 0; | 102 margin: 0; | 
| 113 } | 103 } | 
| 114 | 104 | 
| 115 #summary h1 | 105 #summary h1 | 
| 116 { | 106 { | 
| (...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 483 border-radius: 3px; | 473 border-radius: 3px; | 
| 484 background-color: #428bca; | 474 background-color: #428bca; | 
| 485 color: #ffffff; | 475 color: #ffffff; | 
| 486 font-size: 14px; | 476 font-size: 14px; | 
| 487 font-weight: bold; | 477 font-weight: bold; | 
| 488 width: 146px; | 478 width: 146px; | 
| 489 height: 40px; | 479 height: 40px; | 
| 490 } | 480 } | 
| 491 | 481 | 
| 492 | 482 | 
| 493 #edge-subscription form .sucess-label, #edge-subscription form .response-error, | 483 #edge-subscription form > span, #edge-subscription form.success input, | 
| 
saroyanm
2015/09/30 12:33:04
Please wrap messages in the div and hide them indi
 | |
| 494 #edge-subscription form .invalid-label, #edge-subscription form.success input, | 484 #edge-subscription form.success button, #other-browsers, #content.edge #video, | 
| 495 #edge-subscription form.success button, #other-browsers | 485 #edge-subscription, #edge-teaser | 
| 496 { | 486 { | 
| 497 display: none; | 487 display: none; | 
| 498 } | 488 } | 
| 499 | 489 | 
| 500 #edge-subscription form .invalid-label | 490 #edge-subscription form .invalid-label | 
| 501 { | 491 { | 
| 502 margin-top: 15px; | 492 margin-top: 15px; | 
| 503 } | 493 } | 
| 504 | 494 | 
| 505 #edge-subscription form.success .sucess-label, | 495 #edge-subscription form.success .sucess-label, | 
| 
saroyanm
2015/09/30 12:33:04
After updating the request mentioned above you can
 | |
| 506 #edge-subscription form.invalid .invalid-label, | 496 #edge-subscription form.invalid .invalid-label, | 
| 507 #edge-subscription form.error .response-error | 497 #edge-subscription form.error .response-error, | 
| 498 #content.edge #edge-subscription | |
| 508 { | 499 { | 
| 509 display: block; | 500 display: block; | 
| 510 } | 501 } | 
| 511 | 502 | 
| 512 .warning-platform, | 503 .warning-platform, | 
| 513 .disclaimer, | 504 .disclaimer, | 
| 514 #maxthon-notification | 505 #maxthon-notification | 
| 515 { | 506 { | 
| 516 display: none; | 507 display: none; | 
| 517 color: #D00; | 508 color: #D00; | 
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 712 #more-container.opera #more-opera, | 703 #more-container.opera #more-opera, | 
| 713 #more-container.android #more-android, | 704 #more-container.android #more-android, | 
| 714 #more-container.internet-explorer #more-internet-explorer, | 705 #more-container.internet-explorer #more-internet-explorer, | 
| 715 #more-container.safari #more-safari, | 706 #more-container.safari #more-safari, | 
| 716 #more-container.yandex-browser #more-yandex-browser, | 707 #more-container.yandex-browser #more-yandex-browser, | 
| 717 #more-container.maxthon #more-maxthon | 708 #more-container.maxthon #more-maxthon | 
| 718 #more-container.edge #more-edge | 709 #more-container.edge #more-edge | 
| 719 { | 710 { | 
| 720 background-color: #dbd4c7; | 711 background-color: #dbd4c7; | 
| 721 } | 712 } | 
| LEFT | RIGHT |