From ee71b9bcb0c8a87e562f278bdedb16e9912883a4 Mon Sep 17 00:00:00 2001 From: Christos Stathis Date: Fri, 4 Nov 2011 13:11:51 +0200 Subject: [PATCH] Added \!important to arrow image style in the file list --- src/gr/grnet/pithos/web/public/pithos.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gr/grnet/pithos/web/public/pithos.css b/src/gr/grnet/pithos/web/public/pithos.css index 6ab150f..41df925 100644 --- a/src/gr/grnet/pithos/web/public/pithos.css +++ b/src/gr/grnet/pithos/web/public/pithos.css @@ -434,7 +434,7 @@ table.pithos-permList.props-labels { }*/ .pithos-list thead th img { - top: 5px; + top: 5px !important; } .effectPanel-inner { -- 1.7.10.4