label.getElement().setAttribute("style", "padding-top:15px;");
configUptodate.add(label);
HorizontalPanel uptodateContent = new HorizontalPanel();
uptodateContent.setStyleName("status-panel");
uptodateContent.addStyleName("serverUptoDate");
Image img = new Image(Icons.INSTANCE.statusGreen_small());
HTML desc = new HTML("The server configuration seems uptodate!");
uptodateContent.add(desc);
uptodateContent.add(img);