make the text in the SyntaxEditor float nicely

This commit is contained in:
krasimir
2009-06-06 08:33:11 +00:00
parent 90d364dec4
commit 4e119eb63c
2 changed files with 2 additions and 1 deletions

View File

@@ -87,7 +87,7 @@ public class AbstractSyntaxController {
private Panel addPanel(TreeItem item, Panel parentPanel)
{
HorizontalPanel wordsPanel = new HorizontalPanel();
FlowPanel wordsPanel = new FlowPanel();
wordsPanel.setStylePrimaryName("my-WordsPanel");
panels.put(wordsPanel,item);

View File

@@ -17,6 +17,7 @@ body {
}
.my-WordLabel {
float: left;
padding: 2px;
}