From 6caac53d2c8cb3f706d5b82d81d8ad930983ca3e Mon Sep 17 00:00:00 2001 From: Mehdi Date: Thu, 13 Aug 2020 23:32:38 +0200 Subject: [PATCH] petites modification en css --- BddCorrect/BDD/OracleDb.php | 2 +- BddCorrect/css/VueAdmin.css | 52 ++++++++++++++++++++++++++++++++ BddCorrect/vues/VueAdmin.php | 4 ++- BddCorrect/vues/VueAjoutDemo.php | 5 ++- BddCorrect/vues/vueAjoutQCM.php | 2 +- 5 files changed, 59 insertions(+), 6 deletions(-) diff --git a/BddCorrect/BDD/OracleDb.php b/BddCorrect/BDD/OracleDb.php index 2e2ff79..4cffc9d 100644 --- a/BddCorrect/BDD/OracleDb.php +++ b/BddCorrect/BDD/OracleDb.php @@ -13,7 +13,7 @@ class OracleDb { function __construct() { //$this->conn = oci_connect('u_prems', '123456', 'localhost/orcl'); - $this->conn = oci_connect('meelaichao', 'meelaichao', 'kirov:1521/kirov'); + $this->conn = oci_connect('meelaichao', 'meelaichao', 'kirov:1521/kirov'); //$this->createRandomTables(); } diff --git a/BddCorrect/css/VueAdmin.css b/BddCorrect/css/VueAdmin.css index 63fcca3..2e3fe38 100644 --- a/BddCorrect/css/VueAdmin.css +++ b/BddCorrect/css/VueAdmin.css @@ -63,4 +63,56 @@ button:hover { margin-left: auto; margin-right: auto; } +} + +#frm-demo{ + margin-top: 30px; + margin-left: 40%; +} + +#frm-demo input{ + height: 50px; + width: 300px; + background: #0082b5; + color: #fff; + border: 1px solid #eee; + border-radius: 20px; + box-shadow: 5px 5px 5px #eee; + text-shadow:none; + +} + +#frm-demo input:hover{ + background: #016ABC; + color: #fff; + border: 1px solid #eee; + border-radius: 20px; + box-shadow: 5px 5px 5px #eee; + text-shadow:none; +} + +#frm-qcm{ + margin-top: 30px; + margin-left: 40%; +} + +#frm-qcm input{ + height: 50px; + width: 300px; + background: #0082b5; + color: #fff; + border: 1px solid #eee; + border-radius: 20px; + box-shadow: 5px 5px 5px #eee; + text-shadow:none; + +} + +#frm-qcm input:hover{ + background: #016ABC; + color: #fff; + border: 1px solid #eee; + border-radius: 20px; + box-shadow: 5px 5px 5px #eee; + text-shadow:none; } \ No newline at end of file diff --git a/BddCorrect/vues/VueAdmin.php b/BddCorrect/vues/VueAdmin.php index 019efdb..447a7af 100644 --- a/BddCorrect/vues/VueAdmin.php +++ b/BddCorrect/vues/VueAdmin.php @@ -61,7 +61,9 @@ - +
+ +

Tous les noms de table doivent être en majuscule

diff --git a/BddCorrect/vues/VueAjoutDemo.php b/BddCorrect/vues/VueAjoutDemo.php index 4472768..8741bcb 100644 --- a/BddCorrect/vues/VueAjoutDemo.php +++ b/BddCorrect/vues/VueAjoutDemo.php @@ -39,13 +39,12 @@ -
+


- -

Tous les noms de table doivent être en majuscule

+