Bug 4104: Adapted UI to fit new image upload form and fixed smaller bugs regarding tag buttons.

This commit is contained in:
Henri Kohlberg
2018-10-04 15:53:27 +02:00
parent 8b7a00ad10
commit a1934bf5e1
12 changed files with 180 additions and 182 deletions
@@ -86,6 +86,7 @@ public class URLFieldWithFileUpload extends Composite implements HasValue<String
});
removePanel.add(removeButton);
urlTextBox = new TextBox();
urlTextBox.getElement().addClassName("url-textbox");
urlTextBox.setWidth("400px");
imageUrlPanel.add(urlTextBox);
imageUrlPanel.add(removePanel);