mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-15 03:35:58 +00:00
28 lines
635 B
CSS
28 lines
635 B
CSS
#wikiEditor-0-preview-dialog .wikiEditor-ui-loading {
|
|
background: #f3f3f3;
|
|
z-index: 10;
|
|
position: absolute;
|
|
left: 0;
|
|
text-align: center;
|
|
height: 100%;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
border: none;
|
|
}
|
|
#wikiEditor-0-preview-dialog .wikiEditor-ui-loading span {
|
|
display: block;
|
|
height: 24px;
|
|
width: 24px;
|
|
background: url( ../images/wikiEditor/toolbar/loading.gif ) 0 0 no-repeat;
|
|
text-indent: -9999px;
|
|
margin: 50px auto;
|
|
}
|
|
.ui-dialog .ui-dialog-buttonpane {
|
|
margin: 0 !important;
|
|
}
|
|
.wikiEditor-preview-dialog-contents {
|
|
font-size: 0.9em !important;
|
|
}
|
|
.wikiEditor-preview-dialog-contents #firstHeading {
|
|
font-size: 2.1em;
|
|
} |