Version18.122.4

This commit is contained in:
Antonio Cañas Vargas 2019-05-20 20:03:41 +02:00
parent 15cf5ba1e3
commit d4b5d2abb9
2 changed files with 10 additions and 5 deletions

View File

@ -1405,23 +1405,25 @@ a:hover /* Default ==> underlined */
.BT_CREATE .BT_CREATE
{ {
background-color:#5BC33B; background-color:#5BC33B;
border:1px solid #518741; border-color:#518741;
} }
.BT_CONFIRM .BT_CONFIRM
{ {
background-color:#55ACEE; background-color:#55ACEE;
border:1px solid #3B88C3; border-color:#3B88C3;
} }
.BT_REMOVE .BT_REMOVE
{ {
background-color:#EF5555; background-color:#EF5555;
border:1px solid #C33B3B; border-color:#C33B3B;
} }
.BT_SUBMIT .BT_SUBMIT
{ {
margin:8px auto; margin:8px auto;
padding:10px 20px; padding:10px 20px;
border-radius:4px; border-radius:4px;
border-width:1px;
border-style:solid;
box-shadow:0 1px 0 rgba(255,255,255,0.15) inset; box-shadow:0 1px 0 rgba(255,255,255,0.15) inset;
color:white; color:white;
font-size:20px; font-size:20px;
@ -1436,6 +1438,8 @@ a:hover /* Default ==> underlined */
margin:0 10px; margin:0 10px;
padding:2px 4px; padding:2px 4px;
border-radius:4px; border-radius:4px;
border-width:1px;
border-style:solid;
box-shadow:0 1px 0 rgba(255,255,255,0.15) inset; box-shadow:0 1px 0 rgba(255,255,255,0.15) inset;
color:white; color:white;
font-size:15px; font-size:15px;

View File

@ -448,10 +448,11 @@ En OpenSWAD:
ps2pdf source.ps destination.pdf ps2pdf source.ps destination.pdf
*/ */
#define Log_PLATFORM_VERSION "SWAD 18.122.3 (2019-05-20)" #define Log_PLATFORM_VERSION "SWAD 18.122.4 (2019-05-20)"
#define CSS_FILE "swad18.122.3.css" #define CSS_FILE "swad18.122.4.css"
#define JS_FILE "swad18.116.5.js" #define JS_FILE "swad18.116.5.js"
/* /*
Version 18.122.4: May 20, 2019 Changes in buttons. (242563 lines)
Version 18.122.3: May 20, 2019 Changes in games. (242558 lines) Version 18.122.3: May 20, 2019 Changes in games. (242558 lines)
Copy the following icon to icon public directory: Copy the following icon to icon public directory:
sudo cp icon/flag-checkered.svg /var/www/html/swad/icon/ sudo cp icon/flag-checkered.svg /var/www/html/swad/icon/