From 87cb8f098fad9e125af971b598788ae6f604bbcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Sat, 25 Jul 2015 20:51:17 +0200 Subject: [PATCH] Version 14.120.4 --- css/swad_desktop.css | 50 ++++++++++++++++++++++++++++++++++++++------ css/swad_mobile.css | 49 +++++++++++++++++++++++++++++++++++++------ swad_changelog.h | 3 ++- swad_enrollment.c | 23 +++++++------------- swad_exam.c | 38 ++++++++++++--------------------- swad_file_browser.c | 37 ++++++++++++-------------------- 6 files changed, 122 insertions(+), 78 deletions(-) diff --git a/css/swad_desktop.css b/css/swad_desktop.css index 0772aa03a..58d0f2c71 100644 --- a/css/swad_desktop.css +++ b/css/swad_desktop.css @@ -923,12 +923,50 @@ a:hover img.CENTRE_PHOTO_SHOW .BM0 {width:16px; text-align:left; vertical-align:middle; background-color:#F4F2EA;} .BM1 {width:16px; text-align:left; vertical-align:middle; background-color:#FBFAF7;} -.CONV_TIT {font-family:Garamond, "DejaVu LGC Serif", "Bitstream Vera Serif", serif; color:#404040; font-weight:bold; font-size:14pt;} -.CONV_TIT_IMPR {font-family:Garamond, "DejaVu LGC Serif", "Bitstream Vera Serif", serif; color:#202020; font-weight:bold; font-size:14pt;} -.CONV_NEG {font-family:Garamond, "DejaVu LGC Serif", "Bitstream Vera Serif", serif; color:#404040; font-weight:bold; font-size:11pt; white-space:nowrap;} -.CONV_NEG_IMPR {font-family:Garamond, "DejaVu LGC Serif", "Bitstream Vera Serif", serif; color:#202020; font-weight:bold; font-size:11pt; white-space:nowrap;} -.CONV {font-family:Garamond, "DejaVu LGC Serif", "Bitstream Vera Serif", serif; color:#404040; font-size:11pt;} -.CONV_IMPR {font-family:Garamond, "DejaVu LGC Serif", "Bitstream Vera Serif", serif; color:#202020; font-size:11pt;} +/***************************** Calls for exams *******************************/ +.CONV_TIT + { + font-family:Garamond, "DejaVu LGC Serif", "Bitstream Vera Serif", serif; + color:#404040; + font-weight:bold; + font-size:14pt; + } +.CONV_TIT_IMPR + { + font-family:Garamond, "DejaVu LGC Serif", "Bitstream Vera Serif", serif; + color:#202020; + font-weight:bold; + font-size:14pt; + } +.CONV_NEG + { + font-family:Garamond, "DejaVu LGC Serif", "Bitstream Vera Serif", serif; + color:#404040; + font-weight:bold; + font-size:11pt; + white-space:nowrap; + } +.CONV_NEG_IMPR + { + font-family:Garamond, "DejaVu LGC Serif", "Bitstream Vera Serif", serif; + color:#202020; + font-weight:bold; + font-size:11pt; + white-space:nowrap; + text-align:right; + } +.CONV + { + font-family:Garamond, "DejaVu LGC Serif", "Bitstream Vera Serif", serif; + color:#404040; + font-size:11pt; + } +.CONV_IMPR + { + font-family:Garamond, "DejaVu LGC Serif", "Bitstream Vera Serif", serif; + color:#202020; + font-size:11pt; + } /***************************** Public user's profile *************************/ .FOLLOW diff --git a/css/swad_mobile.css b/css/swad_mobile.css index 25a96a4bc..da2e6e84d 100644 --- a/css/swad_mobile.css +++ b/css/swad_mobile.css @@ -736,12 +736,49 @@ a:hover img.CENTRE_PHOTO_SHOW .BM0 {width:16px; text-align:left; vertical-align:middle; background-color:#F4F2EA;} .BM1 {width:16px; text-align:left; vertical-align:middle; background-color:#FBFAF7;} -.CONV_TIT {font-Family:Garamond, "DejaVu LGC Serif", "Bitstream Vera Serif", serif; color:#404040; font-weight:bold; font-size:14pt;} -.CONV_TIT_IMPR {font-Family:Garamond, "DejaVu LGC Serif", "Bitstream Vera Serif", serif; color:#202020; font-weight:bold; font-size:14pt;} -.CONV_NEG {font-Family:Garamond, "DejaVu LGC Serif", "Bitstream Vera Serif", serif; color:#404040; font-weight:bold; font-size:11pt; white-space:nowrap;} -.CONV_NEG_IMPR {font-Family:Garamond, "DejaVu LGC Serif", "Bitstream Vera Serif", serif; color:#202020; font-weight:bold; font-size:11pt; white-space:nowrap;} -.CONV {font-Family:Garamond, "DejaVu LGC Serif", "Bitstream Vera Serif", serif; color:#404040; font-size:11pt;} -.CONV_IMPR {font-Family:Garamond, "DejaVu LGC Serif", "Bitstream Vera Serif", serif; color:#202020; font-size:11pt;} +/***************************** Calls for exams *******************************/ +.CONV_TIT + { + font-family:Garamond, "DejaVu LGC Serif", "Bitstream Vera Serif", serif; + color:#404040; + font-weight:bold; + font-size:14pt; + } +.CONV_TIT_IMPR + { + font-family:Garamond, "DejaVu LGC Serif", "Bitstream Vera Serif", serif; + color:#202020; + font-weight:bold; + font-size:14pt; + } +.CONV_NEG + { + font-family:Garamond, "DejaVu LGC Serif", "Bitstream Vera Serif", serif; + color:#404040; + font-weight:bold; + font-size:11pt; + white-space:nowrap; + } +.CONV_NEG_IMPR + { + font-family:Garamond, "DejaVu LGC Serif", "Bitstream Vera Serif", serif; + color:#202020; + font-weight:bold; + font-size:11pt; + white-space:nowrap; + } +.CONV + { + font-family:Garamond, "DejaVu LGC Serif", "Bitstream Vera Serif", serif; + color:#404040; + font-size:11pt; + } +.CONV_IMPR + { + font-family:Garamond, "DejaVu LGC Serif", "Bitstream Vera Serif", serif; + color:#202020; + font-size:11pt; + } /***************************** Public user's profile *************************/ .FOLLOW diff --git a/swad_changelog.h b/swad_changelog.h index 7e3e94875..07e3de84e 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -103,11 +103,12 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 14.120.3 (2015/07/25)" +#define Log_PLATFORM_VERSION "SWAD 14.120.4 (2015/07/25)" // Number of lines (includes comments but not blank lines) has been got with the following command: // nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*.h sql/swad*.sql | tail -1 /* + Version 14.120.4: Jul 25, 2015 Changes in CSS of forms. (184937 lines) Version 14.120.3: Jul 25, 2015 Changes in selectors of country, institution, centre, degree and course. (184893 lines) Version 14.120.2: Jul 25, 2015 Changes in CSS of forms. Fixed bug in selectors of country, institution, centre and degree. (184819 lines) diff --git a/swad_enrollment.c b/swad_enrollment.c index d4c7dcdb8..d51843164 100644 --- a/swad_enrollment.c +++ b/swad_enrollment.c @@ -255,7 +255,7 @@ void Enr_WriteFormToReqAnotherUsrID (Act_Action_t NextAction) /***** Form to request user's ID, @nickname or e-mail address *****/ Act_FormStart (NextAction); fprintf (Gbl.F.Out,"" "", @@ -760,9 +760,8 @@ static void Enr_PutAreaToEnterUsrsIDs (void) /***** Start of text area *****/ fprintf (Gbl.F.Out,"" "" - "" "
" - "%s: " + "" + "%s: " "" "