Small amendments to task-header for smaller devices

This commit is contained in:
perryharlock
2013-11-15 15:11:37 +00:00
parent 66fb1e68af
commit 9b1079eea3
3 changed files with 14 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -131,6 +131,15 @@
.series-checkboxes li { .series-checkboxes li {
font-size:floor(@font-size-base * 0.8); // ~12px; font-size:floor(@font-size-base * 0.8); // ~12px;
} }
.task-header .h3 {
float:none !important;
text-align:center;
margin-bottom:15px !important;
padding:10px;
}
.task-header h1 {
margin-bottom:3px;
}
} }
@media (max-width:360px) { @media (max-width:360px) {
.delete-button { .delete-button {

View File

@@ -227,6 +227,10 @@
.task-header { .task-header {
margin-bottom:30px; margin-bottom:30px;
h1 {
margin-bottom:6px;
}
h2 { h2 {
word-wrap:break-word; word-wrap:break-word;
} }