Mobile theme W.I.P.:

- Fix time label alignment in infolog list view
This commit is contained in:
Hadi Nategh 2016-04-14 15:31:19 +00:00
parent 718a5878e0
commit 1111e11f55
2 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,7 @@
}
label[id^='infolog-index_'][id$='info_startdate]'] time {
float: none;
text-align: right;
}
ul[id^='infolog-index_'][id$='info_responsible]'] {
overflow: hidden;

View File

@ -47,6 +47,7 @@
.mob-fontsize-n;
time {
float: none;
text-align: right;
}
}
ul[id^='infolog-index_'][id$='info_responsible]'] {