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

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

Issue 2457033003: Add chrome://popular-sites-internals/ to iOS. (Closed)
Patch Set: Break out ...Client. Created 4 years, 1 month 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 /* Copyright 2015 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
4
5 html {
6 font-size: 20px;
7 }
8
9 #info > div {
10 width: 100%;
11 }
12
13 #info h2 {
14 color: rgb(74, 142, 230);
15 font-size: 100%;
16 margin-bottom: 0;
17 }
18
19 #info .err {
20 color: red;
21 }
22
23 #info .section {
24 display: inline-block;
25 margin-left: auto;
26 margin-right: auto;
27 }
28
29 #info .section.hidden {
30 display: none;
31 }
32
33 .section-details {
34 width: 100%;
35 }
36
37 .section-details .detail,
38 .section-details .value {
39 width: 50%;
40 }
41
42 .section-details tr:nth-child(odd) {
43 background: rgb(239, 243, 255);
44 }
45
46 #json-value {
47 font-size: 75%;
48 }
OLDNEW
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/popular_sites_internals.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698