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

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: rebase 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 */
5 4
6 body { 5 body {
7 font-family: sans-serif; 6 font-family: sans-serif;
8 } 7 }
9 8
10 h2 { 9 h2 {
11 margin: 15px 0 5px 0; 10 margin: 15px 0 5px 0;
12 } 11 }
13 12
14 ul, p, canvas { 13 ul,
14 p,
15 canvas {
15 margin: 0; 16 margin: 0;
16 } 17 }
17 18
18 #media-players td, 19 #media-players td,
19 #media-players th { 20 #media-players th {
20 padding: 0 10px; 21 padding: 0 10px;
21 } 22 }
22 23
23 .audio-stream[status='created'] { 24 .audio-stream[status='created'] {
24 color: blue; 25 color: blue;
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 69
69 .buffered > div > div { 70 .buffered > div > div {
70 display: table-cell; 71 display: table-cell;
71 vertical-align: bottom; 72 vertical-align: bottom;
72 } 73 }
73 74
74 .buffered > div > div:first-child { 75 .buffered > div > div:first-child {
75 font-weight: bold; 76 font-weight: bold;
76 padding-right: 2px; 77 padding-right: 2px;
77 } 78 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/keyboard/main.css ('k') | chrome/browser/resources/omnibox/omnibox.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698