More cosmetic fixes
authorChristos Stathis <chstath@ebs.gr>
Thu, 3 May 2012 16:11:12 +0000 (19:11 +0300)
committerChristos Stathis <chstath@ebs.gr>
Thu, 3 May 2012 16:11:12 +0000 (19:11 +0300)
src/gr/grnet/pithos/web/client/PithosDisclosurePanel.css
src/gr/grnet/pithos/web/client/foldertree/FolderTreeView.java
src/gr/grnet/pithos/web/client/grouptree/PithosGroupDisclosurePanel.css
src/gr/grnet/pithos/web/client/mysharedtree/PithosMySharedDisclosurePanel.css
src/gr/grnet/pithos/web/client/othersharedtree/PithosOtherSharedDisclosurePanel.css
src/gr/grnet/pithos/web/public/pithos.css

index 0fd0c30..fd4e044 100644 (file)
@@ -50,6 +50,5 @@
 }
 
 .content {
-       padding: 4px 0px 4px 0px;
-       margin-left: 6px;
+       width: 100%;
 }
index c3641ef..1bc15ef 100644 (file)
@@ -52,6 +52,7 @@ import com.google.gwt.user.cellview.client.TreeNode;
 import com.google.gwt.user.client.Command;
 import com.google.gwt.user.client.ui.Composite;
 import com.google.gwt.user.client.ui.HTML;
+import com.google.gwt.user.client.ui.HasHorizontalAlignment;
 import com.google.gwt.user.client.ui.HorizontalPanel;
 import com.google.gwt.user.client.ui.Tree;
 import com.google.gwt.user.client.ui.VerticalPanel;
@@ -192,7 +193,6 @@ public class FolderTreeView extends Composite implements TreeView {
         separator.addStyleName("pithos-statisticsSeparator");
         separator.add(new HTML(""));
         content.add(separator);
-//        content.setCellHeight(separator, "3px");
 
         HorizontalPanel statistics = new HorizontalPanel();
            statistics.addStyleName("pithos-statistics");
index 808a9e7..c57ca7e 100644 (file)
@@ -345,8 +345,10 @@ table.pithos-permList.props-labels {
 
 .pithos-statistics {
        color: black;
-/*     padding: 10px;
- */}
+       padding-left: 20px;
+       padding-top: 10px;
+       padding-bottom: 10px;
+}
 
 .pithos-statistics .gwt-HTML {
        font-size: smaller;