diff --git a/TODO.md b/TODO.md deleted file mode 100644 index c689cc4..0000000 --- a/TODO.md +++ /dev/null @@ -1,26 +0,0 @@ -# TODO List - -## global -+ use categories - -## Event Page - -+ Modify map -+ connect function - -## Index Page - -+ ENT -+ Sync with others calendars - -## Add Event - -+ Add categories -+ php -+ When the event is added, go to the index page - -## V1 - -+ Clean code -+ Doc -+ Push to server diff --git a/index.css b/index.css index 02eecde..775abe4 100755 --- a/index.css +++ b/index.css @@ -94,13 +94,15 @@ input[type="checkbox"]:checked + label span { #AddEvent { margin:0; - margin-top:45px; +/* margin-top:45px;*/ text-align:center; font-size: 20px; - padding-top:15px; - height: 40px; + padding-top: 1em; + padding-bottom: 1em; + height: 1em; width: 100%; position:absolute; + bottom: 1em; color: #ffffff; background-color: #2b2b2b; } diff --git a/index.php b/index.php index 4f4538f..e63bc14 100644 --- a/index.php +++ b/index.php @@ -51,18 +51,18 @@ else for($sous_cat_it = 0; $sous_cat_it < count($sous_categories); ++$sous_cat_it) { $sous_cat_id = $sous_categories[$sous_cat_it]['sous_cat_id']; - $sous_cat_titre = $sous_categories[$sous_cat_it]['sous_cat_titre']; + $sous_cat_title = $sous_categories[$sous_cat_it]['sous_cat_title']; ?> -

+

-
+