Skip to content

Commit

Permalink
Fixed Shiva skin
Browse files Browse the repository at this point in the history
  • Loading branch information
car031 committed Jan 2, 2025
1 parent 5009178 commit 38c3316
Show file tree
Hide file tree
Showing 7 changed files with 1,657 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class ServerValidationException extends ServerException {
/**
* Array of errors
*/
private final ServerValidationError[] errors;
private ServerValidationError[] errors;

public ServerValidationException() {
super();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ public EditingTabSet(ClickHandler saveHandler, ClickHandler cancelHandler) {
cancelButton.addClickHandler(cancelHandler);

savePanel = new HLayout();
savePanel.setHeight(18);
savePanel.setMembersMargin(4);
savePanel.setHeight100();
savePanel.setPadding(2);
savePanel.setAlign(VerticalAlignment.CENTER);
savePanel.setStyleName("warn");

savePanel.setMembers(saveButton, cancelButton);

savePanel.hide();
Expand Down
4 changes: 4 additions & 0 deletions logicaldoc-gui/war/frontend.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@
</script>

<%@ include file="body.jsp" %>

<!-- Make sure custom stype is last loaded -->
<link REL="STYLESHEET" HREF="<%=MODULE%>/sc/skins/<%=SKIN%>/style.css" TYPE="text/css" />

<%@ include file="footer.jsp" %>
Loading

0 comments on commit 38c3316

Please sign in to comment.