system.base-rtl.css 873 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /**
  2. * @file
  3. * Generic theme-independent base styles.
  4. */
  5. /**
  6. * Autocomplete.
  7. */
  8. /* Animated throbber */
  9. html.js input.form-autocomplete {
  10. background-position: 0% center;
  11. }
  12. html.js input.throbbing {
  13. background-position: 0% center;
  14. }
  15. /**
  16. * Progress bar.
  17. */
  18. .progress .percentage {
  19. float: left;
  20. }
  21. .progress-disabled {
  22. float: right;
  23. }
  24. .ajax-progress {
  25. float: right;
  26. }
  27. .ajax-progress .throbber {
  28. float: right;
  29. }
  30. /**
  31. * TableDrag behavior.
  32. */
  33. .draggable a.tabledrag-handle {
  34. float: right;
  35. margin-right: -1em;
  36. margin-left: 0;
  37. }
  38. a.tabledrag-handle .handle {
  39. margin: -0.4em 0.5em;
  40. padding: 0.42em 0.5em;
  41. }
  42. div.indentation {
  43. float: right;
  44. margin: -0.4em -0.4em -0.4em 0.2em;
  45. padding: 0.42em 0.6em 0.42em 0;
  46. }
  47. div.tree-child,
  48. div.tree-child-last {
  49. background-position: -65px center;
  50. }
  51. .tabledrag-toggle-weight-wrapper {
  52. text-align: left;
  53. }