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

Commit

Permalink
Fix z-index issues translation graph tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Sep 19, 2012
1 parent d24130d commit 3dcce36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<g:layer left='0' width='100%'>
<g:FlowPanel ui:field='undefinedPanel' styleName="{style.undefined}"/>
</g:layer>
<g:layer left='100px' width="100px">
<g:layer left='105px' width="100px">
<g:Label ui:field='label' styleName='{style.label}'/>
</g:layer>
</g:LayoutPanel>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
background: orange;
border-radius: 2px;
min-width:10px;
z-index:900;
z-index:1;
right:13px;
top:25px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@ td.ApprovedStateDecoration div div div
padding:2px;
font-weight:bold;
box-shadow:3px 3px 2px #D1D1D1;
z-index:100;
}

.transUnitCountTooltipTable {
Expand Down

0 comments on commit 3dcce36

Please sign in to comment.