efd.adminimal.css |
css/efd.adminimal.css |
|
.extra-description {
font-size: 13px;
font-weight: normal;
color: #716969;
}
.extra-description a {
display: inline;
}
.extra-description.with-title {
text-transform: none;
} |
efd.bartik.css |
css/efd.bartik.css |
|
.extra-description {
font-size: 0.923em;
color: rgb(167, 167, 167);
}
.extra-description a {
color: rgb(56, 168, 255);
}
.extra-description a {
display: inline;
}
.extra-description.with-title {
text-transform: none;
} |
efd.seven.css |
css/efd.seven.css |
|
.extra-description {
font-size: 0.923em;
color: rgb(102, 102, 102);
}
.extra-description a {
display: inline;
}
.extra-description.with-title {
text-transform: none;
}
label .extra-description {
font-weight: normal;
} |
extra_field_description.info |
extra_field_description.info |
|
name = Extra field description
description = Extra description for fields.
package = Fields
core = 7.x |
extra_field_description.module |
extra_field_description.module |
|
Main module functions for the extra_field_description module. |
README.txt |
README.txt |
|
README.txt
==========
When we create content, it does not always work how we want.
Sometimes we need clarify field below and above of the field.
You can configure extra description in field settings.
* Features *
Optimize for Rubik theme.
Append… |