diff --git a/addEvent.css b/addEvent.css
index 036d646..2ac5949 100644
--- a/addEvent.css
+++ b/addEvent.css
@@ -1,5 +1,3 @@
-/* TODO: submit button styling */
-/* TODO: checkboxes bugfix */
#eventForm {
margin-top: 30px;
border: 1px solid #5B5B5B;
@@ -7,9 +5,23 @@
padding-left: 20%;
padding-top:40px;
-moz-border-radius: 10px;
--webkit-border-radius: 10px;
-border-radius: 10px; /* future proofing */
--khtml-border-radius: 10px; /* for old Konqueror browsers */
+ -webkit-border-radius: 10px;
+ border-radius: 10px; /* future proofing */
+ -khtml-border-radius: 10px; /* for old Konqueror browsers */
+}
+
+#checkboxGrp {
+ display: -webkit-flex;
+ display: flex;
+ -webkit-align-items: left;
+ align-items: left;
+ -webkit-justify-content: center;
+ justify-content: center;
+ -webkit-flex-flow: column wrap;
+ flex-flow: column wrap;
+ -webkit-align-content: stretch;
+ align-content: stretch;
+ max-height: 300px;
}
#buttonDiv {
@@ -17,7 +29,7 @@ border-radius: 10px; /* future proofing */
text-align: center;
}
-#submit {
+#submitButton {
margin-top:30px;
margin-left:auto;
margin-right:auto;
@@ -43,14 +55,6 @@ border-radius: 10px; /* future proofing */
font-weight: bold;
}
-textarea, input {
+textarea, input[type="text"], input[type="url"] {
width: 80%;
}
-
-#checkboxGrp {
- width:80%;
-}
-
-#checkboxGrp input {
- margin:3px;
-}
diff --git a/addEvent.php b/addEvent.php
index 8551cb2..784fe29 100644
--- a/addEvent.php
+++ b/addEvent.php
@@ -92,8 +92,7 @@ else
if($edit)
{
?>
-
-Supprimer l'évènement !
+
diff --git a/editEvent.php b/editEvent.php
deleted file mode 100644
index 6056f87..0000000
--- a/editEvent.php
+++ /dev/null
@@ -1,131 +0,0 @@
-
-
-
-
-