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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
chrome
/
browser
/
resources
/
settings
/
settings_main
/
settings_main.css
blob
faeafa63a6526ba10bf8121506fe0eeb79711587
1
/* Copyright 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
:
host
{
6
bottom
:
0
;
7
color
:
black
;
8
display
:
block
;
9
left
:
0
;
10
position
:
absolute
;
11
right
:
0
;
12
top
:
0
;
13
}
14
15
#mainContainer
{
16
box-sizing
:
border-box
;
17
height
:
100
%;
18
overflow
:
auto
;
19
padding
:
34px 16px
;
20
}
21
22
::
content core-icon-button
{
23
position
:
absolute
;
24
}