diff --git a/event.php b/event.php
index 0d74198..d3a698a 100755
--- a/event.php
+++ b/event.php
@@ -45,14 +45,14 @@ $dtend = strtotime($event['event_dtend']);
if(isset($event["event_urlImage"]) || isset($event["event_description"]))
echo '
Description
';
- if(isset($event["event_urlImage"]) && $event["event_urlImage"] != "http://")
+ if(isset($event["event_urlImage"]))
echo '';
if(isset($event["event_description"]))
echo ''.$event["event_description"].'
';
if(isset($event["event_site"]) || isset($event["event_contact"]))
echo 'Informations
';
- if(isset($event["event_site"]) && $event["event_site"] != "http://")
+ if(isset($event["event_site"]))
echo '';
if(isset($event["event_contact"]))
echo '';
diff --git a/index.css b/index.css
index 0787d4f..26ee58c 100755
--- a/index.css
+++ b/index.css
@@ -249,3 +249,21 @@ input[type="checkbox"]:checked + label span {
color: black;
text-decoration: none;
}
+
+@media only screen and (max-width: 1000px) and (max-height: 500px){
+
+#exMois
+{
+ margin-top:-10px;
+ height:30px;
+ width:70%;
+ margin-left:0;
+ margin-right:0;
+}
+
+#Export
+{
+ width:20%;
+}
+
+}