Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / settings / appearance_page / appearance_page.css
blobb22440b2225faa2f966a8afc32bc7881d228d33b
1 /* Copyright 2015 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
5 #change-home-page-section {
6 -webkit-margin-start: 40px;
7 font-size: 90%;
10 /* TODO(jhawkins): This does not span the width of the entire paper-material
11 * element because our styling of all paper-material includes a fixed margin.
12 * This can be fixed by creating a generic content container inside of each
13 * paper-material which would have this margin instead.
15 * TODO(jhawkins): Share this rule set at a higher level, e.g., to share with
16 * the device page.
18 hr {
19 width: 100%;
22 #action-container {
23 display: flex;
24 flex-direction: row;
25 justify-content: flex-end;
28 #action-container > paper-button {
29 text-transform: upper-case;