Only grant permissions to new extensions from sync if they have the expected version
[chromium-blink-merge.git] / chrome / browser / resources / md_downloads / shared_style.css
blob3aae4d7b5bda3ce33ae4d41d402cded38061087e
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 * {
6 --downloads-item-width: 622px;
7 /* (1024 total width - 622 item width) / 2 = 201 room to play. */
8 --downloads-side-column-basis: 201px;
11 paper-button {
12 margin: 0;
13 min-width: auto;
16 paper-button[lowercase] {
17 text-transform: none;
20 paper-button:not([lowercase]) {
21 font-weight: 500;