Mercurial > hg > rr-repo
view sites/all/modules/ctools/css/export-ui-list.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 source
body form#ctools-export-ui-list-form { margin: 0 0 20px 0; } #ctools-export-ui-list-form .form-item { padding-right: 1em; /* LTR */ float: left; /* LTR */ margin-top: 0; margin-bottom: 0; } #ctools-export-ui-list-items { width: 100%; } #edit-order-wrapper { clear: left; /* LTR */ } #ctools-export-ui-list-form .form-submit { margin-top: 1.65em; float: left; /* LTR */ } tr.ctools-export-ui-disabled td { color: #999; } th.ctools-export-ui-operations, td.ctools-export-ui-operations { text-align: right; /* LTR */ vertical-align: top; } /* Force the background color to inherit so that the dropbuttons do not need a specific background color. */ td.ctools-export-ui-operations { background-color: inherit; } td.ctools-export-ui-operations .ctools-dropbutton { text-align: left; /* LTR */ position: absolute; right: 10px; }