Version 23.66.1: Feb 27, 2024 Changes in layout.

This commit is contained in:
acanas 2024-02-28 00:12:48 +01:00
parent 9806bd9428
commit a8556b8f4d
5 changed files with 16 additions and 44 deletions

View File

@ -5,7 +5,7 @@
<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
<provider class="org.eclipse.cdt.managedbuilder.language.settings.providers.GCCBuildCommandParser" id="org.eclipse.cdt.managedbuilder.core.GCCBuildCommandParser" keep-relative-paths="false" name="CDT GCC Build Output Parser" parameter="(g?cc)|([gc]\+\+)|(clang)" prefer-non-shared="true"/>
<provider class="org.eclipse.cdt.managedbuilder.language.settings.providers.GCCBuiltinSpecsDetector" console="false" env-hash="1458321346374226041" id="org.eclipse.cdt.managedbuilder.core.GCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT GCC Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">
<provider class="org.eclipse.cdt.managedbuilder.language.settings.providers.GCCBuiltinSpecsDetector" console="false" env-hash="-823415816682434587" id="org.eclipse.cdt.managedbuilder.core.GCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT GCC Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">
<language-scope id="org.eclipse.cdt.core.gcc"/>
<language-scope id="org.eclipse.cdt.core.g++"/>
</provider>

View File

@ -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;
}

View File

@ -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)

View File

@ -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)

View File

@ -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