You are here

location-rtl.css in Location 7.3

Location RTL CSS rules.

File

location-rtl.css
View source
  1. /**
  2. * @file
  3. * Location RTL CSS rules.
  4. */
  5. .location .form-item label {
  6. float: right;
  7. text-align: right;
  8. padding-right: 0;
  9. padding-left: 10px;
  10. }
  11. .location .form-item label.option {
  12. padding-left: 0;
  13. }