style-blast-forms.css 237 B

1234567891011121314151617
  1. /**
  2. * @file
  3. * Handles CSS Themeing of the BLAST input forms.
  4. */
  5. div.center {
  6. margin-left: auto;
  7. margin-right: auto;
  8. width: 70%;
  9. }
  10. .blastdb-extra-info {
  11. padding: 10px;
  12. border: 1px solid #be7;
  13. background-color: #f8fff0;
  14. }