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;
}
File
-
css/export-ui-list.css
View 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;
- }