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
[sql] Remove _HAS_EXCEPTIONS=0 from build info.
[chromium-blink-merge.git]
/
chrome
/
browser
/
resources
/
settings
/
sync_page
/
sync_page.css
blob
3cf92e790e5fd5f581df168c9fa463914be0c230
1
/* Copyright (c) 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. */
4
5
paper-radio-button
{
6
display
:
block
;
7
}
8
9
.checkbox-container
{
10
display
:
flex
;
11
flex-flow
:
column
;
12
}
13
14
.checkbox-container-row
{
15
display
:
flex
;
16
}
17
18
.checkbox-container-row > cr-checkbox
{
19
display
:
flex
;
20
flex-basis
:
0
;
21
flex-grow
:
1
;
22
}