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

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

Issue 212103007: Fix layout glitch in Audits panel. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2008 Apple Inc. All rights reserved. 2 * Copyright (C) 2008 Apple Inc. All rights reserved.
3 * Copyright (C) 2009 Google Inc. All rights reserved. 3 * Copyright (C) 2009 Google Inc. All rights reserved.
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 are 6 * modification, are permitted provided that the following conditions are
7 * met: 7 * met:
8 * 8 *
9 * * Redistributions of source code must retain the above copyright 9 * * 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 85
86 .audit-launcher-view button:active { 86 .audit-launcher-view button:active {
87 background-color: rgb(215, 215, 215); 87 background-color: rgb(215, 215, 215);
88 background-image: linear-gradient(to bottom, rgb(194, 194, 194), rgb(239, 23 9, 239)); 88 background-image: linear-gradient(to bottom, rgb(194, 194, 194), rgb(239, 23 9, 239));
89 } 89 }
90 90
91 .panel-enabler-view.audit-launcher-view label { 91 .panel-enabler-view.audit-launcher-view label {
92 padding: 0 0 5px 0; 92 padding: 0 0 5px 0;
93 margin: 0; 93 margin: 0;
94 display: flex; 94 display: flex;
95 flex-shrink: 0;
95 } 96 }
96 97
97 .panel-enabler-view.audit-launcher-view label.disabled { 98 .panel-enabler-view.audit-launcher-view label.disabled {
98 color: rgb(130, 130, 130); 99 color: rgb(130, 130, 130);
99 } 100 }
100 101
101 .audit-launcher-view input[type="checkbox"] { 102 .audit-launcher-view input[type="checkbox"] {
102 margin-left: 0; 103 margin-left: 0;
103 height: 14px; 104 height: 14px;
104 width: 14px; 105 width: 14px;
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 font-weight: bold; 239 font-weight: bold;
239 } 240 }
240 241
241 .audit-launcher-view .progress-bar-container { 242 .audit-launcher-view .progress-bar-container {
242 display: inline-block; 243 display: inline-block;
243 } 244 }
244 245
245 .audit-launcher-view .progress-bar-container .progress-bar-stop-button { 246 .audit-launcher-view .progress-bar-container .progress-bar-stop-button {
246 display: none; 247 display: none;
247 } 248 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698