Mercurial > hg > rr-repo
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:ff03f76ab3fe |
---|---|
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 } |