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: Add replacement message Created Nov. 25, 2015, 5:11 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 { 164 {
165 display: inline; 165 display: inline;
166 } 166 }
167 167
168 html[dir="rtl"] #summary li .sprite 168 html[dir="rtl"] #summary li .sprite
169 { 169 {
170 margin-right: -17px; 170 margin-right: -17px;
171 margin-left: 0px; 171 margin-left: 0px;
172 } 172 }
173 173
174 h3.edge-message
175 {
176 color: #2d79c0;
177 }
178
174 /* This cannot be just .install-button because a:link will have a higher 179 /* This cannot be just .install-button because a:link will have a higher
175 specificity otherwise (overrides text color) */ 180 specificity otherwise (overrides text color) */
176 #install .install-button 181 #install .install-button
177 { 182 {
178 display: none; 183 display: none;
179 position: relative; 184 position: relative;
180 width: 305px; 185 width: 305px;
181 height: 50px; 186 height: 50px;
182 color: #fff; 187 color: #fff;
183 font-size: 20px; 188 font-size: 20px;
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 { 431 {
427 background-position: -68px -151px; 432 background-position: -68px -151px;
428 } 433 }
429 434
430 #content h3.subscribe-header 435 #content h3.subscribe-header
431 { 436 {
432 font-size: 18px; 437 font-size: 18px;
433 margin-bottom: 0px; 438 margin-bottom: 0px;
434 } 439 }
435 440
436 #edge-subscription h3 441 #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 { 442 {
488 display: none; 443 display: none;
489 } 444 }
490 445
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 446 #content.edge #other-platform > div
503 { 447 {
504 display: block; 448 display: block;
505 } 449 }
506 450
507 .warning-platform, 451 .warning-platform,
508 .disclaimer, 452 .disclaimer,
509 #maxthon-notification 453 #maxthon-notification
510 { 454 {
511 display: none; 455 display: none;
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
707 #more-container.opera #more-opera, 651 #more-container.opera #more-opera,
708 #more-container.android #more-android, 652 #more-container.android #more-android,
709 #more-container.internet-explorer #more-internet-explorer, 653 #more-container.internet-explorer #more-internet-explorer,
710 #more-container.safari #more-safari, 654 #more-container.safari #more-safari,
711 #more-container.yandex-browser #more-yandex-browser, 655 #more-container.yandex-browser #more-yandex-browser,
712 #more-container.maxthon #more-maxthon 656 #more-container.maxthon #more-maxthon
713 #more-container.edge #more-edge 657 #more-container.edge #more-edge
714 { 658 {
715 background-color: #dbd4c7; 659 background-color: #dbd4c7;
716 } 660 }
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