From d3df8a41d167df0b3681dba8cf022e2d56edcc19 Mon Sep 17 00:00:00 2001 From: Christos Stathis Date: Mon, 7 Nov 2011 13:01:37 +0200 Subject: [PATCH] Fixed style of tools button --- web_client/src/gr/grnet/pithos/web/public/pithos.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web_client/src/gr/grnet/pithos/web/public/pithos.css b/web_client/src/gr/grnet/pithos/web/public/pithos.css index 0484c8a..88770c0 100644 --- a/web_client/src/gr/grnet/pithos/web/public/pithos.css +++ b/web_client/src/gr/grnet/pithos/web/public/pithos.css @@ -444,8 +444,7 @@ table.pithos-permList.props-labels { .pithos-toolsButton { background-color: #FF7F2A !important; - background-position-x: 9px !important; - background-position-y: 7px !important; + background-position: 9px 7px !important; } .pithos-toolsButton:hover { -- 1.7.10.4