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
  • ie7.css
  • Updated IE7 specific css file for layout issues in the setup wizard. Also made … ...
    18bc0188
    …some minor changes to html output on the complete page.
    
    KTC-838. UI issue on the 'Complete' page of the Setup Wizard
    
    In Progress
    
    Committed by: Paul Barrett
    
    Reviewed by: Jarrett Jordaan
    Paul Barrett authored
    2009-11-19 14:19:08 +0200  
    Browse Code »
ie7.css 355 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
#logo {
	right:70%;
}

.onclick {
     cursor: pointer;
     color: #EC7725;
     /*width: 150px;*/width:350px;padding-top:12px;position:static;
}

.dependency_details {
	padding-top:12px;
	position:static;
	width:650px;
}

.dependencies {
	position:static;
	right:30%;
	width:650px;
}

.description_complete {
	position:static;
	right:35%;
	width:100%;
}