Sha256: 10a486d4d54372e08af0ff72e2bf2dec7dd51f86126da07ce8d4abf1b04e46bc

Contents?: true

Size: 1.24 KB

Versions: 9

Compression:

Stored size: 1.24 KB

Contents

.dijitAdditionalEditorIconInsertEntity {
	
	background-image: url(../icons/insertEntity.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 18px;
	height: 18px;
}
.dijitDisabled .dijitAdditionalEditorIconInsertEntity {
	
	background-image: url(../icons/insertEntityDisabled.gif);
}
.dojoxEntityPalette {
	
	border: 1px solid #999;
	background: #fff;
	-moz-border-radius: 3pt;
}
.dojoxEntityPaletteCell {
	
	border: 1px dotted gray;
	width: 20px;	
	line-height: 18px;
	overflow: hidden;
	z-index: 10;
	text-align: center;
}
.dojoxEntityPaletteCell:hover, .dojoxEntityPaletteCell:active, .dojoxEntityPaletteCell:focus {
	width: 18px;
    line-height: 16px;
	overflow: hidden;
	cursor: default;
	border:1px dashed #000;
	outline:1px dashed #dedede;
}
.dojoxEntityPalettePreviewTable {
	table-layout: auto;
	font-size: 1em;
	width: 100%;
}
.dojoxEntityPalettePreviewHeader {
	font-size: .8em;
	padding: 3px 3px 3px 3px;
}
.dojoxEntityPalettePreviewDetailEntity {
	font-size: 3em;
	font-weight: bold;
	width: 1em;
	text-align: center;
}
.dojoxEntityPalettePreviewDetail {
	font-size: 1em;
	vertical-align: middle;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
}
.dijit_a11y .dojoxEntityPaletteCell {
	background-color:transparent !important;
}

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
dojox-rails-0.14.0 vendor/assets/stylesheets/editor/plugins/resources/css/InsertEntity.css
dojox-rails-0.13.0 vendor/assets/stylesheets/editor/plugins/css/InsertEntity.css
dojox-rails-0.12.0 vendor/assets/stylesheets/editor/plugins/css/InsertEntity.css
dojox-rails-0.11.0 vendor/assets/stylesheets/editor/plugins/css/InsertEntity.css
dojo-rails-0.9.4 vendor/assets/javascripts/dojox/editor/plugins/resources/css/InsertEntity.css
dojo-rails-0.9.3 vendor/assets/javascripts/dojox/editor/plugins/resources/css/InsertEntity.css
dojo-rails-0.9.2 vendor/assets/javascripts/dojox/editor/plugins/resources/css/InsertEntity.css
dojo-rails-0.9.1 vendor/assets/javascripts/dojox/editor/plugins/resources/css/InsertEntity.css
dojo-rails-0.9.0 vendor/assets/javascripts/dojox/editor/plugins/resources/css/InsertEntity.css