GITLAB

Eduardo Padilla / Congreso Gestion Ambiental

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • congreso-gestion-ambiental
  • modules
  • image
  • image.css
  • 01bdb85d1   archivos drupal Browse Code ยป
    Eduardo Padilla
    2015-06-16 12:06:47 -0400  
image.css 225 Bytes
edit raw blame history
1 2 3 4 5 6 7 8 9 10 11 12 13 14

/**
 * Image upload widget.
 */
div.image-preview {
  float: left; /* LTR */
  padding: 0 10px 10px 0; /* LTR */
}
div.image-widget-data {
  float: left; /* LTR */
}
div.image-widget-data input.text-field {
  width: auto;
}