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

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

Issue 29359889: Issue 2292 - Add a disclaimer text on all landing pages in French language that provide the user li… (Closed)
Patch Set: Created Oct. 25, 2016, 3:53 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
« static/css/main.css ('K') | « static/css/main.css ('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 @font-face 1 @font-face
2 { 2 {
3 font-family: "Source Sans Pro"; 3 font-family: "Source Sans Pro";
4 src: url(/fonts/SourceSansPro-Light.woff); 4 src: url(/fonts/SourceSansPro-Light.woff);
5 /* local("Ø") forces using no local font called Source Sans Pro */ 5 /* local("Ø") forces using no local font called Source Sans Pro */
6 src: local("Ø"), url(/fonts/SourceSansPro-Light.woff) format("woff"); 6 src: local("Ø"), url(/fonts/SourceSansPro-Light.woff) format("woff");
7 font-weight: 300; 7 font-weight: 300;
8 font-style: normal; 8 font-style: normal;
9 } 9 }
10 10
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 background-color: #47a447; 232 background-color: #47a447;
233 } 233 }
234 234
235 form input[type="checkbox"] 235 form input[type="checkbox"]
236 { 236 {
237 margin: 0px; 237 margin: 0px;
238 -webkit-margin-end: 10px; 238 -webkit-margin-end: 10px;
239 -moz-margin-end: 10px; 239 -moz-margin-end: 10px;
240 } 240 }
241 241
242 .disclaimer 242 .privacy-consent-disclaimer
saroyanm 2016/10/26 17:31:18 Looks to be it's the only class name in this file
243 { 243 {
244 margin: 14px 0px; 244 margin: 14px 0px;
245 font-size: 14px; 245 font-size: 14px;
246 color: #a9bdd5; 246 color: #a9bdd5;
247 } 247 }
248 248
249 .hidden 249 .hidden
250 { 250 {
251 display: none; 251 display: none;
252 } 252 }
253 253
254 footer 254 footer
255 { 255 {
256 margin: 0 auto 30px; 256 margin: 0 auto 30px;
257 max-width: 960px; 257 max-width: 960px;
258 text-align: center; 258 text-align: center;
259 } 259 }
OLDNEW
« static/css/main.css ('K') | « static/css/main.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld