Revision 969a4d94 src/gr/grnet/pithos/web/client/FolderPropertiesDialog.java

b/src/gr/grnet/pithos/web/client/FolderPropertiesDialog.java
175 175
                    dlg.center();
176 176
                }
177 177
            });
178
            add.addStyleName("button");
178 179
            permButtons.add(add);
179 180
            permButtons.setCellHorizontalAlignment(add, HasHorizontalAlignment.ALIGN_CENTER);
180 181

  
......
185 186
                    dlg.center();
186 187
                }
187 188
            });
188
            addUser.getElement().setId("folderPropertiesDialog.button.addUser");
189
            addUser.addStyleName("button");
189 190
            permButtons.add(addUser);
190 191
            permButtons.setCellHorizontalAlignment(addUser, HasHorizontalAlignment.ALIGN_CENTER);
191 192
            permButtons.setSpacing(8);
192
            permButtons.addStyleName("gss-TabPanelBottom");
193 193
            permPanel.add(permButtons);
194 194
        }
195 195

  

Also available in: Unified diff