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
  • Merged in from STABLE trunk... ...
    d9e5455b
    KTS-3693
    "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/STABLE/branches/3.5.3a-Release-Branch@9314 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
    2008-09-16 15:14:03 +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;
}