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
Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git]
/
chrome
/
browser
/
resources
/
settings
/
internet_page
/
network_list.css
blob
b4d5de05e8f90a73b996872ab9b6efb4292a1f34
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
#container
{
6
border
:
1px
solid
;
7
max-height
:
1000px
;
8
min-height
:
50px
;
9
overflow-y
:
auto
;
10
}
11
12
/* Note: the 'flex' attribute on core-list doesn't work as expected. */
13
#networkList
{
14
flex
:
1
;
15
}