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

Unified Diff: chrome/browser/resources/media_internals/media_internals.css

Issue 12153002: Move chrome://media-internals to content. This allows us to hide implementation details from the pu… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/media_internals/media_internals.css
===================================================================
--- chrome/browser/resources/media_internals/media_internals.css (revision 179909)
+++ chrome/browser/resources/media_internals/media_internals.css (working copy)
@@ -1,83 +0,0 @@
-/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
-body {
- font-family: sans-serif;
-}
-
-h2 {
- margin: 15px 0 5px 0;
-}
-
-ul,
-p,
-canvas {
- margin: 0;
-}
-
-[hidden] {
- display: none !important;
-}
-
-#media-players td,
-#media-players th {
- padding: 0 10px;
-}
-
-.audio-stream[status='created'] {
- color: blue;
-}
-
-.audio-stream[status='closed'] {
- text-decoration: line-through;
-}
-
-.audio-stream[status='error'] {
- color: red;
-}
-
-#cache-entries ul,
-#media-players ul,
-#media-players {
- list-style-type: none;
-}
-
-.cache-entry {
- margin: 0 0 5px 0;
-}
-
-.cache-entry-controls {
- font-size: smaller;
-}
-
-.cache-table {
- table-layout: fixed;
- width: 500px;
-}
-
-thead {
- text-align: left;
-}
-
-tfoot {
- text-align: right;
-}
-
-.buffered {
- display: table;
-}
-
-.buffered > div {
- display: table-row;
-}
-
-.buffered > div > div {
- display: table-cell;
- vertical-align: bottom;
-}
-
-.buffered > div > div:first-child {
- font-weight: bold;
- padding-right: 2px;
-}

Powered by Google App Engine
This is Rietveld 408576698