Skip to content

Commit

Permalink
Release 3.2.0 (#883)
Browse files Browse the repository at this point in the history
* Release 3.2.0 (#873)
* New user interface
* New mail notification management (add sendinblue API)
* Bugfix : Duplicate search on empty field
* Bugfix : Simulation with MySQL connector : #686
* Presatshop connector : Prestashop  => Manage shop_urls module #863
  • Loading branch information
Myddleware authored Dec 4, 2022
1 parent 0d0e882 commit 0f88ec0
Show file tree
Hide file tree
Showing 78 changed files with 450 additions and 455 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MYDDLEWARE_VERSION=3.1.9c
MYDDLEWARE_VERSION=3.2.0a

APP_SECRET=Thissecretisnotsosecretchangeit
APP_ENV=prod
Expand Down
6 changes: 3 additions & 3 deletions assets/css/account.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
width: 50px;
}
#user_account .user_account_popup_content {
color: #C6BD20;
color: #198BCA;
font-weight: bold;
text-align: center;
position: absolute;
Expand Down Expand Up @@ -190,6 +190,6 @@
}
#user_account .selected{
color: #292707;
background-color: #C6BD20;
border-color: #999219;
background-color: #198BCA;
border-color: #0b72a9;
}
18 changes: 10 additions & 8 deletions assets/css/animation.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
}

#animation .animation-workspace-content{
width: 20%;
width: 19%;
height: 100%;
float: left;
}
Expand Down Expand Up @@ -205,7 +205,7 @@
font-size: 12px;
line-height: 20px;
text-align: center;
background-color: #428bca;
background-color: #b1b1b1;;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
Expand Down Expand Up @@ -233,7 +233,7 @@
font-size: 12px;
line-height: 20px;
text-align: center;
background-color: #AFC428;
background-color: #64afd9;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
Expand Down Expand Up @@ -358,39 +358,41 @@ h2 { margin-top: 50px;}

#animation .animation-addbtn {
font-size: 2.4em;
color: #C6BD20;
color: #198BCA;
}

#animation .animation-addbtn:hover {
color:#0F66A9;
}

#animation #nameverif .has-success .form-control {
border-color: #C6BD20;
border-color: #198BCA;
}

#animation #nameverif .form-control {
border-radius: 4px;
}
#animation #nameverif .has-success .form-control:focus {
box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #C6BD20;
box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #198BCA;
}

#animation #nameverif .has-success .form-control-feedback {
color: #C6BD20;
color: #198BCA;
}

#animation #nameverif .has-normal .form-control {
border-color: #66afe9;
}

#animation #animation-Connecteur-source, #animation #animation-Module-source {
margin-left: 6px;
color: #0D6AAF;

}

#animation #animation-Connecteur-cible, #animation-Module-cible {
color: #C6BD20;
margin-left: 66px;
color: #198BCA;
}

#animation #choice .btn-primary {
Expand Down
56 changes: 28 additions & 28 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,49 +1,28 @@
body {
background: url('./../images/template/fd.jpg') repeat;
background-size: cover;
background-color: #9DC0E1;
}

#logo {
background: url('./../images/template/logo.png') no-repeat;
background-size: 158px;
height: 113px;
width: 160px;
display: inline-block;
margin-top: 50px;
}


menu .caret, #myd_top .caret {
background: url('./../images/template/arrow-menu.png') no-repeat;
height: 13px;
width: 14px;
border: none;
}

#cloud {
background: url('./../images/template/cloud.png') no-repeat;
height: 129px;
width: 397px;
display: inline-block;
border: none;
}

.negative-margin-menu{
margin-right: -0.77rem;
}

#fd-title-small {
background: url('./../images/template/fd-title-small.png') no-repeat;
height: 71px;
width: 180px;
display: inline-block;
border: none;
margin: 20px 20px 20px -13px;
padding-top: 15px;
padding-top: 20px;
color: white;
text-align: center;
line-height: 1em;
line-height: 0.55em;
}

#fd-title-large {
Expand All @@ -69,7 +48,7 @@ menu .caret, #myd_top .caret {
width: 293px;
display: inline-block;
border: none;
margin: 20px 20px 20px -13px;
margin: 20px 20px 20px 0px;
padding-top: 15px;
color: white;
font-size: 0.9em;
Expand Down Expand Up @@ -231,9 +210,30 @@ menu .caret, #myd_top .caret {
padding: 2em;
}

/* Nav menu */
#navigation-container{
max-width: 80vw;
margin: auto;

/* CUSTOM BUTTON BOOSTRAP */

.btn-outline-success:hover{
background-color: #19ca42 !important;
color:white !important;
}

.btn-outline-success{
color: #19ca42 !important;
border-color: #19ca42 !important;
}

.btn-primary {
background-color: #198BCA!important;
border-color: #198BCA!important;
}

.btn-primary:hover {
background-color: #0F66A9!important;
border-color: #0F66A9!important;
}

.btn{
border-radius: 0% !important;
}

12 changes: 6 additions & 6 deletions assets/css/install.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
body {
background: url('../images/login/fd.jpg') ;
background-size: cover;
}

#logo {
background: url('../images/login/logo.png') no-repeat;
background-size: contain;
margin-top: 60px;
}
.logo-install{
margin-left: 577px !important;
margin-top: 70px !important;
}

code {
background-color: #444446;
color: #fff;
Expand All @@ -20,6 +19,7 @@ code {
max-width: 75vw;
margin: auto;
border: none;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.card .card-body {
Expand Down
28 changes: 15 additions & 13 deletions assets/css/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,31 +23,32 @@
*********************************************************************************/

#myd_top {
height: 35px;
min-height: 35px;
max-height: 35px;
/* height: 35px; */
min-height: 40px;
/* max-height: 35px; */
background: #444446;
border-bottom: 4px solid #C6BD20;
min-width: 1200px;
border-bottom: 4px solid #198BCA;
/* min-width: 1200px; */
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 99;
font-size: larger;
}

#myd_title {
height: 46px;
background: #0F66A9;
height: 50px;
background: #198BCA;
margin: 0 auto;
width: 80vw;
color: white;
/* width: 80vw; */
color: white;
padding: 14px;
font-weight: bold;
}

#myd_title a, #myd_title a:hover {
color: #C6BD20;
color: #ffffff;
}

.myd_loading > img{
Expand All @@ -63,9 +64,10 @@ header {

section {
margin-bottom: 15vh!important;
width: 80vw;
/* width: 80vw; */
min-height: 570px;
background: white;
background: white !important;
/* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}

footer {
Expand Down Expand Up @@ -185,7 +187,7 @@ footer {

#notification {
margin: 0 auto;
width: 80vw;
/* width: 80vw; */
background:white;
display:none;
}
Expand Down
5 changes: 2 additions & 3 deletions assets/css/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#myd_connexion {
margin: 100px auto;
width: 700px;
width: 621px;
height: 400px;
}

Expand Down Expand Up @@ -81,8 +81,7 @@
}

body {
background: url('./../images/login/fd.jpg') repeat-y;
background-color: #9DC0E1;
background-color: #f7f7f7;
overflow-y:hidden;
}

Expand Down
Loading

0 comments on commit 0f88ec0

Please sign in to comment.