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
/
third_party
/
chromevox
/
chromevox
/
background
/
options.css
blob
9036b084cf2fbd37d5443451a4de490af31fc877
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
.hidden
{
6
position
:
absolute
;
7
left
: -
10000px
;
8
top
:
auto
;
9
width
:
1px
;
10
height
:
1px
;
11
overflow
:
hidden
;
12
}
13
14
body
{
15
font-size
:
14px
;
16
font-family
:
'Lucida Grande'
,
sans-serif
;
17
color
:
#282828
;
18
}
19
20
div
{
21
padding-left
:
30px
;
22
padding-top
:
10px
;
23
}
24
25
.option
{
26
padding-left
:
0px
;
27
padding-top
:
0px
;
28
padding-bottom
:
10px
;
29
}
30
31
p
{
32
padding-top
:
0px
;
33
margin-top
:
0px
;
34
margin-bottom
:
25px
;
35
}
36
37
h1
{
38
font-size
:
1.5em
;
39
font-weight
:
bold
;
40
margin-bottom
:
0px
;
41
padding-bottom
:
0px
;
42
}
43
44
h2
{
45
font-size
:
16px
;
46
font-weight
:
bold
;
47
padding-bottom
:
5px
;
48
margin-bottom
:
0px
;
49
}
50
51
h3
{
52
padding-bottom
:
0px
;
53
margin-bottom
:
10px
;
54
}
55
56
a
{
57
color
:
#337ef1
58
}
59
60
input
{
61
font-size
:
12pt
;
62
color
:
#787878
;
63
}
64
65
.description
{
66
margin-bottom
:
0px
;
67
}
68
69
.key
{
70
padding-left
:
0px
;
71
padding-top
:
0px
;
72
padding-bottom
:
10px
;
73
padding-right
:
5px
;
74
margin-right
:
5px
;
75
}
76
77
.key-container
{
78
padding-left
:
0px
;
79
}