Version 21.95.1: Apr 27, 2022 Fixing design of dark theme.

This commit is contained in:
acanas 2022-04-27 22:39:02 +02:00
parent c889ba20f7
commit 486452782e
3 changed files with 6 additions and 4 deletions

View File

@ -153,7 +153,7 @@ void Ctr_SeeCtrWithPendingDegs (void)
/* Center logo and full name */
HTM_TR_Begin (NULL);
HTM_TD_Begin ("class=\"LM %s NOWRAP %s\"",
HTM_TD_Begin ("class=\"LM DAT_%s NOWRAP %s\"",
The_GetSuffix (),BgColor);
Ctr_DrawCenterLogoAndNameWithLink (&Ctr,ActSeeDeg,"CM");
HTM_TD_End ();

View File

@ -606,10 +606,11 @@ TODO: Fix bug: error al enviar un mensaje a dos recipientes, error on duplicate
TODO: Attach pdf files in multimedia.
*/
#define Log_PLATFORM_VERSION "SWAD 21.95 (2022-04-27)"
#define Log_PLATFORM_VERSION "SWAD 21.95.1 (2022-04-27)"
#define CSS_FILE "swad21.95.css"
#define JS_FILE "swad21.92.js"
/*
Version 21.95.1: Apr 27, 2022 Fixing design of dark theme. (323406 lines)
Version 21.95: Apr 27, 2022 Fixing design of dark theme. (323404 lines)
Version 21.94.3: Apr 25, 2022 Fixing design of dark theme. (323402 lines)
Version 21.94.2: Apr 25, 2022 Fixed bug in pagination. Reported by Javier Fernández Baldomero. (323400 lines)

View File

@ -173,9 +173,10 @@ void Ins_SeeInsWithPendingCtrs (void)
Ins_GetDataOfInstitByCod (&Ins);
/* Institution logo and name */
HTM_TR_Begin ("DAT_%s",The_GetSuffix ());
HTM_TR_Begin (NULL);
HTM_TD_Begin ("class=\"NOWRAP LM %s\"",BgColor);
HTM_TD_Begin ("class=\"LM DAT_%s NOWRAP %s\"",
The_GetSuffix (),BgColor);
Ins_DrawInstitLogoAndNameWithLink (&Ins,ActSeeCtr,"CM");
HTM_TD_End ();