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

Side by Side Diff: Source/devtools/front_end/inspectorStyle.css

Issue 423433004: DevTools: move the "Capture *" checkboxes from timeline sidebar to the toolbar. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 background-color: white; 429 background-color: white;
430 flex: 0 0 23px; 430 flex: 0 0 23px;
431 position: relative; 431 position: relative;
432 } 432 }
433 433
434 .panel-status-bar > div { 434 .panel-status-bar > div {
435 margin: auto 0; 435 margin: auto 0;
436 } 436 }
437 437
438 .panel-status-bar label { 438 .panel-status-bar label {
439 margin: auto 0; 439 margin: auto 0 auto 5px;
440 margin-right: 20px;
441 display: flex; 440 display: flex;
442 white-space: nowrap; 441 white-space: nowrap;
443 overflow: hidden; 442 overflow: hidden;
444 } 443 }
445 444
446 .status-bar { 445 .status-bar {
447 position: relative; 446 position: relative;
448 white-space: nowrap; 447 white-space: nowrap;
449 height: 23px; 448 height: 23px;
450 overflow: hidden; 449 overflow: hidden;
(...skipping 2473 matching lines...) Expand 10 before | Expand all | Expand 10 after
2924 } 2923 }
2925 2924
2926 .viewport-control-gap-element { 2925 .viewport-control-gap-element {
2927 color: transparent; 2926 color: transparent;
2928 } 2927 }
2929 2928
2930 label.checkbox-with-label { 2929 label.checkbox-with-label {
2931 display: flex; 2930 display: flex;
2932 -webkit-user-select: none; 2931 -webkit-user-select: none;
2933 } 2932 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698