Skip to content

Commit

Permalink
modifier style
Browse files Browse the repository at this point in the history
  • Loading branch information
meriemno committed Mar 21, 2024
1 parent 98cd28e commit 661df0d
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 18 deletions.
Binary file modified Backend/database.sqlite
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion FrontEnd/assets/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ function validerBtn() {
var fileInput = document.querySelector('input[type="file"]').files[0];
let formValider = document.querySelector('.formAjout');

formValider.addEventListener("change", function (e) {
formValider.addEventListener("change", function () {
if (fileInput || titleInput.value !== "" || categoryInput) {

valider.disabled = false;
Expand Down
32 changes: 15 additions & 17 deletions FrontEnd/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ footer {
/* margin-bottom: 2em; */

/* width: 1440px; */
height: 59px;
height: 43px;
flex-shrink: 0;
background: #000;
color: #FFF;
Expand Down Expand Up @@ -455,12 +455,12 @@ footer {
padding: 80px;
border: 1px solid #888;
width: 30%;
height: 500px;
height: 412px;
display: flex;
flex-direction: column;
align-items: center;
position: relative;
top: 90px;
position: absolute;
top: 55px;
left: 0;
right: 0;

Expand All @@ -487,9 +487,9 @@ footer {
font-style: normal;
font-weight: 400;
position: relative;
top: -10px;
top: -39px;

margin-bottom: 30px;
/* margin-bottom: 30px; */



Expand All @@ -503,7 +503,7 @@ footer {
width: 237px;
height: 36px;
position: absolute;
bottom: 29px;
bottom: 18px;
left: 0;
right: 0;
margin-left: auto;
Expand All @@ -522,7 +522,7 @@ footer {
background-color: rgba(179, 179, 179, 1);
position: absolute;

top: 571px;
top: 490px;
left: 0;
right: 0;
margin-left: auto;
Expand All @@ -533,7 +533,7 @@ footer {
.modal-content .erreur {

position: absolute;
top: 500px;
top: 450px;
padding: 0;
font-size: 14px;
font-weight: 600;
Expand Down Expand Up @@ -621,7 +621,7 @@ figure {
flex-direction: column;
justify-content: center;
width: 100%;
gap: 21px;
gap: 15px;

position: relative;

Expand All @@ -639,7 +639,7 @@ figure {
position: relative;

display: inline-block;
width: 100%;

text-align: center;
width: 420px;
height: 169px;
Expand Down Expand Up @@ -782,13 +782,11 @@ select,
.modal-content .btn-secondary {

position: absolute;
bottom: -103px;

left: 85px;
right: 0;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
top: 480px;


top: 435px;

}
.modal-content .btn-disabled {
Expand Down

0 comments on commit 661df0d

Please sign in to comment.