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
  • Added IE7 specific css file for setup wizard in order to eliminate some of the layout issues ...
    b955d2d2
    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 11:01:48 +0200  
    Browse Code ยป
ie7.css 285 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
#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:640px;
}