repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
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
blob
6486685b0c7c80e0f8a3a2e2eddf9cbfd348ba8f
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
*/
5
6
.scanning-msg
{
7
-webkit-margin-start
:
50px
;
8
}
9
10
.spinner
{
11
float
:
left
;
12
height
:
18px
;
13
margin
:
7px
;
14
width
:
18px
;
15
}
16
17
[
dir
=
'rtl'
] .
spinner
{
18
float
:
right
;
19
}
20
21
.content-area
{
22
height
:
120px
;
23
overflow
:
auto
;
24
}
25
26
.disabled
{
27
opacity
:
0.7
;
28
}