mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Fridge: prefix panel layout tweak.
This commit is contained in:
@@ -31,6 +31,7 @@ public class FridgeBagPanel extends Composite {
|
||||
this.pgf = pgf;
|
||||
this.magnetFactory = magnetFactory;
|
||||
prefixPanel = new FlowPanel();
|
||||
prefixPanel.setStylePrimaryName("my-PrefixPanel");
|
||||
mainPanel = new FlowPanel();
|
||||
VerticalPanel vPanel = new VerticalPanel();
|
||||
vPanel.setHorizontalAlignment(VerticalPanel.ALIGN_CENTER);
|
||||
|
||||
@@ -26,6 +26,10 @@ body {
|
||||
border: 3px solid #dddddd;
|
||||
}
|
||||
|
||||
.my-PrefixPanel {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.my-Magnet {
|
||||
float: left;
|
||||
margin: 0.3em;
|
||||
|
||||
Reference in New Issue
Block a user