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

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

Issue 262653004: Change the text of the Apps Developer Tools Promo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Latest master Created 6 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/extensions/extensions.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 /* 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.loading * { 5 html.loading * {
6 -webkit-transition-duration: 0 !important; 6 -webkit-transition-duration: 0 !important;
7 } 7 }
8 8
9 html:not(.focus-outline-visible) 9 html:not(.focus-outline-visible)
10 :enabled:focus:-webkit-any(input[type='checkbox'], input[type='radio']) { 10 :enabled:focus:-webkit-any(input[type='checkbox'], input[type='radio']) {
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 align-items: center; 47 align-items: center;
48 border-top: 1px solid #eee; 48 border-top: 1px solid #eee;
49 display: flex; 49 display: flex;
50 font-size: 13px; 50 font-size: 13px;
51 } 51 }
52 52
53 #apps-developer-tools-promo img { 53 #apps-developer-tools-promo img {
54 content: url(apps_developer_tools_promo_48.png); 54 content: url(apps_developer_tools_promo_48.png);
55 } 55 }
56 56
57 #apps-developer-tools-promo-text, 57 #apps-developer-tools-promo-text {
58 #apps-developer-tools-promo-link {
59 -webkit-margin-start: 5px; 58 -webkit-margin-start: 5px;
60 } 59 }
61 60
62 #apps-developer-tools-promo-close-wrapper { 61 #apps-developer-tools-promo-close-wrapper {
63 display: flex; 62 display: flex;
64 flex-grow: 1; 63 flex-grow: 1;
65 justify-content: flex-end; 64 justify-content: flex-end;
66 } 65 }
67 66
68 #apps-developer-tools-promo .close-button { 67 #apps-developer-tools-promo .close-button {
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 /* Sideload Wipeout */ 392 /* Sideload Wipeout */
394 393
395 .sideload-wipeout-learn-more { 394 .sideload-wipeout-learn-more {
396 text-decoration: none; 395 text-decoration: none;
397 } 396 }
398 397
399 .sideload-wipeout-banner .page-banner-text { 398 .sideload-wipeout-banner .page-banner-text {
400 -webkit-padding-start: 8px; 399 -webkit-padding-start: 8px;
401 background-image: none; 400 background-image: none;
402 } 401 }
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/extensions/extensions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698