updated breadcrumbs margins
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@99063 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
5f15c59b2c
commit
0d4dd2ce47
|
@ -85,7 +85,7 @@ public class GxtBorderLayoutPanel extends ContentPanel {
|
|||
|
||||
// center.add(this.gridFilter);
|
||||
|
||||
BorderLayoutData northData = new BorderLayoutData(LayoutRegion.NORTH, 70, 70, 70);
|
||||
BorderLayoutData northData = new BorderLayoutData(LayoutRegion.NORTH, 57, 57, 57);
|
||||
northData.setCollapsible(true);
|
||||
|
||||
northData.setSplit(true); //Split bar between regions
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
font-size: 12px;
|
||||
margin-left: 2px;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 10px;
|
||||
/* margin-bottom: 10px; */
|
||||
padding: 5px !important;
|
||||
font-family: Arial, "Times New Roman", Georgia, Serif;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue