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
Fix missing "..." in the supervised user import dialog.
[chromium-blink-merge.git]
/
chrome
/
browser
/
resources
/
identity_internals.css
blob
4d30370ae3eeed2671bed3871cc960bd87913011
1
/* Copyright 2013 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
.header
{
6
color
:
rgb
(
74
,
142
,
230
);
7
font-size
:
100
%;
8
margin-bottom
:
0
;
9
}
10
11
#token-list
{
12
width
:
100
%;
13
}
14
15
tr
:
nth-child
(
odd
) {
16
background
:
rgb
(
239
,
243
,
255
);
17
}
18
19
td
.
label
{
20
font-weight
:
bold
;
21
vertical-align
:
top
;
22
}
23
24
td
.
token-actions
{
25
text-align
:
center
;
26
}