Revision 3123a5e7

b/src/gr/grnet/pithos/web/client/PithosDisclosurePanel.css
50 50
}
51 51

  
52 52
.content {
53
	padding: 4px 0px 4px 0px;
54
	margin-left: 6px;
53
	width: 100%;
55 54
}
b/src/gr/grnet/pithos/web/client/foldertree/FolderTreeView.java
52 52
import com.google.gwt.user.client.Command;
53 53
import com.google.gwt.user.client.ui.Composite;
54 54
import com.google.gwt.user.client.ui.HTML;
55
import com.google.gwt.user.client.ui.HasHorizontalAlignment;
55 56
import com.google.gwt.user.client.ui.HorizontalPanel;
56 57
import com.google.gwt.user.client.ui.Tree;
57 58
import com.google.gwt.user.client.ui.VerticalPanel;
......
192 193
        separator.addStyleName("pithos-statisticsSeparator");
193 194
        separator.add(new HTML(""));
194 195
        content.add(separator);
195
//        content.setCellHeight(separator, "3px");
196 196

  
197 197
        HorizontalPanel statistics = new HorizontalPanel();
198 198
	    statistics.addStyleName("pithos-statistics");
b/src/gr/grnet/pithos/web/client/grouptree/PithosGroupDisclosurePanel.css
50 50
}
51 51

  
52 52
.content {
53
	padding: 4px 0px 4px 0px;
54
	margin-left: 6px;
53
	width: 100%;
55 54
}
b/src/gr/grnet/pithos/web/client/mysharedtree/PithosMySharedDisclosurePanel.css
51 51
}
52 52

  
53 53
.content {
54
	padding: 4px 0px 4px 0px;
55
	margin-left: 6px;
54
	width: 100%;
56 55
}
b/src/gr/grnet/pithos/web/client/othersharedtree/PithosOtherSharedDisclosurePanel.css
50 50
}
51 51

  
52 52
.content {
53
	padding: 4px 0px 4px 0px;
54
	margin-left: 6px;
53
	width: 100%;
55 54
}
b/src/gr/grnet/pithos/web/public/pithos.css
345 345

  
346 346
.pithos-statistics {
347 347
	color: black;
348
/* 	padding: 10px;
349
 */}
348
 	padding-left: 20px;
349
	padding-top: 10px;
350
 	padding-bottom: 10px;
351
}
350 352

  
351 353
.pithos-statistics .gwt-HTML {
352 354
	font-size: smaller;

Also available in: Unified diff