Logo white

Peter M. Groen / knowledgetree

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • knowledgetree
  • resources
  • css
  • kt-ie-7.css
  • KTS-3199 ...
    70dab149
    "Cannot scroll to the right or left on the workflow configuration page of a large workflow"
    Fixed. Stopped div from popping out of the main page in internet explorer.
    
    Committed By: Jonathan Byrne
    Reviewed By: Jalaloedien Abrahams
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8314 c91229c3-7414-0410-bfa2-8a42b809f60b
    jonathan_byrne authored
    2008-03-27 10:26:52 +0000  
    Browse Code ยป
kt-ie-7.css 97 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10
.floatClear
{
    clear: none !important;
}

.workflow_step2
{
	overflow:scroll; 
	width:700px;
}