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

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

Issue 1016413004: [Extensions] Update Error Console UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
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 transition-duration: 0ms !important; 6 transition-duration: 0ms !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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 78
79 .extension-code-line-numbers { 79 .extension-code-line-numbers {
80 align-self: flex-start; 80 align-self: flex-start;
81 background-color: rgba(240, 240, 240, 1); 81 background-color: rgba(240, 240, 240, 1);
82 border-right: 1px solid #ccc; 82 border-right: 1px solid #ccc;
83 color: rgba(128, 128, 128, 1); 83 color: rgba(128, 128, 128, 1);
84 flex-shrink: 0; 84 flex-shrink: 0;
85 text-align: right; 85 text-align: right;
86 } 86 }
87 87
88 .extension-code-empty {
89 background-color: #eee;
90 display: inline-block;
91 line-height: 100px; /* Vertically centers text and serves as min-height. */
92 text-align: center;
93 width: 100%;
94 }
95
88 .extension-details > .developer-extras > div, 96 .extension-details > .developer-extras > div,
89 .extension-details > .permanent-warnings > div { 97 .extension-details > .permanent-warnings > div {
90 margin: 5px 0; 98 margin: 5px 0;
91 } 99 }
92 100
93 .dependent-extensions-message, 101 .dependent-extensions-message,
94 .suspicious-install-message { 102 .suspicious-install-message {
95 line-height: 150%; 103 line-height: 150%;
96 } 104 }
97 105
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 212
205 .action-links { 213 .action-links {
206 margin-bottom: 0.5em; 214 margin-bottom: 0.5em;
207 } 215 }
208 216
209 .action-links a { 217 .action-links a {
210 -webkit-margin-end: 1em; 218 -webkit-margin-end: 1em;
211 -webkit-margin-start: 0; 219 -webkit-margin-start: 0;
212 } 220 }
213 221
222 .action-links .errors-link {
223 align-items: center;
224 display: inline-flex;
225 vertical-align: bottom;
226 }
227
214 .extension-details { 228 .extension-details {
215 -webkit-box-flex: 1; 229 -webkit-box-flex: 1;
216 -webkit-padding-end: 7px; 230 -webkit-padding-end: 7px;
217 -webkit-padding-start: 60px; 231 -webkit-padding-start: 60px;
218 padding-top: 6px; 232 padding-top: 6px;
219 } 233 }
220 234
221 .extension-description, 235 .extension-description,
222 .extension-version, 236 .extension-version,
223 .extension-list-item-wrapper.inactive-extension .extension-details, 237 .extension-list-item-wrapper.inactive-extension .extension-details,
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 427
414 .sideload-wipeout-banner .page-banner-text { 428 .sideload-wipeout-banner .page-banner-text {
415 -webkit-padding-start: 8px; 429 -webkit-padding-start: 8px;
416 background-image: none; 430 background-image: none;
417 } 431 }
418 432
419 .focus-row-active { 433 .focus-row-active {
420 background-color: rgba(0, 0, 0, .05); 434 background-color: rgba(0, 0, 0, .05);
421 border-radius: 3px; 435 border-radius: 3px;
422 } 436 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/extensions/extension_list.js ('k') | chrome/browser/resources/extensions/extensions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698