dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
49 lines (40 loc) • 938 B
CSS
.dijitEditorSpellCheckIcon {
background-image: url(../icons/spellcheck.gif);
background-repeat: no-repeat;
background-position: center center;
width: 18px;
height: 18px;
}
.dijitEditorSpellCheckBusyIcon {
background-image: url(../images/checking.gif);
background-repeat: no-repeat;
background-position: center center;
display: inline-block;
width: 16px;
height: 16px;
}
.dijitEditorSpellCheckTable .dijitEditorSpellCheckBox {
width: 15em;
}
.dijitEditorSpellCheckTable .listHeight {
height: 5em;
}
.dijitEditorSpellCheckTable,
.dijitEditorSpellCheckTable td {
border: none;
border-width: 0px;
vertical-align: top;
}
.dijitEditorSpellCheckTable .alignBottom {
vertical-align: bottom;
}
.dijitEditorSpellCheckTable .blockButton,
.dijitEditorSpellCheckTable .dijitButtonNode {
display: block;
}
.dijitEditorSpellCheckTable .topMargin {
margin-top: 0.56em;
}
.dijitEditorSpellCheckTable .hidden {
display: none;
}