Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
rhbz1060621 - fix style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Huang committed Feb 5, 2014
1 parent 86bb2ad commit 10128a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Expand Up @@ -76,6 +76,8 @@ interface Styles extends CssResource {
public ValidationMessagePanelView(TableEditorMessages messages) {
this.messages = messages;
initWidget(uiBinder.createAndBindUi(this));
Widget header = disclosurePanel.getHeader();
header.getParent().getElement().removeClassName("header");
clear();
}

Expand Down
Expand Up @@ -19,7 +19,6 @@

.saving {
position: absolute;
top: 8px;
left: 32px;
font-size: smaller;
color: #ffffff;
Expand All @@ -41,11 +40,15 @@
cursor: pointer;
}

.container {
position: relative;
}

</ui:style>

<g:HorizontalPanel width="100%" addStyleNames="{style.targetContentsCell}">
<g:cell verticalAlignment="ALIGN_TOP">
<g:FlowPanel>
<g:FlowPanel styleName="{style.container}">
<g:Label ui:field="savingIndicator" text="{messages.saving}"
styleName="icon-progress {style.saving}" visible="false" />
<g:Label ui:field="commentIndicator"
Expand Down

0 comments on commit 10128a3

Please sign in to comment.