Problème CSS résolu grâce à Yoann ! (jc)

This commit is contained in:
John Charron 2011-02-23 11:04:30 +01:00
parent bbaf3cc306
commit 2a68de56ab
2 changed files with 4 additions and 17 deletions

View File

@ -119,20 +119,6 @@ h2#tache-description {
clear:both;
}
.warning {
width : 40%;
display : block;
border : 1px dashed red;
padding : 5px;
padding-left : 30px;
margin-top : 10px;
margin-bottom : 10px;
margin-right : 6%;
margin-left : 6%;
}
.message {
width : 40%;
display : block;
@ -144,12 +130,12 @@ h2#tache-description {
margin-left : 6%;
}
.message .warning {
.warning {
border : 1px dashed red;
background-color : #F0C060
}
.message .success {
.success {
border : 1px dashed red;
background-color : #90FF90
}

View File

@ -144,8 +144,9 @@ if(isset($_GET['d']) && $_GET['d'] == "true") {
else if($newpage == false){
$ok = ($db->query("INSERT INTO user(mail, login, hash_passwd, score) VALUES ('" . SQLite3::escapeString($signupemail)
. "', '" . SQLite3::escapeString($signupid)
. "', '" . SQLite3::escapeString($signuppswd1)
. "', '" . SQLite3::escapeString(md5($signuppswd1))
. "', 0);"));
if($ok == true)
echo "insertion worked!!!!!";
else