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

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: Rebaselined Created 6 years, 4 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 2462 matching lines...) Expand 10 before | Expand all | Expand 10 after
2913 } 2912 }
2914 2913
2915 .viewport-control-gap-element { 2914 .viewport-control-gap-element {
2916 color: transparent; 2915 color: transparent;
2917 } 2916 }
2918 2917
2919 label.checkbox-with-label { 2918 label.checkbox-with-label {
2920 display: flex; 2919 display: flex;
2921 -webkit-user-select: none; 2920 -webkit-user-select: none;
2922 } 2921 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698