Only grant permissions to new extensions from sync if they have the expected version
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / choose_mobile_network.css
blob6486685b0c7c80e0f8a3a2e2eddf9cbfd348ba8f
1 /* Copyright (c) 2012 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.
4 */
6 .scanning-msg {
7 -webkit-margin-start: 50px;
10 .spinner {
11 float: left;
12 height: 18px;
13 margin: 7px;
14 width: 18px;
17 [dir='rtl'] .spinner {
18 float: right;
21 .content-area {
22 height: 120px;
23 overflow: auto;
26 .disabled {
27 opacity: 0.7;