Complete the refactoring of the task / results page

This commit is contained in:
perryharlock
2013-09-27 10:36:27 +01:00
parent 76ad3d19af
commit d846f7aec3
4 changed files with 18 additions and 5 deletions

View File

@@ -58,4 +58,4 @@
@import "site-responsive.less";
// Stupid ie
@import "ie8and.less";
@import "site-ie8and.less";

View File

@@ -92,6 +92,12 @@
.task-card-link {
min-height:190px;
}
.series-checkboxes li {
margin-right:1%;
}
.stat-type {
font-size:floor(@font-size-base * 0.65); // ~10px;
}
}
.ie7 {
@@ -111,8 +117,8 @@
.aside .task-stats li {
width:31.5%;
}
.aside .action-buttons {
width:80%;
.aside .action-buttons .btn {
width:79%;
}
.date-selector {
zoom:1;
@@ -125,4 +131,11 @@
margin:0;
position:static;
}
.graph-spacer {
margin-bottom:90px;
padding-bottom:90px;
}
.date-selector {
margin-top:-155px;
}
}