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

Side by Side Diff: components/webapks_ui/resources/about_webapks.css

Issue 2629573004: Add a chrome://webapks page. (Closed)
Patch Set: Add a chrome://webapks page. Created 3 years, 11 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
(Empty)
1 /* Copyright (c) 2017 The Chromium Authors. All rights reserved.
Dan Beam 2017/01/24 22:30:28 no "(c)" in any of your new code
gonzalon 2017/01/24 22:54:21 Done.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
4
5 body {
6 background-color: white;
7 color: black;
8 font-size: 100%;
9 margin: 0;
10 }
11
12 #outer {
13 margin-left: auto;
14 margin-right: auto;
15 margin-top: 10px;
16 width: 90%;
17 }
18
19 .label {
20 -webkit-padding-end: 5px;
21 font-size: 1.5em;
22 font-weight: bold;
23 text-align: start;
24 white-space: nowrap;
25 }
26
27 #logo {
28 display: block;
29 margin-bottom: 10px;
30 margin-left: auto;
31 margin-right: auto;
32 }
33
34 .app-name {
35 -webkit-padding-end: 5px;
36 display: block;
37 font-size: 1.2em;
38 font-weight: bold;
39 margin-top: 20px;
40 white-space: nowrap;
41 }
42
43 .app-property-label {
44 -webkit-padding-end: 5px;
45 font-weight: bold;
46 text-align: start;
47 white-space: nowrap;
48 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698