Version 15.187.2

This commit is contained in:
Antonio Cañas Vargas 2016-04-08 01:32:39 +02:00
parent 4a2c11111f
commit 37b8400232
3 changed files with 1124 additions and 1123 deletions

View File

@ -703,7 +703,7 @@ a:hover /* Default ==> underlined */
}
#main_horizontal .MENU_OPT_OFF
{
opacity:0.667;
opacity:0.67;
}
#main_horizontal .MENU_OPT_OFF:hover, #main_horizontal .MENU_OPT_ON
{
@ -1255,8 +1255,9 @@ a:hover /* Default ==> underlined */
background-size:20px 20px;
background-repeat:no-repeat;
padding:12px 12px 12px 45px;
border-radius:4px;
box-shadow:1px 1px 3px #CCC7B4;
border-radius:2px;
box-shadow: 0 2px 2px 0 rgba(124,121,109,0.14), 0 2px 1px -2px rgba(124,121,109,0.2), 0 1px 5px 0 rgba(124,121,109,0.12);
opacity:0.9;
font-size:12pt;
color:#632921;
text-align:justify;
@ -1298,8 +1299,7 @@ a:hover /* Default ==> underlined */
padding:8px 12px 20px 12px;
background-color:white;
border-radius:2px;
/* box-shadow:1px 1px 2px #CCC; */
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);
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);
text-align:center;
overflow:hidden;
}

File diff suppressed because it is too large Load Diff

View File

@ -132,13 +132,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 15.187.1 (2016-04-08)"
#define CSS_FILE "swad15.186.css"
#define Log_PLATFORM_VERSION "SWAD 15.187.2 (2016-04-08)"
#define CSS_FILE "swad15.187.2.css"
#define JS_FILE "swad15.186.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.187.2: Apr 08, 2016 Changed CSS of alerts. (198873 lines)
Version 15.187.1: Apr 08, 2016 Code optimization in function to change format of string. (198872 lines)
Version 15.187: Apr 07, 2016 Fixed bug in forms sent using content type multipart/form-data. (198938 lines)
Version 15.186: Apr 07, 2016 Changes in edition of a test question. (198840 lines)