student detilas, daybook comments fields list view changes : kdk
This commit is contained in:
parent
3d089bf99e
commit
58cee9f639
@ -187,6 +187,7 @@
|
||||
max-width: 140px;
|
||||
overflow: auto;
|
||||
background: #ddd;
|
||||
white-space: pre;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
@ -191,6 +191,7 @@
|
||||
max-width: 140px;
|
||||
overflow: auto;
|
||||
background: #ddd;
|
||||
white-space: pre;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
@ -98,6 +98,7 @@
|
||||
max-width: 140px;
|
||||
overflow: auto;
|
||||
background: #ddd;
|
||||
white-space: pre;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
@ -98,6 +98,7 @@
|
||||
max-width: 140px;
|
||||
overflow: auto;
|
||||
background: #ddd;
|
||||
white-space: pre;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
@ -169,6 +169,7 @@
|
||||
max-width: 140px;
|
||||
overflow: auto;
|
||||
background: #ddd;
|
||||
white-space: pre;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
@ -74,6 +74,7 @@
|
||||
max-width: 140px;
|
||||
overflow: auto;
|
||||
background: #ddd;
|
||||
white-space: pre;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user