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
Reword the bubble title for unsupported (non-cws) extensions.
[chromium-blink-merge.git]
/
remoting
/
webapp
/
connection_stats.css
blob
ffcf784c63b5d09c668939e7f3eb261891d5c8f4
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
6
#statistics
{
7
background-color
:
white
;
8
left
:
0
;
9
bottom
:
0
;
10
border-top
:
1px
solid black
;
11
height
:
15px
;
12
margin
:
0
;
13
opacity
:
0.85
;
14
padding
:
0
;
15
position
:
fixed
;
16
width
:
100
%;
17
z-index
:
100
;
18
}