Fixed css to more closely match okeanos
[pithos-web-client] / src / gr / grnet / pithos / web / client / ConfirmationDialog.java
index ff51899..27fb9bb 100644 (file)
@@ -60,7 +60,7 @@ public abstract class ConfirmationDialog extends DialogBox {
         * @param buttonLabel the label of the confirmation button
         */
        public ConfirmationDialog(String message, String buttonLabel) {
-               Anchor close = new Anchor();
+               Anchor close = new Anchor("close");
                close.addStyleName("close");
                close.addClickHandler(new ClickHandler() {