You are here

panels_export.css in Panels 6.2

Same filename and directory in other branches
  1. 5.2 panels_export/panels_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

panels_export/panels_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. }