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

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

Issue 3053015: Revert bookmark bar promo CL, r52993... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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.js » ('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 height: 100%; 8 height: 100%;
9 overflow: auto; 9 overflow: auto;
10 -webkit-user-select: none; 10 -webkit-user-select: none;
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 #tip-line.hidden, 274 #tip-line.hidden,
275 .notification-shown #tip-line { 275 .notification-shown #tip-line {
276 opacity: 0; 276 opacity: 0;
277 pointer-events: none; 277 pointer-events: none;
278 } 278 }
279 279
280 #tip-line a, 280 #tip-line a,
281 #tip-line button { 281 #tip-line button {
282 /* We do not want a trailing single word from a link on the last line */ 282 /* We do not want a trailing single word from a link on the last line */
283 white-space: nowrap; 283 white-space: nowrap;
284 padding: 0;
285 } 284 }
286 285
287 #option-button { 286 #option-button {
288 -webkit-appearance: none; 287 -webkit-appearance: none;
289 background-color: transparent; 288 background-color: transparent;
290 width: 19px; 289 width: 19px;
291 height: 17px; 290 height: 17px;
292 margin: 0; 291 margin: 0;
293 border: 0; 292 border: 0;
294 padding: 0; 293 padding: 0;
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 #footer hr { 489 #footer hr {
491 border: 0; 490 border: 0;
492 display: inline; 491 display: inline;
493 margin: 0; 492 margin: 0;
494 padding: 0; 493 padding: 0;
495 } 494 }
496 495
497 #footer hr:after { 496 #footer hr:after {
498 content: "|"; 497 content: "|";
499 } 498 }
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/tips_handler.cc ('k') | chrome/browser/resources/new_new_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698