Mercurial > hg > rr-repo
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sites/all/modules/ctools/css/export-ui-list.css Wed Aug 21 18:51:11 2013 +0100 @@ -0,0 +1,45 @@ +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; +}