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

Side by Side Diff: tools/perf/page_sets/webrtc_cases/peerconnection_audio_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 audio {
9 display: inline-block;
10 position: relative;
11 top: 9px;
12 width: calc(100% - 120px);
13 }
14
15 button {
16 margin: 0 20px 0 0;
17 width: 96px;
18 }
19
20 div#audio {
21 margin: 0 0 29px 0;
22 }
23
24 div#audio > div {
25 margin: 0 0 20px 0;
26 }
27
28 div.label {
29 display: inline-block;
30 font-weight: 400;
31 width: 120px;
32 }
33
34 div.graph-container {
35 float: left;
36 margin: 0.5em;
37 width: calc(50% - 1em);
38 }
39
40 a#viewSource {
41 clear: both;
42 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698