From 9749eb878655209a37bcbdb486f8be3069aed681 Mon Sep 17 00:00:00 2001 From: Christophe St-Georges <christophe.st-georges@polymtl.ca> Date: Tue, 1 Dec 2020 16:28:59 -0500 Subject: [PATCH] Adujsted the iframe position and the title pos for the members section --- css/styles.css | 10 +++++++++- html/chercherUnRepas.html | 1 + html/membres.html | 2 +- html/panier.html | 1 + html/profil.html | 1 + 5 files changed, 13 insertions(+), 2 deletions(-) diff --git a/css/styles.css b/css/styles.css index 63d8f95..99c9c45 100644 --- a/css/styles.css +++ b/css/styles.css @@ -137,6 +137,8 @@ iframe { padding-left: 67px; padding-top: 17px; padding-bottom: 17px; + width: 962px; + height: 96px; } .grey-label{ @@ -370,12 +372,18 @@ iframe { animation: fadeEffect 1s; /* Fading effect takes 1 second */ } +.tabcontent-members { + display: block; + animation: fadeEffect 1s; /* Fading effect takes 1 second */ +} + .teal { color: #008c8c; } .tealBackground{ - height: 579px; + width: 1200px; + height: 624px; background-color: #008C8C; } diff --git a/html/chercherUnRepas.html b/html/chercherUnRepas.html index 21fe88a..5b6fe39 100644 --- a/html/chercherUnRepas.html +++ b/html/chercherUnRepas.html @@ -6,6 +6,7 @@ <title>Chercher un repas</title> </head> <body> +<br> <p class="titleSection">Chercher un repas</p><br> <form class="search-form" id="form"> <input type="text" class="search-textbox" placeholder="Écrire votre repas" name="textbox"><br><br> diff --git a/html/membres.html b/html/membres.html index c1c567e..9acb165 100644 --- a/html/membres.html +++ b/html/membres.html @@ -22,7 +22,7 @@ <div class="tealBackground"> - <div id="listeFrigos" class="tabcontent active"> + <div id="listeFrigos" class="tabcontent-members active"> <iframe id="mbrcontent" src="listeFrigos.html" width="100%" height="800"></iframe> </div> </div> diff --git a/html/panier.html b/html/panier.html index d194e4a..157756b 100644 --- a/html/panier.html +++ b/html/panier.html @@ -6,6 +6,7 @@ <title>Mon Panier</title> </head> <body> +<br> <p class="titleSection">Mon panier</p> </body> </html> \ No newline at end of file diff --git a/html/profil.html b/html/profil.html index c301bd5..3f9ad3d 100644 --- a/html/profil.html +++ b/html/profil.html @@ -6,6 +6,7 @@ <title>Profil</title> </head> <body> + <br> <p class="titleSection">Mon profil</p> </body> </html> \ No newline at end of file -- GitLab