color-rtl.css

Right-to-left specific stylesheet for the Color module.

File

drupal/modules/color/color-rtl.css
View source
  1. /**
  2. * @file
  3. * Right-to-left specific stylesheet for the Color module.
  4. */
  5. #placeholder {
  6. left: 0;
  7. right: auto;
  8. }
  9. /* Palette */
  10. .color-form .form-item {
  11. padding-left: 0;
  12. padding-right: 1em;
  13. }
  14. .color-form label {
  15. float: right;
  16. clear: right;
  17. }
  18. .color-form .form-text,
  19. .color-form .form-select {
  20. float: right;
  21. }
  22. .color-form .form-text {
  23. margin-right: 0;
  24. margin-left: 5px;
  25. }
  26. #palette .hook {
  27. float: right;
  28. }
  29. #palette .down,
  30. #palette .up,
  31. #palette .both {
  32. background: url(images/hook-rtl.png) no-repeat 0 0;
  33. }
  34. #palette .up {
  35. background-position: 0 -27px;
  36. }
  37. #palette .both {
  38. background-position: 0 -54px;
  39. }
  40. #palette .lock {
  41. float: right;
  42. right: -10px;
  43. }
  44. html.js #preview {
  45. float: right;
  46. }