Project

General

Profile

« Previous | Next » 

Revision 48932

View differences:

LoginPage.java
158 158
        Document.get().getElementById("wrapper").getStyle().setDisplay(Style.Display.NONE);
159 159
        Document.get().getElementById("login").getStyle().setDisplay(Style.Display.BLOCK);
160 160

  
161
        Document.get().getBody().removeClassName("landing-page");
162
        Document.get().getBody().addClassName("gray-bg");
161
//        Document.get().getBody().removeClassName("landing-page");
162
//        Document.get().getBody().addClassName("gray-bg");
163 163
    }
164 164

  
165 165
    public interface LoginListener {

Also available in: Unified diff