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

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

Issue 160102: Some fixes to make NNTP themes work again. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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_tab_theme.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 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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 display: block; 394 display: block;
395 line-height: 20px; 395 line-height: 20px;
396 -webkit-box-sizing: border-box; 396 -webkit-box-sizing: border-box;
397 white-space: nowrap; 397 white-space: nowrap;
398 overflow: hidden; 398 overflow: hidden;
399 text-overflow: ellipsis; 399 text-overflow: ellipsis;
400 text-decoration: none; 400 text-decoration: none;
401 font-size: 100%; 401 font-size: 100%;
402 } 402 }
403 403
404 .item:visited,
405 .item:link {
406 color: hsl(213, 90%, 24%);
407 }
408
404 html[dir='rtl'] .item { 409 html[dir='rtl'] .item {
405 background-position-x: 100%; 410 background-position-x: 100%;
406 padding-right: 18px; 411 padding-right: 18px;
407 padding-left: 2px; 412 padding-left: 2px;
408 text-align: right; 413 text-align: right;
409 } 414 }
410 415
411 .tips-title { 416 .tips-title {
412 color: black; 417 color: black;
413 text-decoration: none; 418 text-decoration: none;
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 } 716 }
712 717
713 #t3, #t7 { 718 #t3, #t7 {
714 left: 534px; 719 left: 534px;
715 } 720 }
716 721
717 #t4, #t5, #t6, #t7 { 722 #t4, #t5, #t6, #t7 {
718 top: 147px; 723 top: 147px;
719 } 724 }
720 } 725 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/new_tab_theme.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698