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;
|
max-width: 140px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
background: #ddd;
|
background: #ddd;
|
||||||
|
white-space: pre;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|||||||
@ -191,6 +191,7 @@
|
|||||||
max-width: 140px;
|
max-width: 140px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
background: #ddd;
|
background: #ddd;
|
||||||
|
white-space: pre;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|||||||
@ -98,6 +98,7 @@
|
|||||||
max-width: 140px;
|
max-width: 140px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
background: #ddd;
|
background: #ddd;
|
||||||
|
white-space: pre;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|||||||
@ -98,6 +98,7 @@
|
|||||||
max-width: 140px;
|
max-width: 140px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
background: #ddd;
|
background: #ddd;
|
||||||
|
white-space: pre;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|||||||
@ -169,6 +169,7 @@
|
|||||||
max-width: 140px;
|
max-width: 140px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
background: #ddd;
|
background: #ddd;
|
||||||
|
white-space: pre;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|||||||
@ -74,6 +74,7 @@
|
|||||||
max-width: 140px;
|
max-width: 140px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
background: #ddd;
|
background: #ddd;
|
||||||
|
white-space: pre;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|||||||
@ -25,7 +25,8 @@
|
|||||||
height: 75px;
|
height: 75px;
|
||||||
/*overflow-x: scroll;*/
|
/*overflow-x: scroll;*/
|
||||||
/*color: rgba(7, 21, 176, 0.7);*/
|
/*color: rgba(7, 21, 176, 0.7);*/
|
||||||
overflow: auto
|
overflow: auto;
|
||||||
|
white-space: pre;
|
||||||
}
|
}
|
||||||
/*.square {
|
/*.square {
|
||||||
background-color: #00b;
|
background-color: #00b;
|
||||||
|
|||||||
@ -30,7 +30,8 @@
|
|||||||
height: 75px;
|
height: 75px;
|
||||||
/*overflow-x: scroll;*/
|
/*overflow-x: scroll;*/
|
||||||
/*color: rgba(7, 21, 176, 0.7);*/
|
/*color: rgba(7, 21, 176, 0.7);*/
|
||||||
overflow: auto
|
overflow: auto;
|
||||||
|
white-space: pre;
|
||||||
}
|
}
|
||||||
/*.square {
|
/*.square {
|
||||||
background-color: #00b;
|
background-color: #00b;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user