color-rtl.css

#placeholder {
  left: 0;
  right: auto;
}

/* Palette */
.color-form .form-item {
  padding-left: 0;
  padding-right: 1em;
}
.color-form label {
  float: right;
  clear: right;
}
.color-form .form-text, .color-form .form-select {
  float: right;
}
.color-form .form-text {
  margin-right: 0;
  margin-left: 5px;
}

#palette .hook {
  float: right;
}
#palette .down, #palette .up, #palette .both {
  background: url(images/hook-rtl.png) no-repeat 0 0;
}
#palette .up {
  background-position: 0 -27px;
}
#palette .both {
  background-position: 0 -54px;
}

#palette .lock {
  float: right;
  right: -10px;
}
html.js #preview {
  float: right;
}

Archivo

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