Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 12 Dec 2011 15:44:18 +0000 (16:44 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 12 Dec 2011 15:44:18 +0000 (16:44 +0100)
src/database.c
www/mobile/UiUIKit/stylesheets/iphone.css
www/mobile/mobile_client.js

index c933181..b83dec7 100644 (file)
@@ -117,7 +117,7 @@ int match_zurl(const char *zurl, const char *pattern)
         if (!strncmp(pattern, zurl, len))
             return 1;
         else
-            return 2;
+            return 0;
     }
     else if (!strcmp(pattern, zurl))
         return 1;
index 6763b83..051a64e 100644 (file)
                                list-style-type: none;  
                                padding: 10px 10px 10px 10px;
                                border: 1px solid #B4B4B4;
+                               font-weight: bold;
                                -webkit-tap-highlight-color:rgba(0,0,0,0);
                                }
                                
index ea0de77..5b96fef 100644 (file)
@@ -935,7 +935,7 @@ function renderDetails_iphone(data, marker)
     ;
 
     details += renderLinesURL('Location', data["location"], "@name", "md-url_recipe");
-    details += '<li><a href="#" onclick="showhide(\'recordview\')" style="font-size: 18px;">Back</a></li>';
+    details += '<li><a href="#" onclick="showhide(\'recordview\')" style="font-size: 18px;margin-left: 10px;">Back</a></li>';
     if (coverimagetag.length>0) {
        details += renderLine('&nbsp;', coverimagetag);
     }