Sha256: 689bd9fb3a42a30ca526534cb59dcebe88a46f5f43da86fe9b4eb3a83541e277

Contents?: true

Size: 930 Bytes

Versions: 4

Compression:

Stored size: 930 Bytes

Contents

.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;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dojox-rails-0.14.0 vendor/assets/stylesheets/editor/plugins/resources/css/SpellCheck.css
dojox-rails-0.13.0 vendor/assets/stylesheets/editor/plugins/css/SpellCheck.css
dojox-rails-0.12.0 vendor/assets/stylesheets/editor/plugins/css/SpellCheck.css
dojox-rails-0.11.0 vendor/assets/stylesheets/editor/plugins/css/SpellCheck.css