Difference between revisions of "Template:Team:TU Eindhoven/Results CSS"

Line 16: Line 16:
 
float:left;
 
float:left;
 
position: relative;
 
position: relative;
margin-top:70px;
+
margin-top:30px;
 
}
 
}
 +
 +
.resultRight {
 +
width: 70%;
 +
float: right;
 +
margin-top:30px;
 +
position: relative;
 +
}
 +
  
 
.partRight {
 
.partRight {
 
margin-left:5%;
 
margin-left:5%;
 
width: 20%;
 
width: 20%;
padding-right: 10px;
 
 
}
 
}
  
.partLeft {
+
.partLeft{
width: 15%;
+
margin-right:5%;
padding-left: 10px;
+
width: 20%;
 
}
 
}
  
.resultRight {
 
width: 75%;
 
float: right;
 
margin-top:70px;
 
position: relative;
 
}
 
  
 
.resultListItem{
 
.resultListItem{

Revision as of 20:43, 7 September 2015

.spoilerRight1 { width:600px; float: right; } #resultTotal { width: 100%; overflow: hidden; position: relative; } .resultLeft { width: 70%; float:left; position: relative; margin-top:30px; } .resultRight { width: 70%; float: right; margin-top:30px; position: relative; } .partRight { margin-left:5%; width: 20%; } .partLeft{ margin-right:5%; width: 20%; } .resultListItem{ font-family: Lato_Regular,Arial,sans-serif; font-size:20px; align:center; } .testResultsList{ list-style-type:none; list-style-image:none; margin-left:30px; } .checklistGreen { color:#5FB404; } .textChecklist { margin-left: 50px; }