Version 22.107.36:May 10, 2023 Changes in style of fieldset and legend.

This commit is contained in:
acanas 2023-05-10 09:10:58 +02:00
parent cd79f7d45c
commit 6326e1b5d2
2 changed files with 10 additions and 9 deletions

View File

@ -3067,8 +3067,8 @@ table.CELLS_PAD_10 > tbody > tr > td {padding:10px;}
/***************** Text decoration of fieldset and legend ********************/
fieldset
{
margin:2px 0 4px 0;
padding:2px;
margin:2px 0 8px 0;
padding:10px;
border-style:solid;
border-width:1px;
border-radius:2px;
@ -3078,8 +3078,8 @@ fieldset
.BODY_PURPLE fieldset,
.BODY_BLUE fieldset,
.BODY_YELLOW fieldset,
.BODY_PINK fieldset {border-color:#8cbcce;}
.BODY_DARK fieldset {border-color:#8b9aa0;}
.BODY_PINK fieldset {border-color:#808080;}
.BODY_DARK fieldset {border-color:#979797;}
legend {font-size:12pt;}
.BODY_WHITE legend,
@ -3087,8 +3087,8 @@ legend {font-size:12pt;}
.BODY_PURPLE legend,
.BODY_BLUE legend,
.BODY_YELLOW legend,
.BODY_PINK legend {color:#4d88a1;}
.BODY_DARK legend {color:#afc4cc;}
.BODY_PINK legend {color:#808080;}
.BODY_DARK legend {color:#979797;}
/*****************************************************************************/
.TIT_TBL_WHITE,

View File

@ -629,11 +629,12 @@ TODO: Emilce Barrera Mesa: Podr
TODO: Emilce Barrera Mesa: Mis estudiantes presentan muchas dificultades a la hora de poner la foto porque la plataforma es muy exigente respecto al fondo de la imagen.
*/
#define Log_PLATFORM_VERSION "SWAD 22.107.35 (2023-05-10)"
#define CSS_FILE "swad22.107.17.css"
#define Log_PLATFORM_VERSION "SWAD 22.107.36 (2023-05-10)"
#define CSS_FILE "swad22.107.36.css"
#define JS_FILE "swad22.49.js"
/*
Version 22.107.35:May 10, 2023 Changes in edition of course program. (337543 lines)
Version 22.107.36:May 10, 2023 Changes in style of fieldset and legend. (337505 lines)
Version 22.107.35:May 10, 2023 Changes in edition of course program. (337504 lines)
Version 22.107.34:May 10, 2023 Changes in edition of groups. (337543 lines)
Version 22.107.33:May 09, 2023 Changes in edition of degree types. (337591 lines)
Version 22.107.32:May 09, 2023 Changes in edition of rooms. (337639 lines)