]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Sat, 11 Jun 2011 15:34:42 +0000 (15:34 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Sat, 11 Jun 2011 15:34:42 +0000 (15:34 +0000)
inc/ws/Controlleur/class.ws.url.php
style/ws/style.css

index 58e3739859e55efe4124a9939adf132e828be934..e32ea8dce2af40664b17b6f2cad0effd4ac2811f 100644 (file)
@@ -122,7 +122,7 @@ class wsUrl {
                        } else {\r
                                $res.='<td></td><td></td>';\r
                        }\r
-                       $res .= '<td class="bouton"><a href="' . SITE_PATH . 'stats/' . $book->book_id . '">' . $btStats . '</a></td>';\r
+                       $res .= '<td class="bouton"><a href="' . SITE_PATH . 'stats/' . $book->book_id . '" class="normallink">' . $btStats . '</a></td>';\r
                        if ($book->version > 1) {\r
                                $res .= '<td class="bouton"><a href="#" class="openContextMenu" rel="' . $context_download_id . '" rev="' . $book->book_id . '">' . $btDownload . '</a></td>';\r
                        } else {\r
index 288ce07f038fa7474ca1886ba9618301e85c7b92..92ea9dc4bd6677f063a9aa05551f15fabeae1b2c 100644 (file)
@@ -44,6 +44,10 @@ input[type="text"],input[type="password"],select,textarea{
 .big .liste th{padding-left:5px;padding-right:5px;}\r
 .big .content{width:1210px;}\r
 \r
+.liste .bouton a{\r
+       height:26px;\r
+}\r
+\r
 #header{\r
        height:94px;\r
        background:url(bg-header.png) repeat-x;\r