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

Side by Side Diff: chrome/browser/resources/ntp4/new_tab.css

Issue 10417039: ntp: fix CWS footer link wrapping (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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')
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 html { 5 html {
6 /* It's necessary to put this here instead of in body in order to get the 6 /* It's necessary to put this here instead of in body in order to get the
7 background-size of 100% to work properly */ 7 background-size of 100% to work properly */
8 height: 100%; 8 height: 100%;
9 overflow: hidden; 9 overflow: hidden;
10 } 10 }
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 353
354 #chrome-web-store-link { 354 #chrome-web-store-link {
355 -webkit-padding-end: 12px; 355 -webkit-padding-end: 12px;
356 /* Match transition delay of recently closed button. */ 356 /* Match transition delay of recently closed button. */
357 -webkit-transition-delay: 100ms; 357 -webkit-transition-delay: 100ms;
358 color: inherit; 358 color: inherit;
359 cursor: pointer; 359 cursor: pointer;
360 display: inline-block; 360 display: inline-block;
361 margin: 0; 361 margin: 0;
362 text-decoration: none; 362 text-decoration: none;
363 white-space: nowrap;
363 } 364 }
364 365
365 #chrome-web-store-title { 366 #chrome-web-store-title {
366 -webkit-padding-end: 36px; 367 -webkit-padding-end: 36px;
367 -webkit-padding-start: 15px; 368 -webkit-padding-start: 15px;
368 background: url('chrome://theme/IDR_WEBSTORE_ICON_24') right 50% no-repeat; 369 background: url('chrome://theme/IDR_WEBSTORE_ICON_24') right 50% no-repeat;
369 display: inline-block; 370 display: inline-block;
370 line-height: 49px; 371 line-height: 49px;
371 } 372 }
372 373
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 padding: 0; 424 padding: 0;
424 } 425 }
425 426
426 .other-sessions-promo-message:only-child { 427 .other-sessions-promo-message:only-child {
427 display: block; 428 display: block;
428 } 429 }
429 430
430 .other-sessions-promo-message p { 431 .other-sessions-promo-message p {
431 margin: 0; 432 margin: 0;
432 } 433 }
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