imagefield.css in ImageField 6.3
Same filename and directory in other branches
.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). */
}
File
imagefield.cssView source
- 
 - .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). */
 - }