petites modification en css

master
Mehdi 5 years ago
parent 09c0475b7e
commit 6caac53d2c

@ -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();
}

@ -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;
}

@ -61,7 +61,9 @@
<input id="inp-questions" class="bouton" type="submit" name="action" value="Afficher les questions" hidden>
</form>
<input type="file" id="fileInput">
<input type="file" id="fileInput"> <br/>
<label>Requête sous forme : <strong> type(requete\functionCorrect)**NBA**numeroDuTp**NumeroDeQuestion**Consigne**requete(SELECT...)**barème**verificationAvecBddAleatoire(o\n)**fonction(create function ...) -optionnel</strong> </label>
<p> Tous les noms de table doivent être en majuscule</p>
</body>

@ -39,13 +39,12 @@
</div>
<form method="get">
<form method="get" id="frm-demo">
<input id="inp-demo" class="bouton" type="submit" name="action" value="Afficher les demonstrations" >
</form><br/>
<input type="file" id="fileInput"><br/>
<label>Requête sous forme : <strong> type(requete\functionCorrect)**NBA**numeroDuTp**NumeroDeQuestion**Consigne**requete(SELECT...)**barème**verificationAvecBddAleatoire(o\n)**fonction(create function ...) -optionnel</strong> </label>
<p> Tous les noms de table doivent être en majuscule</p>
</body>
<script>

@ -43,7 +43,7 @@
</div>
<form method="get">
<form method="get" id="frm-qcm">
<input id="inp-qcm" class="bouton" type="submit" name="action" value="QCM" >
</form>

Loading…
Cancel
Save