Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(240)

Side by Side Diff: chrome/browser/resources/new_new_tab.css

Issue 202052: NNTP: Fix undo link color... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/resources/new_new_tab.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 html { 1 html {
2 /* This is needed because of chrome://theme/css/new_tab.css */ 2 /* This is needed because of chrome://theme/css/new_tab.css */
3 height: 100%; 3 height: 100%;
4 } 4 }
5 5
6 body { 6 body {
7 margin: 0; 7 margin: 0;
8 } 8 }
9 9
10 #main { 10 #main {
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 text-overflow: ellipsis; 340 text-overflow: ellipsis;
341 } 341 }
342 342
343 #notification.show { 343 #notification.show {
344 opacity: 1; 344 opacity: 1;
345 pointer-events: all; 345 pointer-events: all;
346 -webkit-transition: opacity 1s; 346 -webkit-transition: opacity 1s;
347 } 347 }
348 348
349 #notification .link { 349 #notification .link {
350 -webkit-margin-start: 20px; 350 -webkit-padding-start: 20px;
351 } 351 }
352 352
353 #notification > span > .blacklist-title { 353 #notification > span > .blacklist-title {
354 display: inline-block; 354 display: inline-block;
355 max-width: 30ex; 355 max-width: 30ex;
356 overflow: hidden; 356 overflow: hidden;
357 text-overflow: ellipsis; 357 text-overflow: ellipsis;
358 white-space: nowrap; 358 white-space: nowrap;
359 } 359 }
360 360
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 #t3, #t7, 756 #t3, #t7,
757 html[dir='rtl'] #t0, 757 html[dir='rtl'] #t0,
758 html[dir='rtl'] #t4 { 758 html[dir='rtl'] #t4 {
759 left: 534px; 759 left: 534px;
760 } 760 }
761 761
762 #t4, #t5, #t6, #t7 { 762 #t4, #t5, #t6, #t7 {
763 top: 147px; 763 top: 147px;
764 } 764 }
765 } 765 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/new_new_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698