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

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

Issue 2625223002: [DevTools] Dedicated frontend for debugging Node. (Closed)
Patch Set: test fix Created 3 years, 11 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 * { 5 * {
6 box-sizing: border-box; 6 box-sizing: border-box;
7 } 7 }
8 8
9 body { 9 body {
10 color: rgb(48, 57, 66); 10 color: rgb(48, 57, 66);
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 border-bottom: 1px solid #eee; 291 border-bottom: 1px solid #eee;
292 padding: 5px 0; 292 padding: 5px 0;
293 } 293 }
294 294
295 .settings-bar { 295 .settings-bar {
296 padding: 5px 0 5px 0; 296 padding: 5px 0 5px 0;
297 } 297 }
298 298
299 .settings-bar label { 299 .settings-bar label {
300 display: inline-block; 300 display: inline-block;
301 width: 30ex; 301 width: 35ex;
302 }
303
304 .node-frontend-action {
305 margin: 6px 4px;
302 } 306 }
303 307
304 dialog.config::backdrop { 308 dialog.config::backdrop {
305 background-color: rgba(255, 255, 255, 0.75); 309 background-color: rgba(255, 255, 255, 0.75);
306 } 310 }
307 311
308 dialog.config { 312 dialog.config {
309 background: white; 313 background: white;
310 border: 0; 314 border: 0;
311 border-radius: 3px; 315 border-radius: 3px;
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 @media (min-width: 47em) { 439 @media (min-width: 47em) {
436 #container { 440 #container {
437 max-height: 100vh; 441 max-height: 100vh;
438 } 442 }
439 #navigation, 443 #navigation,
440 #content { 444 #content {
441 max-height: 100vh; 445 max-height: 100vh;
442 overflow: auto; 446 overflow: auto;
443 } 447 }
444 } 448 }
OLDNEW
« no previous file with comments | « chrome/browser/devtools/devtools_window.cc ('k') | chrome/browser/resources/inspect/inspect.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698