Version 23.16.1: Sep 25, 2023 Fixed CSS issue in timeline.

This commit is contained in:
acanas 2023-09-25 11:58:15 +02:00
parent 2f5c1d2601
commit 3c7f144b06
2 changed files with 5 additions and 2 deletions

View File

@ -4409,6 +4409,7 @@ legend {font-size:12pt;}
.Tml_FORM
{
padding-top:8px;
text-align:left;
overflow:hidden;
text-overflow:ellipsis;
}
@ -4417,6 +4418,7 @@ legend {font-size:12pt;}
{
padding-top:8px;
color:#808080;
text-align:left;
font-size:12pt;
overflow:hidden;
text-overflow:ellipsis;

View File

@ -632,10 +632,11 @@ TODO: Francisco Javier Fern
Me sale este error, no si por no recordar yo la sintaxis apropiada para mandar a varios destinatarios. ¿No era así?
"can npt create received message (duplicated entry '243218-2160773' for key 'UsrCod_MsgCod')
*/
#define Log_PLATFORM_VERSION "SWAD 23.16 (2023-09-22)"
#define CSS_FILE "swad22.120.4.css"
#define Log_PLATFORM_VERSION "SWAD 23.16.1 (2023-09-25)"
#define CSS_FILE "swad23.16.1.css"
#define JS_FILE "swad22.49.js"
/*
Version 23.16.1: Sep 25, 2023 Fixed CSS issue in timeline. (336778 lines)
Version 23.16: Sep 22, 2023 Code refactoring in hierarchy and cache. (336775 lines)
Version 23.15: Sep 22, 2023 Code refactoring in hierarchy and cache. (336896 lines)
Version 23.14.2: Sep 21, 2023 Code refactoring in cache. (336925 lines)