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
Roll src/third_party/WebKit 3529d49:06e8485 (svn 202554:202555)
[chromium-blink-merge.git]
/
remoting
/
webapp
/
app_remoting
/
html
/
cloud_print_dialog.css
blob
c9533b6aac9f5636bb68490c9d77745b4123da5e
1
/* Copyright 2014 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
.cloud-print-webview-class
{
7
position
:
fixed
;
8
width
:
660px
;
9
height
:
500px
;
10
background
:
white
;
11
z-index
:
50
;
12
border-style
:
solid
;
13
border-width
:
5px
;
14
}