Version 15.45.8

This commit is contained in:
Antonio Cañas Vargas 2015-11-25 13:41:22 +01:00
parent 47a52e4da9
commit ffafa54cf1
3 changed files with 11 additions and 8 deletions

View File

@ -166,10 +166,16 @@ hr.YELLOW_SEPARA {height:0; border-top:0; border-bottom:#BD4815 dotted 1px;}
{
display:table-cell;
width:160px;
height:80px;
text-align:center;
vertical-align:top;
}
#head_row_2_hierarchy
{
display:table-cell;
text-align:center;
vertical-align:top;
padding-top:8px;
}
/************* Institution / Centre / Degree logo in top title ***************/
.TOP_LOGO

View File

@ -111,11 +111,12 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 15.45.7 (2015/11/25)"
#define Log_PLATFORM_VERSION "SWAD 15.45.8 (2015/11/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 15.45.8: Nov 25, 2015 Some CSS styles related to layout are moved to CSS file. (188018 lines)
Version 15.45.7: Nov 25, 2015 Some CSS styles related to layout are moved to CSS file. (188015 lines)
Version 15.45.6: Nov 25, 2015 Some CSS styles related to layout are moved to CSS file. (188007 lines)
Version 15.45.5: Nov 25, 2015 Some CSS styles related to layout are moved to CSS file. (187992 lines)

View File

@ -793,15 +793,11 @@ static void Lay_WritePageTopHeadingDesktop (void)
fprintf (Gbl.F.Out,"</div>"); // End of first column
/* 2nd. row, 2nd. column: degree and course */
fprintf (Gbl.F.Out,"<div class=\"CENTER_TOP\" style=\"display:table-cell;"
" height:80px;\">"
"<div class=\"CENTER_TOP\""
" style=\"padding-top:5px;\">");
fprintf (Gbl.F.Out,"<div id=\"head_row_2_hierarchy\">");
Deg_WriteCtyInsCtrDeg ();
Crs_WriteSelectorMyCourses ();
Deg_WriteBigNameCtyInsCtrDegCrs ();
fprintf (Gbl.F.Out,"</div>"
"</div>");
fprintf (Gbl.F.Out,"</div>");
/* 2nd. row, 3rd. column */
fprintf (Gbl.F.Out,"<div class=\"CENTER_TOP\" style=\"display:table-cell;"