Index: trunk/extensions/UsabilityInitiative/css/wikiEditor.preview.css |
— | — | @@ -14,3 +14,26 @@ |
15 | 15 | padding: 1em; |
16 | 16 | background-color: white; |
17 | 17 | } |
| 18 | + |
| 19 | +#wikiEditor-0-preview-dialog .wikiEditor-ui-loading { |
| 20 | + background: #f3f3f3; |
| 21 | + z-index: 10; |
| 22 | + position: absolute; |
| 23 | + left: 0; |
| 24 | + text-align: center; |
| 25 | + height: 100%; |
| 26 | + width: 100%; |
| 27 | + overflow: hidden; |
| 28 | + border: none; |
| 29 | +} |
| 30 | +#wikiEditor-0-preview-dialog .wikiEditor-ui-loading span { |
| 31 | + display: block; |
| 32 | + height: 24px; |
| 33 | + width: 24px; |
| 34 | + background: url( ../images/wikiEditor/toolbar/loading.gif ) 0 0 no-repeat; |
| 35 | + text-indent: -9999px; |
| 36 | + margin: 0 auto; |
| 37 | +} |
| 38 | +.ui-dialog .ui-dialog-buttonpane { |
| 39 | + margin: 0 !important; |
| 40 | +} |
\ No newline at end of file |