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

Side by Side Diff: chrome/browser/resources/media_internals/media_internals.css

Issue 9958101: [WebUI] Fix rest of CSS style nits in misc. dirs so I can turn on CSS checker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removing .py files Created 8 years, 8 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 | Annotate | Revision Log
OLDNEW
1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 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 5
6 body { 6 body {
7 font-family: sans-serif; 7 font-family: sans-serif;
8 } 8 }
9 9
10 h2 { 10 h2 {
11 margin: 15px 0 5px 0; 11 margin: 15px 0 5px 0;
12 } 12 }
13 13
14 ul, p, canvas { 14 ul,
15 p,
16 canvas {
15 margin: 0; 17 margin: 0;
16 } 18 }
17 19
18 #media-players td, 20 #media-players td,
19 #media-players th { 21 #media-players th {
20 padding: 0 10px; 22 padding: 0 10px;
21 } 23 }
22 24
23 .audio-stream[status='created'] { 25 .audio-stream[status='created'] {
24 color: blue; 26 color: blue;
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 70
69 .buffered > div > div { 71 .buffered > div > div {
70 display: table-cell; 72 display: table-cell;
71 vertical-align: bottom; 73 vertical-align: bottom;
72 } 74 }
73 75
74 .buffered > div > div:first-child { 76 .buffered > div > div:first-child {
75 font-weight: bold; 77 font-weight: bold;
76 padding-right: 2px; 78 padding-right: 2px;
77 } 79 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698