Logo white

Peter M. Groen / knowledgetree

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • knowledgetree
  • setup
  • wizard
  • resources
  • css
  • ie6.css
  • KTS-4443: Updated CSS On Setup Wizards ...
    219d4e66
    Committed by: Jarrett Jordaan
    
    Reviewed by: Prince Mbekwa
    Jarrett Jordaan authored
    2009-10-23 11:06:24 +0200  
    Browse Code ยป
ie6.css 384 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 22 23 24 25 26 27 28 29 30 31 32
#logo {
	position:relative;
	right:700px;
	top:20px;
}

td.ext_description {
	width:330px;
}

#outer-wrapper {
	border:1px solid #B7B7B7;
	margin-left:auto;
	margin-right:auto;
	width:964px;
}

#outer-outer-wrapper {
	margin-left:auto;
	margin-right:auto;
}

#content {
	padding-left:50px;
    margin-left: 220px;
    height:515px;
}

#step_content {
	height: 400px;
	overflow:auto;
}