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

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

Issue 29330735: Issue 3346 - Remove edge subscription form (Closed)
Patch Set: Created Nov. 24, 2015, 4:38 p.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 | « includes/index.tmpl ('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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 { 426 {
427 background-position: -68px -151px; 427 background-position: -68px -151px;
428 } 428 }
429 429
430 #content h3.subscribe-header 430 #content h3.subscribe-header
431 { 431 {
432 font-size: 18px; 432 font-size: 18px;
433 margin-bottom: 0px; 433 margin-bottom: 0px;
434 } 434 }
435 435
436 #edge-subscription h3 436 #other-platform > div, #content.edge #video, #edge-teaser
437 {
438 margin: 19px 0px 10px 0px;
439 color: #2d79c0;
440 font-weight: bold;
441 font-family: Arial;
442 font-size: 14px;
443 }
444
445 #edge-subscription input[type=email]
446 {
447 border: solid 2px #a5a5a5;
448 padding: 0px 10px;
449 font-size: 14px;
450 font-family: Arial;
451 line-height: 36px;
452 height: 36px; /* IE 8 */
453 }
454
455 #edge-subscription input[type=email].placeholder
456 {
457 color: #a5a5a5;
458 }
459
460 #edge-subscription button[type=submit]
461 {
462 border: solid 1px #357ebd;
463 border-radius: 3px;
464 background-color: #428bca;
465 color: #ffffff;
466 font-size: 14px;
467 font-weight: bold;
468 width: 146px;
469 height: 40px;
470 }
471
472 .sucess-label
473 {
474 color: #699926;
475 }
476
477 .invalid-label, .response-error
478 {
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
487 { 437 {
488 display: none; 438 display: none;
489 } 439 }
490 440
491 #edge-subscription form .invalid-label
492 {
493 margin-top: 15px;
494 }
495
496 #edge-subscription form.success .sucess-label,
497 #edge-subscription form.invalid .invalid-label,
498 #edge-subscription form.invalid .reset-form,
499 #edge-subscription form.error .response-error,
500 #edge-subscription form.error .reset-form,
501 #content.edge #edge-subscription,
502 #content.edge #other-platform > div 441 #content.edge #other-platform > div
503 { 442 {
504 display: block; 443 display: block;
505 } 444 }
506 445
507 .warning-platform, 446 .warning-platform,
508 .disclaimer, 447 .disclaimer,
509 #maxthon-notification 448 #maxthon-notification
510 { 449 {
511 display: none; 450 display: none;
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
707 #more-container.opera #more-opera, 646 #more-container.opera #more-opera,
708 #more-container.android #more-android, 647 #more-container.android #more-android,
709 #more-container.internet-explorer #more-internet-explorer, 648 #more-container.internet-explorer #more-internet-explorer,
710 #more-container.safari #more-safari, 649 #more-container.safari #more-safari,
711 #more-container.yandex-browser #more-yandex-browser, 650 #more-container.yandex-browser #more-yandex-browser,
712 #more-container.maxthon #more-maxthon 651 #more-container.maxthon #more-maxthon
713 #more-container.edge #more-edge 652 #more-container.edge #more-edge
714 { 653 {
715 background-color: #dbd4c7; 654 background-color: #dbd4c7;
716 } 655 }
OLDNEW
« no previous file with comments | « includes/index.tmpl ('k') | static/css/index-desktop.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld