student detilas, daybook comments fields list view changes : kdk

This commit is contained in:
dineshkumarkannan 2018-06-22 11:03:52 +05:30
parent 3d089bf99e
commit 58cee9f639
8 changed files with 10 additions and 2 deletions

View File

@ -187,6 +187,7 @@
max-width: 140px;
overflow: auto;
background: #ddd;
white-space: pre;
}
</style>

View File

@ -191,6 +191,7 @@
max-width: 140px;
overflow: auto;
background: #ddd;
white-space: pre;
}
</style>

View File

@ -98,6 +98,7 @@
max-width: 140px;
overflow: auto;
background: #ddd;
white-space: pre;
}
</style>

View File

@ -98,6 +98,7 @@
max-width: 140px;
overflow: auto;
background: #ddd;
white-space: pre;
}
</style>

View File

@ -169,6 +169,7 @@
max-width: 140px;
overflow: auto;
background: #ddd;
white-space: pre;
}
</style>

View File

@ -74,6 +74,7 @@
max-width: 140px;
overflow: auto;
background: #ddd;
white-space: pre;
}
</style>

View File

@ -25,7 +25,8 @@
height: 75px;
/*overflow-x: scroll;*/
/*color: rgba(7, 21, 176, 0.7);*/
overflow: auto
overflow: auto;
white-space: pre;
}
/*.square {
background-color: #00b;

View File

@ -30,7 +30,8 @@
height: 75px;
/*overflow-x: scroll;*/
/*color: rgba(7, 21, 176, 0.7);*/
overflow: auto
overflow: auto;
white-space: pre;
}
/*.square {
background-color: #00b;