aboutsummaryrefslogtreecommitdiff
path: root/image.css
blob: a3f6114cd8b4f5779e67a891e7011a851c7edacf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* $Id$ */

/**
 * 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;
}