export-ui-list.css 866 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. }