You are here

username_check.css in Username originality AJAX check 8

Same filename and directory in other branches
  1. 5 username_check.css
  2. 6 username_check.css
  3. 7 username_check.css
#username-check-informer {
  background: url(images/throbber.gif) center top no-repeat;
  padding-left: 16px;
}
.username-check-informer-progress {
  background: url(images/throbber.gif) no-repeat center -20px !important;
}
.username-check-informer-accepted {
  background: url(images/accepted.png) no-repeat center center !important;
}
.username-check-informer-rejected {
  background: url(images/rejected.png) no-repeat center center !important;
}

#username-check-message {
  color: #FF0000;
  font-weight: normal;
  display: none;
  margin: 15px 0;
}

.username-check-message-rejected {
  color: #FF0000;
}




#profile-check-informer {
  background: url(images/throbber.gif) center top no-repeat;
  padding-left: 16px;
}
.profile-check-informer-progress {
  background: url(images/throbber.gif) no-repeat center -20px !important;
}
.profile-check-informer-accepted {
  background: url(images/accepted.png) no-repeat center center !important;
}
.profile-check-informer-rejected {
  background: url(images/rejected.png) no-repeat center center !important;
}

#profile-check-message {
  color: #FF0000;
  font-weight: normal;
  display: none;
  margin: 15px 0;
}

.profile-check-message-rejected {
  color: #FF0000;
}





#mail-check-informer {
  background: url(images/throbber.gif) center top no-repeat;
  padding-left: 16px;
}
.mail-check-informer-progress {
  background: url(images/throbber.gif) no-repeat center -20px !important;
}
.mail-check-informer-accepted {
  background: url(images/accepted.png) no-repeat center center !important;
}
.mail-check-informer-rejected {
  background: url(images/rejected.png) no-repeat center center !important;
}

#mail-check-message {
  color: #FF0000;
  font-weight: normal;
  display: none;
  margin: 15px 0;
}

.mail-check-message-rejected {
  color: #FF0000;
}

File

username_check.css
View source
  1. #username-check-informer {
  2. background: url(images/throbber.gif) center top no-repeat;
  3. padding-left: 16px;
  4. }
  5. .username-check-informer-progress {
  6. background: url(images/throbber.gif) no-repeat center -20px !important;
  7. }
  8. .username-check-informer-accepted {
  9. background: url(images/accepted.png) no-repeat center center !important;
  10. }
  11. .username-check-informer-rejected {
  12. background: url(images/rejected.png) no-repeat center center !important;
  13. }
  14. #username-check-message {
  15. color: #FF0000;
  16. font-weight: normal;
  17. display: none;
  18. margin: 15px 0;
  19. }
  20. .username-check-message-rejected {
  21. color: #FF0000;
  22. }
  23. #profile-check-informer {
  24. background: url(images/throbber.gif) center top no-repeat;
  25. padding-left: 16px;
  26. }
  27. .profile-check-informer-progress {
  28. background: url(images/throbber.gif) no-repeat center -20px !important;
  29. }
  30. .profile-check-informer-accepted {
  31. background: url(images/accepted.png) no-repeat center center !important;
  32. }
  33. .profile-check-informer-rejected {
  34. background: url(images/rejected.png) no-repeat center center !important;
  35. }
  36. #profile-check-message {
  37. color: #FF0000;
  38. font-weight: normal;
  39. display: none;
  40. margin: 15px 0;
  41. }
  42. .profile-check-message-rejected {
  43. color: #FF0000;
  44. }
  45. #mail-check-informer {
  46. background: url(images/throbber.gif) center top no-repeat;
  47. padding-left: 16px;
  48. }
  49. .mail-check-informer-progress {
  50. background: url(images/throbber.gif) no-repeat center -20px !important;
  51. }
  52. .mail-check-informer-accepted {
  53. background: url(images/accepted.png) no-repeat center center !important;
  54. }
  55. .mail-check-informer-rejected {
  56. background: url(images/rejected.png) no-repeat center center !important;
  57. }
  58. #mail-check-message {
  59. color: #FF0000;
  60. font-weight: normal;
  61. display: none;
  62. margin: 15px 0;
  63. }
  64. .mail-check-message-rejected {
  65. color: #FF0000;
  66. }