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

Side by Side Diff: components/ntp_tiles/webui/resources/ntp_tiles_internals.css

Issue 2572133002: Add more features to ntp-tiles-internal (Closed)
Patch Set: Add ntp_tiles owners to client webui owners Created 3 years, 10 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
OLDNEW
1 /* Copyright 2016 The Chromium Authors. All rights reserved. 1 /* Copyright 2016 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 font-size: 20px; 6 font-size: 20px;
7 } 7 }
8 8
9 div.section { 9 div.section {
10 width: 100%; 10 width: 100%;
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 .section-details td.detail { 42 .section-details td.detail {
43 text-align: right; 43 text-align: right;
44 width: 1px; 44 width: 1px;
45 white-space: nowrap; 45 white-space: nowrap;
46 } 46 }
47 47
48 .section-details td.value input { 48 .section-details td.value input {
49 width: 100%; 49 width: 100%;
50 } 50 }
51 51
52 #json-value { 52 #popular-json-value {
53 font-size: 75%; 53 font-size: 75%;
54 } 54 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698