You are here

bulk_export.css in Chaos Tool Suite (ctools) 6

Same filename and directory in other branches
  1. 7 bulk_export/bulk_export.css
div.export-container {
  width: 48%;
  float: left;
  padding: .5em;
}

div.export-container table {
  width: 100%;
}

div.export-container table input,
div.export-container table th,
div.export-container table td {
  padding: 0 0 0 .5em;
  margin: 0;
}

File

bulk_export/bulk_export.css
View source
  1. div.export-container {
  2. width: 48%;
  3. float: left;
  4. padding: .5em;
  5. }
  6. div.export-container table {
  7. width: 100%;
  8. }
  9. div.export-container table input,
  10. div.export-container table th,
  11. div.export-container table td {
  12. padding: 0 0 0 .5em;
  13. margin: 0;
  14. }