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
BookmarkManager: Fix 'new folder text field size changes on clicking it' issue.
[chromium-blink-merge.git]
/
chrome
/
browser
/
resources
/
gaia_auth
/
main.css
blob
397947616e688a738e064017c297dfbd0426ea84
1
/* Copyright 2013 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
html
,
7
body
,
8
iframe
{
9
height
:
100
%;
10
margin
:
0
;
11
padding
:
0
;
12
width
:
100
%;
13
}
14
15
iframe
{
16
overflow
:
hidden
;
17
}
18
19
webview
{
20
display
:
inline-block
;
21
height
:
100
%;
22
margin
:
0
;
23
padding
:
0
;
24
width
:
100
%;
25
}