Version 18.3

This commit is contained in:
Antonio Cañas Vargas 2018-10-09 18:41:57 +02:00
parent 30e156be48
commit 0d43a8ee34
7 changed files with 20 additions and 25 deletions

View File

@ -1384,7 +1384,6 @@ a:hover /* Default ==> underlined */
} }
.NOTICE_DATE_ACTIVE .NOTICE_DATE_ACTIVE
{ {
display:inline-block;
float:right; float:right;
font-size:12pt; font-size:12pt;
color:#404040; color:#404040;
@ -1393,7 +1392,6 @@ a:hover /* Default ==> underlined */
} }
.NOTICE_DATE_OBSOLETE .NOTICE_DATE_OBSOLETE
{ {
display:inline-block;
float:right; float:right;
font-size:12pt; font-size:12pt;
color:#808080; color:#808080;
@ -1443,7 +1441,6 @@ a:hover /* Default ==> underlined */
} }
.NOTICE_AUTHOR .NOTICE_AUTHOR
{ {
display:inline-block;
box-sizing:border-box; box-sizing:border-box;
float:right; float:right;
max-width:120px; max-width:120px;
@ -1620,7 +1617,6 @@ a:hover /* Default ==> underlined */
} }
.FRAME_ICO_RIGHT .FRAME_ICO_RIGHT
{ {
display:inline-block;
float:right; float:right;
} }
.FRAME_TBL_WIDE .FRAME_TBL_WIDE
@ -1846,15 +1842,15 @@ a:hover img.CENTRE_PHOTO_SHOW
} }
/******************************* User's photo ********************************/ /******************************* User's photo ********************************/
.PHOTO15x20 {width: 15px; height: 20px; vertical-align:middle; border-radius:2px;} .PHOTO15x20 {width: 15px; height: 20px; border-radius:2px; vertical-align:middle;}
.PHOTO15x20B {width: 15px; height: 20px; vertical-align:middle; border-radius:2px; display:block; margin:0 auto;} .PHOTO15x20B {width: 15px; height: 20px; border-radius:2px; display:block; margin:0 auto;}
.PHOTO18x24 {width: 18px; height: 24px; vertical-align:middle; border-radius:2px;} .PHOTO18x24 {width: 18px; height: 24px; border-radius:2px; vertical-align:middle;}
.PHOTO21x28 {width: 21px; height: 28px; vertical-align:middle; border-radius:2px;} .PHOTO21x28 {width: 21px; height: 28px; border-radius:2px; vertical-align:middle;}
.PHOTO30x40 {width: 30px; height: 40px; vertical-align:middle; border-radius:2px;} .PHOTO30x40 {width: 30px; height: 40px; border-radius:2px; vertical-align:middle;}
.PHOTO42x56 {width: 42px; height: 56px; vertical-align:middle; border-radius:3px;} .PHOTO42x56 {width: 42px; height: 56px; border-radius:3px; vertical-align:middle;}
.PHOTO45x60 {width: 45px; height: 60px; vertical-align:middle; border-radius:3px;} .PHOTO45x60 {width: 45px; height: 60px; border-radius:3px; vertical-align:middle;}
.PHOTO60x80 {width: 60px; height: 80px; vertical-align:middle; border-radius:3px;} .PHOTO60x80 {width: 60px; height: 80px; border-radius:3px; vertical-align:middle;}
.PHOTO186x248 {width:186px; height:248px; vertical-align:middle; border-radius:8px;} .PHOTO186x248 {width:186px; height:248px; border-radius:8px; vertical-align:middle;}
.IMG_USR .IMG_USR
{ {
box-sizing:border-box; box-sizing:border-box;
@ -2114,7 +2110,6 @@ a:hover img.CENTRE_PHOTO_SHOW
display:block; display:block;
margin:0 0 12px 0; margin:0 0 12px 0;
text-align:center; text-align:center;
vertical-align:top;
} }
.REC_LEFT, .REC_RIGHT .REC_LEFT, .REC_RIGHT
{ {
@ -2431,24 +2426,18 @@ a:hover img.CENTRE_PHOTO_SHOW
color:#808080; color:#808080;
font-size:48pt; font-size:48pt;
font-weight:bold; font-weight:bold;
}
// background:pink;
}
.GAM_PLAY_QST_CONTAINER .GAM_PLAY_QST_CONTAINER
{ {
width:80%; width:80%;
float:left; float:left;
/* position:relative; */ /* position:relative; */
// background:blue;
} }
.GAM_PLAY_NXT_CONTAINER .GAM_PLAY_NXT_CONTAINER
{ {
width:10%; width:10%;
float:left; float:left;
/* position:relative; */ /* position:relative; */
// background:grey;
} }
.GAM_PLAY_QST .GAM_PLAY_QST
{ {
@ -2866,7 +2855,6 @@ a:hover img.CENTRE_PHOTO_SHOW
} }
.SOCIAL_ICO_REMOVE .SOCIAL_ICO_REMOVE
{ {
display:inline-block;
vertical-align:bottom; vertical-align:bottom;
float:right; float:right;
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 588 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 587 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 582 B

View File

@ -359,7 +359,13 @@ ps2pdf source.ps destination.pdf
#define CSS_FILE "swad18.3.css" #define CSS_FILE "swad18.3.css"
#define JS_FILE "swad17.17.1.js" #define JS_FILE "swad17.17.1.js"
/* /*
Version 18.3: Oct 09, 2018 New icon in breadcrumb to go to user's courses. (234878 lines) Version 18.3: Oct 09, 2018 New icon in breadcrumb to go to user's courses. (234874 lines)
Copy the following icons to icon public directory:
sudo cp icon/theme/white/hierarchy64x64.png /var/www/html/swad/icon/theme/white/
sudo cp icon/theme/grey/hierarchy64x64.png /var/www/html/swad/icon/theme/grey/
sudo cp icon/theme/blue/hierarchy64x64.png /var/www/html/swad/icon/theme/blue/
sudo cp icon/theme/yellow/hierarchy64x64.png /var/www/html/swad/icon/theme/yellow/
Version 18.2.11: Oct 09, 2018 Button to my courses is moved to left top corner of search box. (234850 lines) Version 18.2.11: Oct 09, 2018 Button to my courses is moved to left top corner of search box. (234850 lines)
Version 18.2.10: Oct 09, 2018 Button to search courses is moved to left top corner of my courses. (234888 lines) Version 18.2.10: Oct 09, 2018 Button to search courses is moved to left top corner of my courses. (234888 lines)
Version 18.2.9: Oct 09, 2018 Changes in layout of user's record card. (234891 lines) Version 18.2.9: Oct 09, 2018 Changes in layout of user's record card. (234891 lines)

View File

@ -2929,10 +2929,11 @@ void Crs_PutIconToSelectMyCoursesInBreadcrumb (void)
/***** Put icon with link *****/ /***** Put icon with link *****/
Act_LinkFormSubmit (Txt_My_courses,NULL,NULL); Act_LinkFormSubmit (Txt_My_courses,NULL,NULL);
fprintf (Gbl.F.Out,"<img src=\"%s/hierarchy64x64.gif\" alt=\"%s\" title=\"%s\"" fprintf (Gbl.F.Out,"<img src=\"%s/hierarchy64x64.png\" alt=\"%s\" title=\"%s\""
" class=\"BC_ICON ICO_HIGHLIGHT\" />" " class=\"BC_ICON ICO_HIGHLIGHT\" />"
"</a>", "</a>",
Gbl.Prefs.IconsURL,Txt_My_courses,Txt_My_courses); Gbl.Prefs.PathTheme,
Txt_My_courses,Txt_My_courses);
/***** End form *****/ /***** End form *****/
Act_FormEnd (); Act_FormEnd ();