Revision 0ae83d19 web_client/src/gr/grnet/pithos/web/client/SessionExpiredDialog.java

b/web_client/src/gr/grnet/pithos/web/client/SessionExpiredDialog.java
60 60

  
61 61
		// Create the text and set a style name so we can style it with CSS.
62 62
		HTML text = new HTML("<p>Your session has expired. You will have to reauthenticate with your Identity Provider.</p> ");
63
		text.setStyleName("pithos-AboutText");
63
		text.setStyleName("pithos-sessionExpired");
64 64
		outer.add(text);
65 65

  
66 66
		// Create the 'OK' button, along with a listener that hides the dialog

Also available in: Unified diff