From 27c90977500e0b597ab6a47ea136cb529a9c1afb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Thu, 9 Apr 2015 01:16:41 +0200 Subject: [PATCH] Version 14.110.1 --- css/swad_desktop.css | 18 ++++++++++++++++-- css/swad_mobile.css | 18 ++++++++++++++++-- swad_action.c | 2 +- swad_changelog.h | 3 ++- 4 files changed, 35 insertions(+), 6 deletions(-) diff --git a/css/swad_desktop.css b/css/swad_desktop.css index 60447f75a..17fa41653 100644 --- a/css/swad_desktop.css +++ b/css/swad_desktop.css @@ -52,7 +52,6 @@ table td } img {border-width:0; border-style:none;} form {margin:0; display:inline;} -p {margin:0;} hr.WHITE_SEPARA {height:0; border-top:0; border-bottom:#707070 dotted 1px;} hr.GREY_SEPARA {height:0; border-top:0; border-bottom:#707070 dotted 1px;} hr.BLUE_SEPARA {height:0; border-top:0; border-bottom:#4D88A1 dotted 1px;} @@ -752,7 +751,22 @@ a:hover img.CENTRE_PHOTO_SHOW { margin:0; padding:0 10px; - color:#404040; + color:inherit; + } +#crs_info table + { + border: 1px solid grey; + } +#crs_info th + { + border:1px solid grey; + background-color:#F0F0F0; + padding:5px; + } +#crs_info td + { + border:1px solid grey; + padding:5px; } /*****************************************************************************/ diff --git a/css/swad_mobile.css b/css/swad_mobile.css index 04444e99e..2674cc43b 100644 --- a/css/swad_mobile.css +++ b/css/swad_mobile.css @@ -51,7 +51,6 @@ table td } img {border-width:0; border-style:none;} form {margin:0; display:inline;} -p {margin:0;} /************************* Users connected globally **************************/ .CONNECTED @@ -563,7 +562,22 @@ a:hover img.CENTRE_PHOTO_SHOW { margin:0; padding:0 10px; - color:#404040; + color:inherit; + } +#crs_info table + { + border: 1px solid grey; + } +#crs_info th + { + border:1px solid grey; + background-color:#F0F0F0; + padding:5px; + } +#crs_info td + { + border:1px solid grey; + padding:5px; } /*****************************************************************************/ diff --git a/swad_action.c b/swad_action.c index 54d4c092f..8464c33ab 100644 --- a/swad_action.c +++ b/swad_action.c @@ -2027,7 +2027,7 @@ struct Act_Actions Act_Actions[Act_NUM_ACTIONS] = /* ActPlaTxtEdiAss */{ 387,-1,TabAss,ActSeeAss ,0x110,0x100,0x000,Act_CONTENT_NORM,Act_MAIN_WINDOW,NULL ,Inf_EditPlainTxtInfo ,NULL}, /* ActRchTxtEdiAss */{1100,-1,TabAss,ActSeeAss ,0x110,0x100,0x000,Act_CONTENT_NORM,Act_MAIN_WINDOW,NULL ,Inf_EditRichTxtInfo ,NULL}, /* ActRcvPlaTxtAss */{ 397,-1,TabAss,ActSeeAss ,0x110,0x100,0x000,Act_CONTENT_NORM,Act_MAIN_WINDOW,NULL ,Inf_RecAndChangePlainTxtInfo ,NULL}, - /* ActRcvRchTxtAss */{1108,-1,TabAss,ActSeeAss ,0x110,0x100,0x000,Act_CONTENT_NORM,Act_MAIN_WINDOW,NULL ,Inf_RecAndChangePlainTxtInfo ,NULL}, + /* ActRcvRchTxtAss */{1108,-1,TabAss,ActSeeAss ,0x110,0x100,0x000,Act_CONTENT_NORM,Act_MAIN_WINDOW,NULL ,Inf_RecAndChangeRichTxtInfo ,NULL}, /* ActFrmNewAsg */{ 812,-1,TabAss,ActSeeAsg ,0x110,0x100,0x000,Act_CONTENT_NORM,Act_MAIN_WINDOW,NULL ,Asg_RequestCreatOrEditAsg ,NULL}, /* ActEdiOneAsg */{ 814,-1,TabAss,ActSeeAsg ,0x110,0x100,0x000,Act_CONTENT_NORM,Act_MAIN_WINDOW,NULL ,Asg_RequestCreatOrEditAsg ,NULL}, diff --git a/swad_changelog.h b/swad_changelog.h index 74fb044b9..db9b50743 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -103,11 +103,12 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 14.110 (2015/04/07)" +#define Log_PLATFORM_VERSION "SWAD 14.110.1 (2015/04/08)" // 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.110.1: Apr 08, 2015 Changes in CSS. (184539 lines) Version 14.110: Apr 07, 2015 Testing rich text editor using Markdown, suggested by Pedro A. García Sánchez. (184508 lines) Fixed bug in file browser, reported by Eva Martínez Ortigosa. 2 changes necessary in database: