Sign in
chromium
/
chromium
/
src.git
/
56.0.2923.0
/
.
/
third_party
/
WebKit
/
LayoutTests
/
dialog
/
resources
/
dialog.css
blob: e96969f47585081cb95a751195981d324381e4a2 [
file
] [
log
] [
blame
]
.
pseudodialog
{
position
:
absolute
;
left
:
0
;
right
:
0
;
width
:
-webkit-fit-content
;
height
:
-webkit-fit-content
;
margin
:
auto
;
border
:
solid
;
padding
:
1em
;
background
:
white
;
color
:
black
;
}