diff --git a/css/swad15.192.6.css b/css/swad15.192.9.css similarity index 99% rename from css/swad15.192.6.css rename to css/swad15.192.9.css index 0119b882f..d5c80f1c6 100644 --- a/css/swad15.192.6.css +++ b/css/swad15.192.9.css @@ -2082,7 +2082,7 @@ a:hover img.CENTRE_PHOTO_SHOW .FOR_IMG_TIT { width:480px; - margin:10px 0; + margin-bottom:10px; } /*********************************** Messages ********************************/ @@ -2102,7 +2102,7 @@ a:hover img.CENTRE_PHOTO_SHOW .MSG_IMG_TIT { width:480px; - margin:10px 0; + margin-bottom:10px; } .MSG_TXT {color:#404040; font-size:13pt;} .MSG_TIT {color:#4D88A1; font-size:13pt;} diff --git a/swad_changelog.h b/swad_changelog.h index 8749c8c03..b01732863 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -135,13 +135,14 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 15.192.8 (2016-04-11)" -#define CSS_FILE "swad15.192.6.css" +#define Log_PLATFORM_VERSION "SWAD 15.192.9 (2016-04-11)" +#define CSS_FILE "swad15.192.9.css" #define JS_FILE "swad15.190.1.js" // 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 15.192.9: Apr 11, 2016 Changed layout of form to send attached image in forum posts and messages. (199333 lines) Version 15.192.8: Apr 11, 2016 Contextual icon to remove user's photo. (199331 lines) Version 15.192.7: Apr 11, 2016 Changes in forms to upload user's photo. (199340 lines) Version 15.192.6: Apr 11, 2016 Changes in layout of test edition.