Version 16.50.1

This commit is contained in:
Antonio Cañas Vargas 2016-11-12 20:48:06 +01:00
parent 4a71eb0ca4
commit 0b5bbbe1d9
3 changed files with 6 additions and 9 deletions

View File

@ -1716,16 +1716,11 @@ a:hover img.CENTRE_PHOTO_SHOW
.USR_ID_NC {color:#A02020}
/******************************* Record card *********************************/
.REC_SHORTCUTS
{
width:20px;
margin:8px auto;
}
.REC_C1_TOP
{
box-sizing:border-box;
width:68px;
padding-top:8px !important;
vertical-align:top;
}
.REC_C2_TOP
@ -1733,6 +1728,7 @@ a:hover img.CENTRE_PHOTO_SHOW
box-sizing:border-box;
width:282px;
height:68px;
padding-top:8px !important;
}
.REC_C3_TOP
{

View File

@ -156,13 +156,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.50.1 (2016-11-12)"
#define CSS_FILE "swad16.48.4.css"
#define Log_PLATFORM_VERSION "SWAD 16.50.2 (2016-11-12)"
#define CSS_FILE "swad16.50.2.css"
#define JS_FILE "swad16.46.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 16.50.2: Nov 12, 2016 Changes in layout of record cards. (206556 lines)
Version 16.50.1: Nov 12, 2016 Minor corrections in some messages. (206559 lines)
Version 16.50: Nov 10, 2016 My frequent actions are moved from PROFILE tab to STATS tab.
Some messages translated. (206558 lines)

View File

@ -2271,7 +2271,7 @@ static void Rec_PutIconsCommands (void)
Act_Actions[Gbl.Action.Act].BrowserWindow == Act_THIS_WINDOW && // Only in main window
Gbl.Usrs.Me.Logged) // Only if I am logged
{
fprintf (Gbl.F.Out,"<div class=\"REC_SHORTCUTS\">");
fprintf (Gbl.F.Out,"<div class=\"FRAME_ICONS\">");
/***** Button to edit my record card *****/
if (ItsMe)