This commit is contained in:
@@ -18,6 +18,11 @@ ul{
|
|||||||
font-size: smaller;
|
font-size: smaller;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rf-list-column{
|
||||||
|
margin-right: 24px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@media screen and (max-width: 576px){ /* bump up font on smaller screen */
|
@media screen and (max-width: 576px){ /* bump up font on smaller screen */
|
||||||
html{font-size: 20px}
|
html{font-size: 20px}
|
||||||
|
|||||||
@@ -78,10 +78,10 @@ app.trials = (function () {
|
|||||||
obj.id +
|
obj.id +
|
||||||
'">' +
|
'">' +
|
||||||
app.utilB.genListColumn(
|
app.utilB.genListColumn(
|
||||||
obj.companyName + " " + obj.contactName
|
statusText(obj)
|
||||||
) +
|
) +
|
||||||
app.utilB.genListColumn(
|
app.utilB.genListColumn(
|
||||||
obj.companyName + " " + obj.contactName
|
obj.companyName + " - " + obj.contactName
|
||||||
) +
|
) +
|
||||||
" " +
|
" " +
|
||||||
app.utilB.genListColumn(
|
app.utilB.genListColumn(
|
||||||
|
|||||||
Reference in New Issue
Block a user