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

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

Issue 1910633005: Display status message for "Add snippets" on chrome://snippets-internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: The final version ;) Created 4 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
« 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
9 #info > div { 13 #info > div {
10 width: 100%; 14 width: 100%;
11 } 15 }
12 16
13 #info h2 { 17 #info h2 {
14 color: rgb(74, 142, 230); 18 color: rgb(74, 142, 230);
15 font-size: 100%; 19 font-size: 100%;
16 margin-bottom: 0.3em; 20 margin-bottom: 0.3em;
17 margin-top: 1em; 21 margin-top: 1em;
18 } 22 }
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 font-weight: normal; 73 font-weight: normal;
70 } 74 }
71 75
72 .forms { 76 .forms {
73 margin-top: 0.3em; 77 margin-top: 0.3em;
74 } 78 }
75 79
76 #submit-clear { 80 #submit-clear {
77 margin-bottom: 0.5em; 81 margin-bottom: 0.5em;
78 } 82 }
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