From 65fdd65f53ecc1ffc645ac08452a9056996535c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Wed, 16 Oct 2019 00:06:02 +0200 Subject: [PATCH] Version19.36 --- css/{swad19.35.css => swad19.36.css} | 68 +++++++++++++++++++++++++--- swad_MFU.c | 2 +- swad_changelog.h | 5 +- swad_enrolment.c | 6 +-- swad_profile.c | 10 ++-- swad_report.c | 10 ++-- swad_search.c | 4 +- swad_statistic.c | 11 ++--- swad_survey.c | 4 +- swad_syllabus.c | 8 ++-- swad_tab.c | 2 +- swad_test.c | 6 +-- swad_test_import.c | 2 +- swad_timetable.c | 13 +++--- swad_user.c | 8 ++-- 15 files changed, 105 insertions(+), 54 deletions(-) rename css/{swad19.35.css => swad19.36.css} (98%) diff --git a/css/swad19.35.css b/css/swad19.36.css similarity index 98% rename from css/swad19.35.css rename to css/swad19.36.css index eff81f6f..29bf01f2 100644 --- a/css/swad19.35.css +++ b/css/swad19.36.css @@ -533,6 +533,12 @@ a:hover /* Default ==> underlined */ margin:1px; } +/******************************** Search *************************************/ +.WHAT_TO_SEARCH + { + width:186px; + } + /***************************** Notifications *********************************/ #msg /* Notifications, used for AJAX based refresh */ { @@ -1248,7 +1254,6 @@ a:hover /* Default ==> underlined */ { box-sizing:border-box; width:148px; - margin:6px 0; background:white; border-style:solid; border-width:1px; @@ -1260,13 +1265,17 @@ a:hover /* Default ==> underlined */ } #MFU_actions ul { + display:inline-block; box-sizing:border-box; width:138px; - margin-top:2px; - padding-top:2px; + margin:2px 0; + padding:2px 0 0 0; border-style:solid; border-width:1px 0 0 0; border-color:#DDECF1; + list-style-type:none; + text-align:left; + vertical-align:middle; } #MFU_actions li { @@ -2174,7 +2183,7 @@ a:hover img.CENTRE_PHOTO_SHOW } /*********************************** Lists ***********************************/ -.LIST_LEFT +.LIST_TABS { display:inline-block; list-style-type:none; @@ -2183,6 +2192,15 @@ a:hover img.CENTRE_PHOTO_SHOW text-align:left; vertical-align:middle; } +.LIST_LEFT + { + display:inline-block; + list-style-type:none; + padding:0; + margin:12px 0; + text-align:left; + vertical-align:middle; + } /******************************* File browsers *******************************/ .FILENAME @@ -2589,6 +2607,11 @@ a:hover img.CENTRE_PHOTO_SHOW text-align:left; vertical-align:top; } + +.TEST_FILE_CONTENT + { + padding-bottom:20px; + } /********************************** Matches **********************************/ .MATCH_CONT @@ -2897,6 +2920,12 @@ a:hover img.CENTRE_PHOTO_SHOW .BT_I {background-color:#642075; border-color:#4b1858;} /* purple */ .BT_J {background-color:#f5e800; border-color:#b8ad00;} /* light yellow */ +/********************************* Surveys ***********************************/ +.SVY_OPT + { + width:50px; + } + /******************************* Time table **********************************/ .TT { @@ -2962,9 +2991,15 @@ a:hover img.CENTRE_PHOTO_SHOW .TT_LECT {box-sizing:border-box; height:16px; background-color:#C0DAE4; border:solid 2px; border-color:#D5F1FC #AAC1C9 #AAC1C9 #D5F1FC;} .TT_PRAC {box-sizing:border-box; height:16px; background-color:#DBE5E9; border:solid 2px; border-color:#EDF8FC #C7D0D4 #C7D0D4 #EDF8FC;} .TT_TUTO {box-sizing:border-box; height:16px; background-color:#D6E9C3; border:solid 2px; border-color:#E8FCD3 #C2D4B1 #C2D4B1 #E8FCD3;} - +.TT_TYP, .TT_DUR, .TT_GRP, .TT_INF + { + width:80px; + font-family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; + font-size:10pt; + border:0; + } + /********************************* Preference ********************************/ - .PREF_CONTAINERS { margin:0 auto; @@ -3536,7 +3571,7 @@ a:hover img.CENTRE_PHOTO_SHOW font-size:13pt; line-height:1.4; } -.MSG_TIT {color:#4D88A1; font-size:13pt;} +.MSG_TIT {color:#4D88A1; font-size:13pt;} .MSG_TIT_NEW {color:#4D88A1; font-size:13pt; font-weight:bold;} .MSG_TIT_REM {color:#AFC4CC; font-size:13pt;} .MSG_TIT_BG @@ -3685,6 +3720,25 @@ a.PAG:hover, .PAG_CUR height:10px; } +/********************************** Statistics *******************************/ +.STAT_SEL + { + width:300px; + } + +/******************************** User's report ******************************/ +.TITLE_REPORT + { + margin-bottom:10px; + } + +/******************************* Users' ranking ******************************/ +.RANK_PHOTO + { + width:34px; + height:48px; + } + /***************************** Public user's profile *************************/ .PRF_FIG_LEFT_CONTAINER { diff --git a/swad_MFU.c b/swad_MFU.c index d09fdfde..ed63ce81 100644 --- a/swad_MFU.c +++ b/swad_MFU.c @@ -285,7 +285,7 @@ void MFU_WriteSmallMFUActions (struct MFU_ListMFUActions *ListMFUActions) Frm_EndForm (); /***** Write list of frequently used actions *****/ - fprintf (Gbl.F.Out,"