From f77816b6a2e6d01da01c2a614135c7fc7087d3b9 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Sat, 11 Jun 2011 15:34:42 +0000 Subject: [PATCH] --- inc/ws/Controlleur/class.ws.url.php | 2 +- style/ws/style.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/inc/ws/Controlleur/class.ws.url.php b/inc/ws/Controlleur/class.ws.url.php index 58e373985..e32ea8dce 100644 --- a/inc/ws/Controlleur/class.ws.url.php +++ b/inc/ws/Controlleur/class.ws.url.php @@ -122,7 +122,7 @@ class wsUrl { } else { $res.=''; } - $res .= '' . $btStats . ''; + $res .= '' . $btStats . ''; if ($book->version > 1) { $res .= '' . $btDownload . ''; } else { diff --git a/style/ws/style.css b/style/ws/style.css index 288ce07f0..92ea9dc4b 100644 --- a/style/ws/style.css +++ b/style/ws/style.css @@ -44,6 +44,10 @@ input[type="text"],input[type="password"],select,textarea{ .big .liste th{padding-left:5px;padding-right:5px;} .big .content{width:1210px;} +.liste .bouton a{ + height:26px; +} + #header{ height:94px; background:url(bg-header.png) repeat-x; -- 2.39.5