Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
authorDennis Schafroth <dennis@indexdata.com>
Fri, 9 Dec 2011 12:33:25 +0000 (13:33 +0100)
committerDennis Schafroth <dennis@indexdata.com>
Fri, 9 Dec 2011 12:33:25 +0000 (13:33 +0100)
www/mobile/UiUIKit/stylesheets/iphone.css
www/mobile/mobile_client.js

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);
     }