export-ui-list.css

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
  1. body form#ctools-export-ui-list-form {
  2. margin: 0 0 20px 0;
  3. }
  4. #ctools-export-ui-list-form .form-item {
  5. padding-right: 1em; /* LTR */
  6. float: left; /* LTR */
  7. margin-top: 0;
  8. margin-bottom: 0;
  9. }
  10. #ctools-export-ui-list-items {
  11. width: 100%;
  12. }
  13. #edit-order-wrapper {
  14. clear: left; /* LTR */
  15. }
  16. #ctools-export-ui-list-form .form-submit {
  17. margin-top: 1.65em;
  18. float: left; /* LTR */
  19. }
  20. tr.ctools-export-ui-disabled td {
  21. color: #999;
  22. }
  23. th.ctools-export-ui-operations,
  24. td.ctools-export-ui-operations {
  25. text-align: right; /* LTR */
  26. vertical-align: top;
  27. }
  28. /* Force the background color to inherit so that the dropbuttons do not need
  29. a specific background color. */
  30. td.ctools-export-ui-operations {
  31. background-color: inherit;
  32. }
  33. td.ctools-export-ui-operations .ctools-dropbutton {
  34. text-align: left; /* LTR */
  35. position: absolute;
  36. right: 10px;
  37. }