Fix for IE9
authorChristos Stathis <chstath@ebs.gr>
Fri, 4 May 2012 15:31:00 +0000 (18:31 +0300)
committerChristos Stathis <chstath@ebs.gr>
Fri, 4 May 2012 15:31:00 +0000 (18:31 +0300)
src/gr/grnet/pithos/web/client/foldertree/FolderTreeView.java
src/gr/grnet/pithos/web/public/pithos.css

index 1bc15ef..7062e9f 100644 (file)
@@ -207,6 +207,7 @@ public class FolderTreeView extends Composite implements TreeView {
            statistics.add(usedPercent);
            statistics.add(new HTML(")"));
            content.add(statistics);
+           content.setCellHorizontalAlignment(statistics, HasHorizontalAlignment.ALIGN_CENTER);
 
         panel.setContent(content);
         initWidget(panel);
index 5cf227d..35f52d0 100644 (file)
@@ -347,7 +347,6 @@ table.pithos-permList.props-labels {
 
 .pithos-statistics {
        color: black;
-       padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
 }