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

Side by Side Diff: content/browser/resources/media/media_internals.css

Issue 2950503002: [media-internals] Add note to clipboard dialog (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | content/browser/resources/media/media_internals.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright 2013 The Chromium Authors. All rights reserved. 1 /* Copyright 2013 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 html, 5 html,
6 body, 6 body,
7 #container { 7 #container {
8 margin: 0; 8 margin: 0;
9 padding: 0; 9 padding: 0;
10 width: 100%; 10 width: 100%;
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 position: fixed; 119 position: fixed;
120 } 120 }
121 121
122 #graphs li { 122 #graphs li {
123 list-style-type: none; 123 list-style-type: none;
124 } 124 }
125 125
126 #clipboard-dialog { 126 #clipboard-dialog {
127 top: 0; 127 top: 0;
128 bottom: 0; 128 bottom: 0;
129 padding-top: 0;
129 } 130 }
130 131
131 ::backdrop { 132 ::backdrop {
132 background-color: #000; 133 background-color: #000;
133 opacity: 0.5; 134 opacity: 0.5;
134 } 135 }
135 136
136 .timestamp { 137 .timestamp {
137 min-width: 115px; 138 min-width: 115px;
138 } 139 }
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 200
200 .no-players-selected #players .property-wrapper, 201 .no-players-selected #players .property-wrapper,
201 .no-players-selected #players #log-wrapper { 202 .no-players-selected #players #log-wrapper {
202 display: none; 203 display: none;
203 } 204 }
204 205
205 .no-components-selected #audio .property-wrapper { 206 .no-components-selected #audio .property-wrapper {
206 display: none; 207 display: none;
207 } 208 }
208 209
OLDNEW
« no previous file with comments | « no previous file | content/browser/resources/media/media_internals.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698