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

Side by Side Diff: static/css/index.css

Issue 29328921: Issue 2844 - cosmetic fixes and adjustments to ABP for Microsoft Edge subscription page (Closed)
Patch Set: remove bullet point Created Oct. 8, 2015, 10:37 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « settings.ini ('k') | static/css/index-desktop.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 border: solid 1px #357ebd; 462 border: solid 1px #357ebd;
463 border-radius: 3px; 463 border-radius: 3px;
464 background-color: #428bca; 464 background-color: #428bca;
465 color: #ffffff; 465 color: #ffffff;
466 font-size: 14px; 466 font-size: 14px;
467 font-weight: bold; 467 font-weight: bold;
468 width: 146px; 468 width: 146px;
469 height: 40px; 469 height: 40px;
470 } 470 }
471 471
472 .sucess-label
473 {
474 color: #699926;
475 }
472 476
473 #edge-subscription form > span, #edge-subscription form.success input, 477 .invalid-label, .response-error
474 #edge-subscription form.success button, #other-platform > div, 478 {
475 #content.edge #video, #edge-subscription, #edge-teaser 479 color: #d50215;
480 }
481
482 #edge-subscription .messages > *,
483 #edge-subscription form.success > .subscription-fields,
484 #edge-subscription form.invalid > .subscription-fields,
485 #edge-subscription form.error > .subscription-fields,
486 #other-platform > div, #content.edge #video, #edge-subscription, #edge-teaser
476 { 487 {
477 display: none; 488 display: none;
478 } 489 }
479 490
480 #edge-subscription form .invalid-label 491 #edge-subscription form .invalid-label
481 { 492 {
482 margin-top: 15px; 493 margin-top: 15px;
483 } 494 }
484 495
485 #edge-subscription form.success .sucess-label, 496 #edge-subscription form.success .sucess-label,
486 #edge-subscription form.invalid .invalid-label, 497 #edge-subscription form.invalid .invalid-label,
498 #edge-subscription form.invalid .reset-form,
487 #edge-subscription form.error .response-error, 499 #edge-subscription form.error .response-error,
500 #edge-subscription form.error .reset-form,
488 #content.edge #edge-subscription, 501 #content.edge #edge-subscription,
489 #content.edge #other-platform > div 502 #content.edge #other-platform > div
490 { 503 {
491 display: block; 504 display: block;
492 } 505 }
493 506
494 .warning-platform, 507 .warning-platform,
495 .disclaimer, 508 .disclaimer,
496 #maxthon-notification 509 #maxthon-notification
497 { 510 {
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 #more-container.opera #more-opera, 707 #more-container.opera #more-opera,
695 #more-container.android #more-android, 708 #more-container.android #more-android,
696 #more-container.internet-explorer #more-internet-explorer, 709 #more-container.internet-explorer #more-internet-explorer,
697 #more-container.safari #more-safari, 710 #more-container.safari #more-safari,
698 #more-container.yandex-browser #more-yandex-browser, 711 #more-container.yandex-browser #more-yandex-browser,
699 #more-container.maxthon #more-maxthon 712 #more-container.maxthon #more-maxthon
700 #more-container.edge #more-edge 713 #more-container.edge #more-edge
701 { 714 {
702 background-color: #dbd4c7; 715 background-color: #dbd4c7;
703 } 716 }
OLDNEW
« no previous file with comments | « settings.ini ('k') | static/css/index-desktop.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld