Small amend to layout of results header at smaller screen widths

This commit is contained in:
perryharlock
2013-11-11 10:33:11 +00:00
parent 2a3adcab5b
commit 508a92ca08
3 changed files with 8 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@@ -21,9 +21,6 @@
margin-bottom:2rem;
padding-bottom:1rem;
}
.task-header .run-details {
text-align:left;
}
.task-header .btn {
padding:5px 10px;
font-size:12px;
@@ -79,6 +76,11 @@
margin-bottom:10px;
}
}
.task-header {
.run-details {
text-align:left;
}
}
}
@media (max-width:640px) {
body {