Index: /trunk/MobileIndico/indico.css
===================================================================
--- /trunk/MobileIndico/indico.css	(revision 18672)
+++ /trunk/MobileIndico/indico.css	(revision 18673)
@@ -41,7 +41,7 @@
 .indico .contribution {
    background-color: #eee;
-   margin: 3px 0px 0px 0px;
-   padding: 3px;
-    -webkit-border-radius: 6px;
+   margin: 0px 0px 0px 0px;
+   padding: 1px;
+    -webkit-border-radius: 3px;
 }
 
Index: /trunk/MobileIndico/indico.js
===================================================================
--- /trunk/MobileIndico/indico.js	(revision 18672)
+++ /trunk/MobileIndico/indico.js	(revision 18673)
@@ -1,4 +1,4 @@
 var default_url = "https://indico.scc.kit.edu/indico/";
-var default_event = 215;
+var default_event = 254;
 
 function process(ID, result)
@@ -82,16 +82,17 @@
 
                 // =======================================================
-                list += "<div class='contribution'>";
-
-
-                // -------------------------------------------------------
-                list +=    "<span class='date'>"+e.startDate.time.substr(0,5)+" ";
-                list +=       "<a class='title' href='"+e.url+"'>"+e.title+"</a>";
-                list +=    "</span>";
-                // -------------------------------------------------------
-
-
-                // -------------------------------------------------------
-                list += "<span class='presenters'>";
+                list += "<div class='contribution' data-role='collapsible'>";
+                list +=    "<h1>";
+
+
+                // -------------------------------------------------------
+                list +=       "<span class='date'>"+e.startDate.time.substr(0,5)+" ";
+                list +=          "<a class='title' href='"+e.url+"'>"+e.title+"</a>";
+                list +=       "</span>";
+                // -------------------------------------------------------
+
+
+                // -------------------------------------------------------
+                list +=       "<span class='presenters'>";
                 var p = e.presenters;
                 for (var j=0; j<p.length; j++)
@@ -104,9 +105,10 @@
                     list += "<br/>";
                 }
-                list +=    "</span>";
-                // -------------------------------------------------------
-
-
-                list +=    "<span class='description'>"+e.description+"</span>";
+                list +=       "</span>"; // presenters
+                list +=    "</h1>";
+                // -------------------------------------------------------
+
+
+                list +=    "<span class='description'>"+e.description+"</span>"; // Abstract
 
 
