Improve css for tablets and fix minor bug

This commit is contained in:
Frédéric Guillot
2014-12-28 16:42:29 -05:00
parent 4b70942bc4
commit 7b97c50569
7 changed files with 41 additions and 8 deletions

View File

@@ -30,6 +30,15 @@
td > input[type="text"] {
max-width: 150px;
}
.task-time-form label {
display: block;
}
.task-time-form input[type="submit"] {
margin-top: 10px;
display: block;
}
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {