You are here

imagefield.css in ImageField 6.3

Same filename and directory in other branches
  1. 5.2 imagefield.css
  2. 5 imagefield.css
.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.css
View source
  1. .filefield-element .imagefield-preview {
  2. min-width: 100px;
  3. min-height: 100px;
  4. }
  5. .filefield-element .imagefield-text {
  6. max-width: 40em; /* Reflect the maxlength of the ALT attribute (80 characters). */
  7. }