Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
authorDennis Schafroth <dennis@indexdata.com>
Thu, 24 Nov 2011 09:30:42 +0000 (10:30 +0100)
committerDennis Schafroth <dennis@indexdata.com>
Thu, 24 Nov 2011 09:30:42 +0000 (10:30 +0100)
www/iphone/UiUIKit/stylesheets/iphone.css
www/iphone/example_client.js
www/iphone/mobile.css

index e2136ee..6763b83 100644 (file)
                                        
                                /* universal arrows */
                                
+                               ul li.img {
+                                       border: 1px solid rgb(180,180,180);
+                                       }
+                                       
                                ul li.arrow {
                                        background-image: url(../images/chevron.png);
                                        background-position: right center;
index 68ad93e..f2c538a 100644 (file)
@@ -233,7 +233,7 @@ function my_onshow(data) {
        var lines = 0;
        if (i == recToShow)
            style = ' style="display:none" ';
-       html.push('<li class="img arrow" id="' + recDivID + '" ' + style +  '>' );
+       html.push('<li class="img" id="' + recDivID + '" ' + style +  '>' );
        html.push('<a class="img" href="#' + i + '" id="rec_'+hit.recid + '" onclick="showDetails(this.id);return false;" >');
        if (1) {
             var useThumbnails = hit["md-use_thumbnails"];
index 1a9cba8..2f40748 100644 (file)
@@ -1,6 +1,6 @@
 div.pager {
     text-align: center;
-    font-size: 18px;
+    font-size: 20px;
     }
 
 a.back {