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

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

Issue 217020: Add theme promo to NTP (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 | « chrome/browser/dom_ui/new_tab_ui.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 683 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 #t4, #t5, #t6, #t7 { 694 #t4, #t5, #t6, #t7 {
695 top: 183px; 695 top: 183px;
696 } 696 }
697 697
698 /* tip line */ 698 /* tip line */
699 #tip-line { 699 #tip-line {
700 margin: 10px 0; 700 margin: 10px 0;
701 text-align: center; 701 text-align: center;
702 } 702 }
703 703
704 #themes-promo {
705 position: absolute;
706 bottom: 0px;
707 right: 0px;
708 }
709
710 #themes-promo * {
711 display: block;
712 }
713
714 #themes-promo img {
715 width: 150px;
716 height: 180px;
717 border: 0;
718 }
719
704 /* small */ 720 /* small */
705 721
706 @media (max-width: 920px) { 722 @media (max-width: 920px) {
707 723
708 #main { 724 #main {
709 width: 692px; 725 width: 692px;
710 } 726 }
711 727
712 #most-visited { 728 #most-visited {
713 height: 294px; 729 height: 294px;
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 #t3, #t7, 772 #t3, #t7,
757 html[dir='rtl'] #t0, 773 html[dir='rtl'] #t0,
758 html[dir='rtl'] #t4 { 774 html[dir='rtl'] #t4 {
759 left: 534px; 775 left: 534px;
760 } 776 }
761 777
762 #t4, #t5, #t6, #t7 { 778 #t4, #t5, #t6, #t7 {
763 top: 147px; 779 top: 147px;
764 } 780 }
765 } 781 }
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/new_tab_ui.cc ('k') | chrome/browser/resources/new_new_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698