GITLAB

Eduardo Padilla / Congreso Gestion Ambiental

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • congreso-gestion-ambiental
  • sites
  • all
  • modules
  • ctools
  • bulk_export
  • bulk_export.css
  • 3657b1ce5   webform Browse Code ยป
    Eduardo Padilla
    2015-06-16 15:41:37 -0400  
bulk_export.css 320 Bytes
edit raw blame history permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
.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;
}