width: 16px;
margin-right: 6px;
vertical-align: middle;
+ padding-left: 0em !important;
}
.navi_main .abstract_class > a, .navi_inline .abstract_class > a {
.brief_description a.abstract_class {
background-image: url(abstractclass.png);
font-style: italic;
+ background-repeat: no-repeat;
+ padding-left: 1.5em;
}
.abstract_method::before,
.description a.abstract_method,
.brief_description a.abstract_method {
background-image: url(abstractmethod.png);
+ background-repeat: no-repeat;
+ padding-left: 1.5em;
}
.abstract_property::before,
.description a.abstract_property,
.brief_description a.abstract_property {
background-image: url(abstractproperty.png);
+ background-repeat: no-repeat;
+ padding-left: 1.5em;
}
.class::before,
.description a.class,
.brief_description a.class {
background-image: url(class.png);
+ background-repeat: no-repeat;
+ padding-left: 1.5em;
}
.constant::before,
.description a.constant,
.brief_description a.constant {
background-image: url(constant.png);
+ background-repeat: no-repeat;
+ padding-left: 1.5em;
}
.creation_method::before,
.document::before {
background-image: url(document.png);
+ background-repeat: no-repeat;
+ padding-left: 1.5em;
}
.enum::before,
.description a.errorcode,
.brief_description a.errorcode {
background-image: url(errorcode.png);
+ background-repeat: no-repeat;
+ padding-left: 1.5em;
}
.errordomain::before,
.description a.errordomain,
.brief_description a.errordomain {
background-image: url(errordomain.png);
+ background-repeat: no-repeat;
+ padding-left: 1.5em;
}
.field::before,
.description a.field,
.brief_description a.field {
background-image: url(field.png);
+ background-repeat: no-repeat;
+ padding-left: 1.5em;
}
.interface::before,
.description a.interface,
.brief_description a.interface {
background-image: url(interface.png);
+ background-repeat: no-repeat;
+ padding-left: 1.5em;
}
.method::before,
.description a.method,
.brief_description a.method {
background-image: url(method.png);
+ background-repeat: no-repeat;
+ padding-left: 1.5em;
}
.namespace::before,
.description a.namespace,
.brief_description a.namespace {
background-image: url(namespace.png);
+ background-repeat: no-repeat;
+ padding-left: 1.5em;
}
.package::before {
background-image: url(package.png);
+ background-repeat: no-repeat;
}
.package_index::before {
background-image: url(packages.png);
+ background-repeat: no-repeat;
}
.property::before,
.description a.property,
.brief_description a.property {
background-image: url(property.png);
+ background-repeat: no-repeat;
+ padding-left: 1.5em;
}
.signal::before,
.description a.signal,
.brief_description a.signal {
background-image: url(signal.png);
+ background-repeat: no-repeat;
+ padding-left: 1.5em;
}
.static_method::before,
.description a.static_method,
.brief_description a.static_method {
background-image: url(staticmethod.png);
+ background-repeat: no-repeat;
+ padding-left: 1.5em;
}
.struct::before,
.description a.struct,
.brief_description a.struct {
background-image: url(struct.png);
+ background-repeat: no-repeat;
+ padding-left: 1.5em;
}
.virtual_method::before,
.description a.virtual_method,
.brief_description a.virtual_method {
background-image: url(virtualmethod.png);
+ background-repeat: no-repeat;
+ padding-left: 1.5em;
}
.virtual_property::before,
.description a.virtual_property,
.brief_description a.virtual_property {
background-image: url(virtualproperty.png);
+ background-repeat: no-repeat;
+ padding-left: 1.5em;
}