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

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

Issue 29359972: Issue 2295 - Add French disclaimer text to the pages that are currently missing it (Closed)
Patch Set: Created Oct. 27, 2016, 10:24 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 | « pages/elemhidehelper.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 * 1 *
2 { 2 {
3 font-family: Arial, sans; 3 font-family: Arial, sans;
4 font-size: 16px; 4 font-size: 16px;
5 } 5 }
6 6
7 body 7 body
8 { 8 {
9 background-color: #f8f6f2; 9 background-color: #f8f6f2;
10 background-image: url(../img/background.png); 10 background-image: url(../img/background.png);
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 434
435 div.animation[started="false"] 435 div.animation[started="false"]
436 { 436 {
437 cursor: pointer; 437 cursor: pointer;
438 } 438 }
439 439
440 div.animation[started="true"] 440 div.animation[started="true"]
441 { 441 {
442 -moz-user-select: none; 442 -moz-user-select: none;
443 } 443 }
444
445 .alert
saroyanm 2016/10/27 13:22:52 Why alert, but not warning or notification ?
juliandoucette 2016/10/27 13:37:47 1. Alert makes sense (definition wise) 2. .warning
saroyanm 2016/10/27 13:42:42 I assume .warning and .disclaimer that are defined
446 {
447 display: block;
448 padding: 15px;
449 margin: 15px 0;
450 background-color: #fff;
451 border: 1px solid #a1a1a1;
452 }
453
454 [dir="ltr"] .alert
455 {
456 border-left: 5px solid #d14841;
457 }
458
459 [dir="rtl"] .alert
460 {
461 border-right: 5px solid #d14841;
462 }
OLDNEW
« no previous file with comments | « pages/elemhidehelper.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld