You are here

acquia_lift.inputs-rtl.css in Acquia Lift Connector 7.2

Style elements that have specialized input features.

File

css/acquia_lift.inputs-rtl.css
View source
  1. /**
  2. * @file
  3. * Style elements that have specialized input features.
  4. */
  5. .acquia-lift-revealing-input .acquia-lift-revealer,
  6. .acquia-lift-revealing-input input,
  7. .acquia-lift-revealing-input .acquia-lift-reveal-value {
  8. float: right; /* RTL */
  9. }
  10. /* Show the edit icon for the revealer */
  11. .acquia-lift-revealing-input .acquia-lift-revealer {
  12. margin-right: .5em; /* RTL */
  13. }