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

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

Issue 165149: Merge 22428 - NNTP: Update the position of the option menu.... (Closed) Base URL: svn://chrome-svn/chrome/branches/195/src/
Patch Set: Created 11 years, 4 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Modified: svn:mergeinfo
Merged /trunk/src/chrome/browser/resources/new_new_tab.css:r22428
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 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 628
629 #option-button:active { 629 #option-button:active {
630 background-image: url(chrome://theme/newtab_option_p); 630 background-image: url(chrome://theme/newtab_option_p);
631 } 631 }
632 632
633 #option-menu { 633 #option-menu {
634 -webkit-user-select: none; 634 -webkit-user-select: none;
635 position: absolute; 635 position: absolute;
636 right: 0; 636 right: 0;
637 left: auto; 637 left: auto;
638 top: 53px; /* Position this below the option button. The option button 638 top: 33px; /* Position this below the option button. The option button
639 is positioned 35px from the top and has a height of 17px. We add 639 is positioned 15px from the top and has a height of 17px. We add
640 one to get some spacing there as well: 35 + 17 + 1 = 53 */ 640 one to get some spacing there as well: 15 + 17 + 1 = 33 */
641 cursor: default; 641 cursor: default;
642 pointer-events: all; 642 pointer-events: all;
643 min-width: 175px; 643 min-width: 175px;
644 } 644 }
645 645
646 html[dir='rtl'] #option-menu { 646 html[dir='rtl'] #option-menu {
647 right: auto; 647 right: auto;
648 left: 0; 648 left: 0;
649 } 649 }
650 650
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 #t3, #t7, 747 #t3, #t7,
748 html[dir='rtl'] #t0, 748 html[dir='rtl'] #t0,
749 html[dir='rtl'] #t4 { 749 html[dir='rtl'] #t4 {
750 left: 534px; 750 left: 534px;
751 } 751 }
752 752
753 #t4, #t5, #t6, #t7 { 753 #t4, #t5, #t6, #t7 {
754 top: 147px; 754 top: 147px;
755 } 755 }
756 } 756 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698