No Description

um-admin-rtl.css 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .um-admin-yesno span.yes, .um-admin-yesno span.no {
  2. padding: 0 10px 0 0;
  3. }
  4. .um-admin-drag-ctrls-demo.um-admin-drag-ctrls {
  5. left: 12px;
  6. right: auto;
  7. }
  8. .um-admin-drag-row-icons {
  9. left: 0;
  10. right: auto;
  11. }
  12. .um-admin-drag-ctrls.columns {
  13. right: 0 !important;
  14. left: auto;
  15. }
  16. .um-admin-drag-ctrls.columns a {
  17. float: right;
  18. }
  19. .um-admin-drag-rowsub-icons {
  20. right: auto;
  21. left: 0;
  22. }
  23. .um-admin-drag-row-icons a {
  24. float: right;
  25. }
  26. .um-admin-drag-fld-icons a {
  27. float: right;
  28. }
  29. .um-admin-drag-fld-icons {
  30. float: left;
  31. }
  32. .um-admin-drag-fld-title, .um-admin-drag-fld-type {
  33. float: right;
  34. margin: 0 20px 0 0;
  35. }
  36. .select2-container .select2-choice > .select2-chosen {
  37. text-align: right !important;
  38. }
  39. .select2-container .select2-choice .select2-arrow {
  40. border: none !important;
  41. right: auto !important;
  42. left: 0 !important;
  43. }
  44. .select2-container .select2-choice > .select2-chosen {
  45. margin-right: 10px !important;
  46. margin-left: 26px !important;
  47. }
  48. .um-form-fields-section {
  49. padding: 0 0 0 10px;
  50. }
  51. .um-form-fields-section {
  52. float: right;
  53. }
  54. .um-form-fields-section label input {
  55. float: right;
  56. }