You are here

password.css in View Password 8.5

Same filename and directory in other branches
  1. 8.4 css/password.css
  2. 6.0.x css/password.css
.eye-open {
  background: url("images/eye-open.svg") no-repeat;
  display: block;
  height: 16px;
  width: 24px;
  margin-top: 2px;
  background-size: 20px;
}

.eye-close {
  background: url("images/eye-close.svg") no-repeat;
  display: block;
  height: 16px;
  width: 24px;
  margin-top: 2px;
  background-size: 20px;
}

span.shwpd {
  display: inline-block;
  margin-left: -2em;
  background-position: center;
  vertical-align: middle;
  margin-top: 0;
}

#edit-pass {
  display: inline-block;
}

File

css/password.css
View source
  1. .eye-open {
  2. background: url("images/eye-open.svg") no-repeat;
  3. display: block;
  4. height: 16px;
  5. width: 24px;
  6. margin-top: 2px;
  7. background-size: 20px;
  8. }
  9. .eye-close {
  10. background: url("images/eye-close.svg") no-repeat;
  11. display: block;
  12. height: 16px;
  13. width: 24px;
  14. margin-top: 2px;
  15. background-size: 20px;
  16. }
  17. span.shwpd {
  18. display: inline-block;
  19. margin-left: -2em;
  20. background-position: center;
  21. vertical-align: middle;
  22. margin-top: 0;
  23. }
  24. #edit-pass {
  25. display: inline-block;
  26. }