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

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

Issue 2570673004: Remove host restrictions from snippets (Closed)
Patch Set: rebase Created 4 years 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
« no previous file with comments | « no previous file | chrome/browser/resources/snippets_internals.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 textarea {
10 width: 100%;
11 }
12
13 #info > div { 9 #info > div {
14 width: 100%; 10 width: 100%;
15 } 11 }
16 12
17 #info h2 { 13 #info h2 {
18 color: rgb(74, 142, 230); 14 color: rgb(74, 142, 230);
19 font-size: 100%; 15 font-size: 100%;
20 margin-bottom: 0.3em; 16 margin-bottom: 0.3em;
21 margin-top: 1em; 17 margin-top: 1em;
22 } 18 }
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 #submit-clear { 70 #submit-clear {
75 margin-bottom: 0.5em; 71 margin-bottom: 0.5em;
76 } 72 }
77 73
78 #last-json-text { 74 #last-json-text {
79 border: 1px solid black; 75 border: 1px solid black;
80 color: gray; 76 color: gray;
81 font-size: 90%; 77 font-size: 90%;
82 padding: 4px; 78 padding: 4px;
83 word-break: break-all; 79 word-break: break-all;
84 } 80 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/snippets_internals.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698