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

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

Issue 392005: NTP: Hide "Make this my home page" after setting the home page.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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 | « chrome/browser/dom_ui/new_tab_ui_uitest.cc ('k') | 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 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 #sync-status > * { 514 #sync-status > * {
515 display: inline-block; 515 display: inline-block;
516 max-width: none; 516 max-width: none;
517 white-space: nowrap; 517 white-space: nowrap;
518 overflow: hidden; 518 overflow: hidden;
519 text-overflow: ellipsis; 519 text-overflow: ellipsis;
520 font-size: 100%; 520 font-size: 100%;
521 margin: 0 10px; 521 margin: 0 10px;
522 } 522 }
523 523
524 #set-as-homepage { 524 #set-as-home-page {
525 display: none; 525 display: none;
526 margin: 10px 0; 526 margin: 10px 0;
527 text-align: center; 527 text-align: center;
528 } 528 }
529 529
530 #view-toolbar { 530 #view-toolbar {
531 -webkit-user-select: none; 531 -webkit-user-select: none;
532 text-align: right; 532 text-align: right;
533 position: relative; 533 position: relative;
534 top: 15px; 534 top: 15px;
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 } 734 }
735 735
736 #notification > * { 736 #notification > * {
737 max-width: 300px; 737 max-width: 300px;
738 } 738 }
739 739
740 #notification > span > .blacklist-title { 740 #notification > span > .blacklist-title {
741 max-width: 15ex; 741 max-width: 15ex;
742 } 742 }
743 } 743 }
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/new_tab_ui_uitest.cc ('k') | chrome/browser/resources/new_new_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698