/usr/share/drupal6/modules/imagefield/imagefield.css is in drupal6-mod-imagefield 3.10-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | .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). */
}
|