Logo white

Peter M. Groen / knowledgetree

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • knowledgetree
  • thirdpartyjs
  • extjs
  • examples
  • lib.css
  • KTS-673 ...
    de9e1274
    "The search algorithm needs some work"
    Added. Examples folder was missing.
    
    KTS-2901
    "Search2: the quick search options are not clickable"
    Updated. This should resolve the javascript error.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8176 c91229c3-7414-0410-bfa2-8a42b809f60b
    Conrad Vermeulen authored
    2008-02-28 08:42:50 +0000  
    Browse Code ยป
lib.css 291 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
/*
 * Ext JS Library 1.1 Beta 1
 * Copyright(c) 2006-2007, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://www.extjs.com/license
 */

#lib-bar {
    position:absolute;
    top:0;
    right:0;
    z-index:100;
}
#lib-bar-inner {
    padding:4px;
}
#lib-bar * {
    font-size:11px;
}