jupyterlab-emrys
Version:
A computational environment for Jupyter. Powered by Emrys
43 lines (32 loc) • 716 B
CSS
/*-----------------------------------------------------------------------------
| Copyright (c) 2014-2016, Jupyter Development Team.
|
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
.jp-Dialog {
position: absolute;
z-index: 10000;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
top: 0px;
left: 0px;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
.jp-Dialog-content {
margin-left: auto;
margin-right: auto;
}
.jp-Dialog-header {
}
.jp-Dialog-footer {
}
.jp-Dialog-title {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}