Skip to content
filefield.css 1.67 KiB
Newer Older
Nate Lampton's avatar
Nate Lampton committed
/* $Id$ */

/**
 * Overall styles
 */
.filefield-icon {
Nate Lampton's avatar
Nate Lampton committed
  float: left; /* RTL */
  margin-right: 0.4em; /* RTL */
Nate Lampton's avatar
Nate Lampton committed
/* End formatter styles. */
Nate Lampton's avatar
Nate Lampton committed
 * General widget form styles (applicable to all widgets).
.filefield-element {
  margin: 1em 0;
  white-space: normal;
.filefield-element .widget-preview {
Nate Lampton's avatar
Nate Lampton committed
  float: left; /* RTL */
  padding-right: 10px; /* RTL */
  border-right: 1px solid #CCC; /* RTL */
  margin-right: 10px; /* RTL */
Nate Lampton's avatar
Nate Lampton committed
  float: left; /* RTL */
.filefield-element .filefield-preview {
  width: 16em;
  overflow: hidden;
}

.filefield-element .widget-edit .form-item {
.filefield-element input.form-submit,
.filefield-element input.form-file {
  margin: 0;
.filefield-element input.progress-disabled {
  float: none;
  display: inline;
.filefield-element div.ahah-progress,
.filefield-element div.throbber {
  display: inline;
  float: none;
Nate Lampton's avatar
Nate Lampton committed
  padding: 1px 13px 2px 3px; /* RTL */
Nate Lampton's avatar
Nate Lampton committed
/* End general widget form styles. */

/**
 * Generic file edit widget styles. Not applicable to other widgets that
 * might hook into filefield (say, a widget with an image preview).
 */

.filefield-generic-edit .filefield-icon {
Nate Lampton's avatar
Nate Lampton committed
  float: left; /* RTL */
  margin-right: 0.7em; /* RTL */
Nate Lampton's avatar
Nate Lampton committed
  margin-right: 6em; /* RTL */
Nate Lampton's avatar
Nate Lampton committed
/* The text field is made unnecessarily long by node.css - shorten it. */
.filefield-generic-edit .form-text {
Nate Lampton's avatar
Nate Lampton committed

.filefield-generic-edit .description {
  white-space: normal;
  margin-bottom: 0;
Nate Lampton's avatar
Nate Lampton committed
  overflow: auto; /* Indent on line wraps, don't float around the icon. */
Nate Lampton's avatar
Nate Lampton committed
/* End widget form styles. */