ChangeScreen2: Move project search icon to right margin

Keep the project, branch, topic text aligned by moving the search
icon into the right margin, aligned with the add CC box and edit
topic icons.

Change-Id: Iadcf77ca788e5b60d2b36a07a24951c28c49a9c9
This commit is contained in:
Shawn Pearce
2013-11-20 10:22:14 -08:00
parent 6cdfe1e9f9
commit 43e8c889cf

View File

@@ -159,7 +159,7 @@ limitations under the License.
}
.queryProject {
float: left;
float: right;
cursor: pointer;
}
@@ -368,17 +368,17 @@ limitations under the License.
</tr>
<tr>
<th><ui:msg>Project</ui:msg></th>
<td><g:Image
<td><x:InlineHyperlink ui:field='projectLink'
title='Go to project'>
<ui:attribute name='title'/>
</x:InlineHyperlink>
<g:Image
ui:field='projectQuery'
resource='{ico.queryIcon}'
styleName='{style.queryProject}'
title='Search for changes on this project'>
<ui:attribute name='title'/>
</g:Image>
<x:InlineHyperlink ui:field='projectLink'
title='Go to project'>
<ui:attribute name='title'/>
</x:InlineHyperlink>
</td>
</tr>
<tr>