Project

General

Profile

« Previous | Next » 

Revision 35700

Temp commit for functionality and many styling changes

View differences:

PublicationStepWidget.java
52 52

  
53 53
        super(title);
54 54

  
55
        publicationStepPanel.addStyleName("fundingWizardStep");
56
        publicationStepPanel.addStyleName("inlineBlock");
57

  
55 58
        errorLabel.addStyleName("alertLabel");
56 59
        errorLabel.addStyleName("width80");
57 60
        errorLabel.setType(AlertType.ERROR);
......
189 192
    }
190 193

  
191 194
    @Override
195
    public void clear() {
196

  
197
    }
198

  
199
    @Override
192 200
    public void loadContent(FundingWizardState fundingWizardState) {
193 201

  
194 202
    }

Also available in: Unified diff