Added logo images to organization and project nodes
This commit is contained in:
parent
dd82d278b1
commit
39339da278
10 changed files with 1267 additions and 18 deletions
9
modules/imagefield/imagefield.css
Normal file
9
modules/imagefield/imagefield.css
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
.filefield-element .imagefield-preview {
|
||||
min-width: 100px;
|
||||
min-height: 100px;
|
||||
}
|
||||
|
||||
.filefield-element .imagefield-text {
|
||||
max-width: 40em; /* Reflect the maxlength of the ALT attribute (80 characters). */
|
||||
}
|
Reference in a new issue