diff sites/all/modules/ctools/bulk_export/bulk_export.css @ 0:ff03f76ab3fe

initial version
author danieleb <danielebarchiesi@me.com>
date Wed, 21 Aug 2013 18:51:11 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sites/all/modules/ctools/bulk_export/bulk_export.css	Wed Aug 21 18:51:11 2013 +0100
@@ -0,0 +1,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;
+}