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

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

Issue 147247: Remove null link from "welcome to tips" default suggestion. Also make some h... (Closed) Base URL: svn://chrome-svn/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 | « chrome/browser/dom_ui/tips_handler.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 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 font-size: 100%; 432 font-size: 100%;
433 } 433 }
434 434
435 html[dir='rtl'] .item { 435 html[dir='rtl'] .item {
436 background-position-x: 100%; 436 background-position-x: 100%;
437 padding-right: 18px; 437 padding-right: 18px;
438 padding-left: 2px; 438 padding-left: 2px;
439 text-align: right; 439 text-align: right;
440 } 440 }
441 441
442 .tips-title {
443 color: black;
444 text-decoration: none;
445 padding-top: 6px;
446 white-space: normal;
447 }
448
449 .tips-container {
450 padding-top: 4px;
451 }
452
442 .window { 453 .window {
443 position: relative; 454 position: relative;
444 overflow: visible; /* We use visible so that the menu can be a child and shown 455 overflow: visible; /* We use visible so that the menu can be a child and shown
445 on :hover. To get this to work we have to set visibility 456 on :hover. To get this to work we have to set visibility
446 to visible which unfortunately breaks the ellipsis for t 457 to visible which unfortunately breaks the ellipsis for t
447 he window items */ 458 he window items */
448 background-image: url(chrome://theme/newtab_closed_window); 459 background-image: url(chrome://theme/newtab_closed_window);
449 } 460 }
450 461
451 .window-menu { 462 .window-menu {
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 #option-menu > div { 644 #option-menu > div {
634 padding: 3px 8px; 645 padding: 3px 8px;
635 overflow: hidden; 646 overflow: hidden;
636 text-overflow: ellipsis; 647 text-overflow: ellipsis;
637 } 648 }
638 649
639 #option-menu > [selected] { 650 #option-menu > [selected] {
640 background-color: hsla(213, 66%, 57%, 1); 651 background-color: hsla(213, 66%, 57%, 1);
641 color: white; 652 color: white;
642 } 653 }
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/tips_handler.cc ('k') | chrome/browser/resources/new_new_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698