Chromium Code Reviews| 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..876ac745746e7f2f2d1478c96d3f321b1a15d3ee |
| --- /dev/null |
| +++ b/components/webapks_ui/resources/about_webapks.css |
| @@ -0,0 +1,48 @@ |
| +/* Copyright (c) 2017 The Chromium Authors. All rights reserved. |
| + * 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; |
| + text-align: left; |
|
Dan Beam
2017/01/24 18:41:50
how does this work in RTL?
gonzalon
2017/01/24 20:43:29
Done.
|
| + width: 90%; |
| +} |
| + |
| +.label { |
| + -webkit-padding-end: 5px; |
| + font-size: 1.5em; |
| + font-weight: bold; |
| + text-align: start; |
| + white-space: nowrap; |
| +} |
| + |
| +#logo { |
| + float: left; |
| + margin-left: auto; |
| + margin-right: auto; |
| + text-align: right; |
| +} |
| + |
| +.app-name { |
| + -webkit-padding-end: 5px; |
| + font-size: 1.2em; |
| + font-weight: bold; |
| + text-align: start; |
| + white-space: nowrap; |
| +} |
| + |
| +.app-property-label { |
| + -webkit-padding-end: 5px; |
| + font-weight: bold; |
| + text-align: start; |
| + white-space: nowrap; |
| +} |