From a8556b8f4d70fa604204dca752435ac1ea0c1839 Mon Sep 17 00:00:00 2001 From: acanas Date: Wed, 28 Feb 2024 00:12:48 +0100 Subject: [PATCH] Version 23.66.1: Feb 27, 2024 Changes in layout. --- .settings/language.settings.xml | 2 +- css/{swad23.66.css => swad23.66.1.css} | 9 ++---- swad_changelog.h | 5 +-- swad_setting.c | 42 +++++--------------------- swad_timeline_note.c | 2 ++ 5 files changed, 16 insertions(+), 44 deletions(-) rename css/{swad23.66.css => swad23.66.1.css} (99%) diff --git a/.settings/language.settings.xml b/.settings/language.settings.xml index e341e8364..0cc70ddb3 100644 --- a/.settings/language.settings.xml +++ b/.settings/language.settings.xml @@ -5,7 +5,7 @@ - + diff --git a/css/swad23.66.css b/css/swad23.66.1.css similarity index 99% rename from css/swad23.66.css rename to css/swad23.66.1.css index bb26473bb..96301fb27 100644 --- a/css/swad23.66.css +++ b/css/swad23.66.1.css @@ -2146,20 +2146,15 @@ a:hover img.CENTER_PHOTO_SHOW .ICO_YELLOW_DARK {filter:invert(61%) sepia(96%) saturate(366%) hue-rotate(352deg) brightness(103%) contrast(101%);} /* #ffb42e */ /********************************** Frame ************************************/ -.FRAME_INLINE - { - display:inline-block; - margin:0 8px; - vertical-align:top; - } .FRAME { display:inline-block; box-sizing:border-box; - margin:2px 0; + margin:2px 8px; padding:10px; border-radius:2px; box-shadow:0 2px 2px 0 rgba(0,0,0,0.14), 0 2px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12); + vertical-align:top; text-align:center; overflow:hidden; } diff --git a/swad_changelog.h b/swad_changelog.h index f44cf6236..7cad1d440 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -633,10 +633,11 @@ Me sale este error, no s "can npt create received message (duplicated entry '243218-2160773' for key 'UsrCod_MsgCod') */ -#define Log_PLATFORM_VERSION "SWAD 23.66 (2024-02-10)" -#define CSS_FILE "swad23.66.css" +#define Log_PLATFORM_VERSION "SWAD 23.66.1 (2024-02-10)" +#define CSS_FILE "swad23.66.1.css" #define JS_FILE "swad23.53.6.js" /* + Version 23.66.1: Feb 27, 2024 Changes in layout. (335288 lines) Version 23.66: Feb 11, 2024 Responsive design in hierarchy configurations. (335306 lines) Version 23.65: Feb 09, 2024 Responsive design in last clicks. (335502 lines) Version 23.64.1: Feb 06, 2024 Fixed CSS bug. Reported by Francisco Ocaņa Lara. (335505 lines) diff --git a/swad_setting.c b/swad_setting.c index 7c4a66826..865eb8ae9 100644 --- a/swad_setting.c +++ b/swad_setting.c @@ -87,45 +87,19 @@ void Set_EditSettings (void) /***** Internationalization: language, first day of week, date format *****/ Box_BoxBegin (Txt_Internationalization,NULL,NULL, Hlp_PROFILE_Settings_internationalization,Box_NOT_CLOSABLE); - - HTM_DIV_Begin ("class=\"FRAME_INLINE\""); - Lan_PutBoxToSelectLanguage (); // 1. Language - HTM_DIV_End (); - - HTM_DIV_Begin ("class=\"FRAME_INLINE\""); - Cal_PutIconsToSelectFirstDayOfWeek (); // 2. First day of week - HTM_DIV_End (); - - HTM_DIV_Begin ("class=\"FRAME_INLINE\""); - Dat_PutBoxToSelectDateFormat (); // 3. Date format - HTM_DIV_End (); - + Lan_PutBoxToSelectLanguage (); // 1. Language + Cal_PutIconsToSelectFirstDayOfWeek (); // 2. First day of week + Dat_PutBoxToSelectDateFormat (); // 3. Date format Box_BoxEnd (); /***** Design: icon set, menu, theme, side columns *****/ Box_BoxBegin (Txt_Design,NULL,NULL, Hlp_PROFILE_Settings_design,Box_NOT_CLOSABLE); - - HTM_DIV_Begin ("class=\"FRAME_INLINE\""); - Ico_PutIconsToSelectIconSet (); // 4. Icon set - HTM_DIV_End (); - - HTM_DIV_Begin ("class=\"FRAME_INLINE\""); - Mnu_PutIconsToSelectMenu (); // 5. Menu - HTM_DIV_End (); - - HTM_DIV_Begin ("class=\"FRAME_INLINE\""); - The_PutIconsToSelectTheme (); // 6. Theme - HTM_DIV_End (); - - HTM_DIV_Begin ("class=\"FRAME_INLINE\""); - Set_PutIconsToSelectSideCols (); // 7. Side columns - HTM_DIV_End (); - - HTM_DIV_Begin ("class=\"FRAME_INLINE\""); - PhoSha_PutIconsToSelectPhotoShape (); // 8. User photos - HTM_DIV_End (); - + Ico_PutIconsToSelectIconSet (); // 4. Icon set + Mnu_PutIconsToSelectMenu (); // 5. Menu + The_PutIconsToSelectTheme (); // 6. Theme + Set_PutIconsToSelectSideCols (); // 7. Side columns + PhoSha_PutIconsToSelectPhotoShape (); // 8. User photos Box_BoxEnd (); if (Gbl.Usrs.Me.Logged) diff --git a/swad_timeline_note.c b/swad_timeline_note.c index adc150d9d..2c46dc4a4 100644 --- a/swad_timeline_note.c +++ b/swad_timeline_note.c @@ -168,6 +168,7 @@ void TmlNot_ShowHighlightedNote (struct Tml_Timeline *Timeline, /* End box */ Box_BoxEnd (); + HTM_BR (); } /*****************************************************************************/ @@ -1024,6 +1025,7 @@ static void TmlNot_ReqRemNote (struct Tml_Timeline *Timeline) -1L); HTM_DIV_End (); Box_BoxEnd (); + HTM_BR (); /* End alert */ Timeline->NotCod = Not.NotCod; // Note to be removed