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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/mobile_throttling/networkConditionsSettingsTab.css

Issue 2915883002: DevTools: prepare to unify Network and CPU throttling UI (Closed)
Patch Set: gs Created 3 years, 6 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 /* 1 /*
2 * Copyright 2015 The Chromium Authors. All rights reserved. 2 * Copyright 2015 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 :host { 7 :host {
8 overflow:hidden; 8 overflow:hidden;
9 } 9 }
10 10
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 width: 100%; 85 width: 100%;
86 text-align: inherit; 86 text-align: inherit;
87 } 87 }
88 88
89 .conditions-edit-optional { 89 .conditions-edit-optional {
90 position: absolute; 90 position: absolute;
91 bottom: -20px; 91 bottom: -20px;
92 right: 0; 92 right: 0;
93 color: rgb(128, 128, 128); 93 color: rgb(128, 128, 128);
94 } 94 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698