system.base-rtl.css

Generic theme-independent base styles.

File

drupal/core/modules/system/system.base-rtl.css
View source
  1. /**
  2. * @file
  3. * Generic theme-independent base styles.
  4. */
  5. /**
  6. * Autocomplete.
  7. */
  8. /* Animated throbber */
  9. .js input.form-autocomplete {
  10. background-position: 0% 2px;
  11. }
  12. .js input.throbbing {
  13. background-position: 0% -18px;
  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. /**
  28. * TableDrag behavior.
  29. */
  30. .draggable a.tabledrag-handle {
  31. float: right;
  32. margin-right: -1em;
  33. margin-left: 0;
  34. }
  35. a.tabledrag-handle .handle {
  36. margin: -0.4em 0.5em;
  37. padding: 0.42em 0.5em;
  38. }
  39. div.indentation {
  40. float: right;
  41. margin: -0.4em -0.4em -0.4em 0.2em;
  42. padding: 0.42em 0.6em 0.42em 0;
  43. }
  44. div.tree-child,
  45. div.tree-child-last {
  46. background-position: -65px center;
  47. }
  48. .tabledrag-toggle-weight-wrapper {
  49. text-align: left;
  50. }