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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: components/webapks_ui/resources/about_webapks.css
diff --git a/components/webapks_ui/resources/about_webapks.css b/components/webapks_ui/resources/about_webapks.css
new file mode 100644
index 0000000000000000000000000000000000000000..c0aba8acb4ea9d73b869d5a705a8fb04e61ba1c7
--- /dev/null
+++ b/components/webapks_ui/resources/about_webapks.css
@@ -0,0 +1,48 @@
+/* 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.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file. */
+
+body {
+ background-color: white;
+ color: black;
+ font-size: 100%;
+ margin: 0;
+}
+
+#outer {
+ margin-left: auto;
+ margin-right: auto;
+ margin-top: 10px;
+ width: 90%;
+}
+
+.label {
+ -webkit-padding-end: 5px;
+ font-size: 1.5em;
+ font-weight: bold;
+ text-align: start;
+ white-space: nowrap;
+}
+
+#logo {
+ display: block;
+ margin-bottom: 10px;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+.app-name {
+ -webkit-padding-end: 5px;
+ display: block;
+ font-size: 1.2em;
+ font-weight: bold;
+ margin-top: 20px;
+ white-space: nowrap;
+}
+
+.app-property-label {
+ -webkit-padding-end: 5px;
+ font-weight: bold;
+ text-align: start;
+ white-space: nowrap;
+}

Powered by Google App Engine
This is Rietveld 408576698