/*
 * Overrides ugly standard theme of active scaffold
 */
.active-scaffold input.text-input {
  font-size: 10px;
  font-weight: normal;
  letter-spacing: normal;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  width: 400px;
}

.active-scaffold select {
  font-size: 10px;
  font-weight: normal;
  letter-spacing: normal;
  font-family: Verdana,Arial,Helvetica,sans-serif;
}

.active-scaffold textarea {
  font-size: 10px;
  font-weight: normal;
  letter-spacing: normal;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  width: 600px;
}

/*
 * Adjust the size of some fields of mail_template
 */
.active-scaffold tbody#admin__mail_template-tbody #record_subject {
  width: 600px;
}
/*
 * Adjust the size of some fields of injection_mailbox
 */
.active-scaffold tbody#admin__injection_mailbox-tbody #record_user, #record_options, #record_path {
  width: 400px;
}
.active-scaffold tbody#admin__injection_mailbox-tbody #record_host {
  width: 200px;
}
.active-scaffold tbody#admin__injection_mailbox-tbody #record_interval {
  width: 40px;
}