You are here

bulk_export.css in Chaos Tool Suite (ctools) 7

Same filename and directory in other branches
  1. 6 bulk_export/bulk_export.css
.export-container {
  width: 48%;
  float: left;
  padding: 5px 1% 0;
}
.export-container table {
  width: 100%;
}
.export-container table input,
.export-container table th,
.export-container table td {
  padding: 0 0 .2em .5em;
  margin: 0;
  vertical-align: middle;
}
.export-container .select-all {
  width: 1.5em;
}

File

bulk_export/bulk_export.css
View source
  1. .export-container {
  2. width: 48%;
  3. float: left;
  4. padding: 5px 1% 0;
  5. }
  6. .export-container table {
  7. width: 100%;
  8. }
  9. .export-container table input,
  10. .export-container table th,
  11. .export-container table td {
  12. padding: 0 0 .2em .5em;
  13. margin: 0;
  14. vertical-align: middle;
  15. }
  16. .export-container .select-all {
  17. width: 1.5em;
  18. }