Revert "SideBySide2: Center content in the browser window"

This reverts commit 875590301a.

The auto margin left/right and width was making the view too wide for
15" displays, causing the navigation arrows and overview gutter to be
completely cut off.

Change-Id: I0c730a901044344b5027cff91928a8c64c8c599b
This commit is contained in:
Shawn Pearce
2013-12-12 16:17:23 -08:00
parent 384691eb94
commit 726235628d

View File

@@ -17,14 +17,7 @@ limitations under the License.
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' <ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
xmlns:g='urn:import:com.google.gwt.user.client.ui' xmlns:g='urn:import:com.google.gwt.user.client.ui'
xmlns:d='urn:import:com.google.gerrit.client.diff'> xmlns:d='urn:import:com.google.gerrit.client.diff'>
<ui:style> <g:FlowPanel>
.sbs2 {
margin-left: auto;
margin-right: auto;
width: 1484px;
}
</ui:style>
<g:FlowPanel styleName='{style.sbs2}'>
<d:Header ui:field='header'/> <d:Header ui:field='header'/>
<d:DiffTable ui:field='diffTable'/> <d:DiffTable ui:field='diffTable'/>
</g:FlowPanel> </g:FlowPanel>