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

Side by Side Diff: tools/perf/page_sets/webrtc_cases/datachannel_files/main(1).css

Issue 2761163003: Use local pages for webrtc telemetry tests. (Closed)
Patch Set: Created 3 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
OLDNEW
(Empty)
1 /*
2 * Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
3 *
4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
6 * tree.
7 */
8 div.progress {
9 margin: 0 0 1em 0;
10 }
11
12 div.progress div.label {
13 display: inline-block;
14 font-weight: 400;
15 width: 8.2em;
16 }
17
18 div.input {
19 margin: 0 0 1em 0;
20 }
21
22 progress {
23 width: calc(100% - 8.5em);
24 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698