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

Commit

Permalink
UI change to trans unit details
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Huang committed Dec 10, 2012
1 parent 9cc0436 commit 8a6e19e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -77,7 +77,7 @@ public interface TableEditorMessages extends Messages
@DefaultMessage("History")
String history();

@DefaultMessage("Translation Unit Details: Id: {0}; Row {1}; {2}")
@DefaultMessage("Id: {0}; Row {1}; {2}")
String transUnitDetailsHeadingWithInfo(String transUnitId, int rowIndex, String info);

@DefaultMessage("Copy message from source language (Alt+G)")
Expand Down
Expand Up @@ -34,7 +34,7 @@
.tuDetailsLabel {
font-weight: bold;
font-size: 11px;
padding: 5px 5px 0px 5px;
padding: 5px 5px 0 5px;
color: #686868;
text-align: right;
}
Expand All @@ -46,7 +46,7 @@
}
</ui:style>

<g:DisclosurePanel animationEnabled="true" addStyleNames="{style.container}" ui:field="disclosurePanel">
<g:DisclosurePanel animationEnabled="true" addStyleNames="{style.container} fadeElement" ui:field="disclosurePanel">
<g:customHeader>
<g:Label ui:field="headerLabel" styleName="{style.headerLabel}" />
</g:customHeader>
Expand Down

0 comments on commit 8a6e19e

Please sign in to comment.