Logo white

Peter M. Groen / knowledgetree

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • knowledgetree
  • plugins
  • passwordResetPlugin
  • resources
  • passwordReset.css
  • KTS-3693 ...
    7c6ba914
    "Password reset"
    Fixed. Migrated the plugin from KTLive.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9304 c91229c3-7414-0410-bfa2-8a42b809f60b
    Megan Watson authored
    2008-09-16 07:52:24 +0000  
    Browse Code ยป
passwordReset.css 268 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
#forgot_box {
    display: none;
    visibility: hidden;
}

#reset_box {
	display: none;
    visibility: hidden;
}

.smaller{
    padding-top: 5px;
	font-family: sans-serif;
    font-size: 9px;
}

#messages {
	display: none;
    visibility: hidden;
    padding: 5px;
}